|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.propertybag.PropertyBagManager
public class PropertyBagManager
Property bag manager implementation.
Constructor Summary | |
---|---|
PropertyBagManager()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyBagManager()
Method Detail |
---|
public void add(PropertyBag bag) throws PortalException
IPropertyBagManager
add
in interface IPropertyBagManager
bag
- the property bag to persist.
PortalException
public PropertyBag get(String propertyBagId) throws PortalException
IPropertyBagManager
get
in interface IPropertyBagManager
propertyBagId
- identifier of the property bag.
PortalException
public void delete(PropertyBag bag) throws PortalException
IPropertyBagManager
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 IPropertyBagManager
bag
- the property bag to be deleted.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |