Uses of Class
lumis.portal.propertybag.PropertyBag
-
Packages that use PropertyBag Package Description lumis.portal.propertybag Provides the storage of property values in a hierarchical structure. -
-
Uses of PropertyBag in lumis.portal.propertybag
Methods in lumis.portal.propertybag that return PropertyBag Modifier and Type Method Description PropertyBag
IPropertyBagManager. get(String propertyBagId)
Returns the property bag with the given identifier.PropertyBag
PropertyBagManager. get(String propertyBagId)
PropertyBag
PropertyBag. getParentPropertyBag()
Returns the parent property bag object.PropertyBag
Property. getPropertyBag()
Returns the parent property bag of this property.Methods in lumis.portal.propertybag with parameters of type PropertyBag Modifier and Type Method Description void
IPropertyBagManager. add(PropertyBag bag)
Persists a property bag.void
PropertyBagManager. add(PropertyBag bag)
void
IPropertyBagManager. delete(PropertyBag bag)
Deletes the given property bag.void
PropertyBagManager. delete(PropertyBag bag)
void
PropertyBag. setParentPropertyBag(PropertyBag parentPropertyBag)
Sets the parent property bag.
-