|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.hierarquicalpropertybag.HierarquicalPropertyBagManager
public class HierarquicalPropertyBagManager
Manager that implements the IHierarquicalPropertyBagManager
interface.
Constructor Summary | |
---|---|
HierarquicalPropertyBagManager()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarquicalPropertyBagManager()
Method Detail |
---|
public void add(HierarquicalPropertyBag bag) throws PortalException
IHierarquicalPropertyBagManager
add
in interface IHierarquicalPropertyBagManager
bag
- the hierarquical property bag to persist.
PortalException
public void delete(HierarquicalPropertyBag bag) throws PortalException
IHierarquicalPropertyBagManager
Delete is not done recursively. There must not be any child property bags that have the given property bag as its parent.
delete
in interface IHierarquicalPropertyBagManager
bag
- the hierarquical property bag to be deleted.
PortalException
public HierarquicalPropertyBag get(String propertyBagId) throws PortalException
IHierarquicalPropertyBagManager
get
in interface IHierarquicalPropertyBagManager
propertyBagId
- identifier of the property bag.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |