Uses of Package
com.opensymphony.module.propertyset

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

Classes in com.opensymphony.module.propertyset used by com.opensymphony.ejb
PropertySet
          A PropertySet is designed to be associated with other entities in the system for storing key/value property pairs.
 

Classes in com.opensymphony.module.propertyset used by com.opensymphony.module.propertyset
AbstractPropertySet
          Base implementation of PropertySet.
DuplicatePropertyKeyException
          Thrown if a property is set who's key matches a key of an existing property with different type.
IllegalPropertyException
          Thrown if a property is set which is not allowed.
InvalidPropertyTypeException
          Thrown if a property is attempted to be retrieved that does exist but is of different type.
MemoryPropertySet
          The MemoryPropertySet is a PropertySet implementation that will store any primitive or object in an internal Map that is stored in memory.
PropertyException
          Parent class of all exceptions thrown by PropertySet.
PropertyImplementationException
          Thrown if a specific implementation exception is thrown (such as EJBException, RemoteException, NamingException, IOException, etc).
PropertySchema
          Describes the meta data for a given property.
PropertySet
          A PropertySet is designed to be associated with other entities in the system for storing key/value property pairs.
PropertySetSchema
           
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.
 

Classes in com.opensymphony.module.propertyset used by com.opensymphony.module.propertyset.database
AbstractPropertySet
          Base implementation of PropertySet.
PropertyException
          Parent class of all exceptions thrown by PropertySet.
PropertySet
          A PropertySet is designed to be associated with other entities in the system for storing key/value property pairs.
 

Classes in com.opensymphony.module.propertyset used by com.opensymphony.module.propertyset.ofbiz
AbstractPropertySet
          Base implementation of PropertySet.
PropertyException
          Parent class of all exceptions thrown by PropertySet.
PropertySet
          A PropertySet is designed to be associated with other entities in the system for storing key/value property pairs.
 

Classes in com.opensymphony.module.propertyset used by com.opensymphony.module.propertyset.utility
PropertyException
          Parent class of all exceptions thrown by PropertySet.
PropertySet
          A PropertySet is designed to be associated with other entities in the system for storing key/value property pairs.
PropertySetSchema
           
 


See www.opensymphony.com for more information.