com.atlassian.user.impl.memory.properties
Class MemoryPropertySetFactory
java.lang.Object
com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
- All Implemented Interfaces:
- PropertySetFactory
public class MemoryPropertySetFactory
- extends Object
- implements PropertySetFactory
Provides memory propertysets and keeps track of them.
A real implementation would split the persistence from the factory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryPropertySetFactory
public MemoryPropertySetFactory()
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet(Entity entity)
throws EntityException
- Specified by:
getPropertySet in interface PropertySetFactory
- Parameters:
entity - - the instance of Entity for which a PropertySet should be
retrieved.
- Returns:
- an instance of
PropertySet for the Entity, otherwise null.
- Throws:
EntityException
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.