com.atlassian.user.impl.memory.properties
Class MemoryPropertySetFactory

java.lang.Object
  extended bycom.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
All Implemented Interfaces:
PropertySetFactory

public class MemoryPropertySetFactory
extends java.lang.Object
implements PropertySetFactory

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

MemoryPropertySetFactory

public MemoryPropertySetFactory()
Method Detail

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-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.