com.atlassian.user.impl.cache.properties
Class CachingPropertySetFactory

java.lang.Object
  extended bycom.atlassian.user.impl.cache.properties.CachingPropertySetFactory
All Implemented Interfaces:
PropertySetFactory

public class CachingPropertySetFactory
extends java.lang.Object
implements PropertySetFactory


Constructor Summary
CachingPropertySetFactory(PropertySetFactory underlyingPropertySetFactory, CacheManager cacheManager)
           
 
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

CachingPropertySetFactory

public CachingPropertySetFactory(PropertySetFactory underlyingPropertySetFactory,
                                 CacheManager cacheManager)
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.