Package com.atlassian.confluence.user
Class ConfluenceUserPropertySetFactory
- java.lang.Object
- 
- com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
 
- 
- All Implemented Interfaces:
- com.atlassian.user.properties.PropertySetFactory
 
 public class ConfluenceUserPropertySetFactory extends Object implements com.atlassian.user.properties.PropertySetFactory 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROPERTY_PREFIX
 - 
Constructor SummaryConstructors Constructor Description ConfluenceUserPropertySetFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.module.propertyset.PropertySetgetPropertySet(com.atlassian.user.Entity entity)
 
- 
- 
- 
Field Detail- 
PROPERTY_PREFIXpublic static final String PROPERTY_PREFIX - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPropertySetpublic com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.user.Entity entity) throws com.atlassian.user.EntityException- Specified by:
- getPropertySetin interface- com.atlassian.user.properties.PropertySetFactory
- Throws:
- com.atlassian.user.EntityException
 
 
- 
 
-