|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
Provides memory propertysets and keeps track of them. A real implementation would split the persistence from the factory.
Constructor Summary | |
MemoryPropertySetFactory()
|
Method Summary | |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(Entity entity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryPropertySetFactory()
Method Detail |
public com.opensymphony.module.propertyset.PropertySet getPropertySet(Entity entity) throws EntityException
getPropertySet
in interface PropertySetFactory
entity
- - the instance of Entity
for which a PropertySet
should be
retrieved.
PropertySet
for the Entity
, otherwise null.
EntityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |