com.atlassian.user.impl.delegation.properties
Class DelegatingPropertySetFactory

java.lang.Object
  extended bycom.atlassian.user.impl.delegation.properties.DelegatingPropertySetFactory
All Implemented Interfaces:
PropertySetFactory

public class DelegatingPropertySetFactory
extends java.lang.Object
implements PropertySetFactory

A propertyset factory implementation which delegates out to a number of propertyset factories


Constructor Summary
DelegatingPropertySetFactory(java.util.List propertySetFactories)
           
 
Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(Entity entity)
           
 java.util.List getPropertySetFactories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingPropertySetFactory

public DelegatingPropertySetFactory(java.util.List propertySetFactories)
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

getPropertySetFactories

public java.util.List getPropertySetFactories()


Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.