Uses of Interface
com.opensymphony.module.propertyset.PropertySet

Packages that use PropertySet
com.opensymphony.ejb   
com.opensymphony.module.propertyset   
com.opensymphony.module.propertyset.database   
com.opensymphony.module.propertyset.ofbiz   
com.opensymphony.module.propertyset.utility   
 

Uses of PropertySet in com.opensymphony.ejb
 

Methods in com.opensymphony.ejb that return PropertySet
protected  PropertySet AbstractEntityAdapter.locatePropertySet(long id)
          Locate PropertySet using PropertyStore for this sequenceName/sequenceId mapping.
 

Uses of PropertySet in com.opensymphony.module.propertyset
 

Classes in com.opensymphony.module.propertyset that implement PropertySet
 class AbstractPropertySet
          Base implementation of PropertySet.
 class AggregatePropertySet
           
 class BeanIntrospectorPropertySet
           
 class EJBPropertySet
          The EJBPropertySet is an implementation of PropertySet that uses Enterprise JavaBeans to store and retrieve Properties.
 class MapPropertySet
          The MapPropertySet is an UNTYPED PropertySet implementation that acts as a wrapper around a standard Map .
 class MemoryPropertySet
          The MemoryPropertySet is a PropertySet implementation that will store any primitive or object in an internal Map that is stored in memory.
 class SerializablePropertySet
          The SerializablePropertySet is a PropertySet implementation that will store any primitive of serializable object in an internal Map which is stored in memory and can be loaded/saved by serializing the entire SerializablePropertySet.
 class XMLPropertySet
          The XMLPropertySet behaves as an in-memory typed PropertySet, with the ability to load and save all the properties to/from an XML document.
 

Methods in com.opensymphony.module.propertyset that return PropertySet
 PropertySet PropertySetCloner.getSource()
           
 PropertySet PropertySetCloner.getDestination()
           
 

Methods in com.opensymphony.module.propertyset with parameters of type PropertySet
 void AggregatePropertySet.addPropertySet(PropertySet propertySet)
           
 void PropertySetCloner.setSource(PropertySet source)
           
 void PropertySetCloner.setDestination(PropertySet destination)
           
 

Uses of PropertySet in com.opensymphony.module.propertyset.database
 

Classes in com.opensymphony.module.propertyset.database that implement PropertySet
 class JDBCPropertySet
          This is an implementation of a property set manager for JDBC.
 

Uses of PropertySet in com.opensymphony.module.propertyset.ofbiz
 

Classes in com.opensymphony.module.propertyset.ofbiz that implement PropertySet
 class OFBizPropertySet
          This is the property set implementation for storing properties in the OFBiz Entity Engine.
 

Uses of PropertySet in com.opensymphony.module.propertyset.utility
 

Classes in com.opensymphony.module.propertyset.utility that implement PropertySet
 class CachingPropertySet
          A PropertySet which decorates another PropertySet and caches the results.
 

Constructors in com.opensymphony.module.propertyset.utility with parameters of type PropertySet
CachingPropertySet(PropertySet decoratedPS)
           
CachingPropertySet(PropertySet decoratedPS, boolean bulkLoad)
           
 


See www.opensymphony.com for more information.