| java.lang.Object biz.hammurapi.web.properties.PropertySetFactory
PropertySetFactory | public class PropertySetFactory implements DataAccessObject,Component(Code) | | Root class for managing property sets
author: Pavel |
identityManager | IdentityManager identityManager(Code) | | |
create | public PropertySet create(boolean isTransient)(Code) | | Creates property set
Parameters: isTransient - If this paramter is true then property set returned is not backed by the database. New empty property set |
find | public PersistentPropertySet find(String ownerType, String ownerId, String setName, boolean create) throws SQLException(Code) | | Finds property set by owner and name
Parameters: ownerType - Parameters: ownerId - Parameters: setName - Parameters: create - If this parameter is true then this method creates property set if one doesn't already exist throws: SQLException - |
find | public Collection find(String ownerType, String ownerId)(Code) | | Finds all property sets for a given owner.
Parameters: ownerType - Parameters: ownerId - |
setIdentityManager | public void setIdentityManager(IdentityManager identityManager)(Code) | | |
setSQLProcessor | public void setSQLProcessor(SQLProcessor processor) throws SQLException(Code) | | |
start | public void start() throws ConfigurationException(Code) | | |
stop | public void stop() throws ConfigurationException(Code) | | |
|
|