Uses of Class
lumis.portal.propertybag.PropertyBag

Packages that use PropertyBag
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
 PropertyBag PropertyBagManager.get(String propertyBagId)
           
 PropertyBag IPropertyBagManager.get(String propertyBagId)
          Returns the property bag with the given identifier.
 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
 void PropertyBagManager.add(PropertyBag bag)
           
 void IPropertyBagManager.add(PropertyBag bag)
          Persists a property bag.
 void PropertyBagManager.delete(PropertyBag bag)
           
 void IPropertyBagManager.delete(PropertyBag bag)
          Deletes the given property bag.
 void PropertyBag.setParentPropertyBag(PropertyBag parentPropertyBag)
          Sets the parent property bag.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.