|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHierarquicalPropertyBagManager
Manager that manages portal hierarquical property bags.
Method Summary | |
---|---|
void |
add(HierarquicalPropertyBag bag)
Persists a hierarquical property bag. |
void |
delete(HierarquicalPropertyBag bag)
Deletes the given hierarquical property bag. |
HierarquicalPropertyBag |
get(String propertyBagId)
Returns the hierarquical property bag with the given identifier. |
Method Detail |
---|
void add(HierarquicalPropertyBag bag) throws PortalException
bag
- the hierarquical property bag to persist.
PortalException
HierarquicalPropertyBag get(String propertyBagId) throws PortalException
propertyBagId
- identifier of the property bag.
PortalException
void delete(HierarquicalPropertyBag 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 hierarquical property bag to be deleted.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |