|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="5.0") public interface IPropertyBagManager
Manages property bag instances. All methods require a transactional context.
Method Summary | |
---|---|
void |
add(PropertyBag bag)
Persists a property bag. |
void |
delete(PropertyBag bag)
Deletes the given property bag. |
PropertyBag |
get(String propertyBagId)
Returns the property bag with the given identifier. |
Method Detail |
---|
void add(PropertyBag bag) throws PortalException
bag
- the property bag to persist.
PortalException
PropertyBag get(String propertyBagId) throws PortalException
propertyBagId
- identifier of the property bag.
PortalException
void delete(PropertyBag bag) throws PortalException
Delete is not done recursively. There must not be any child property bags that have the given property bag as its parent.
bag
- the property bag to be deleted.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |