com.atlassian.user.properties
Interface PropertySetFactory

All Known Implementing Classes:
CachingPropertySetFactory, DelegatingPropertySetFactory, HibernatePropertySetFactory, MemoryPropertySetFactory, OSUPropertySetFactory

public interface PropertySetFactory


Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(Entity entity)
           
 

Method Detail

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(Entity entity)
                                                               throws EntityException
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.