|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.impl.delegation.properties.DelegatingPropertySetFactory
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 |
public DelegatingPropertySetFactory(java.util.List propertySetFactories)
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
public java.util.List getPropertySetFactories()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |