Uses of Interface
com.atlassian.user.properties.PropertySetFactory

Packages that use PropertySetFactory
com.atlassian.user.configuration   
com.atlassian.user.impl.cache.properties   
com.atlassian.user.impl.delegation.properties   
com.atlassian.user.impl.hibernate.properties   
com.atlassian.user.impl.memory.properties   
com.atlassian.user.impl.osuser.properties   
 

Uses of PropertySetFactory in com.atlassian.user.configuration
 

Methods in com.atlassian.user.configuration that return PropertySetFactory
 PropertySetFactory RepositoryAccessor.getPropertySetFactory()
           
 PropertySetFactory DefaultRepositoryAccessor.getPropertySetFactory()
           
 PropertySetFactory DefaultDelegationAccessor.getPropertySetFactory()
           
 

Methods in com.atlassian.user.configuration with parameters of type PropertySetFactory
 void DefaultRepositoryAccessor.setPropertySetFactory(PropertySetFactory propertySetFactory)
           
 

Uses of PropertySetFactory in com.atlassian.user.impl.cache.properties
 

Classes in com.atlassian.user.impl.cache.properties that implement PropertySetFactory
 class CachingPropertySetFactory
          A PropertySetFactory that wraps another PropertySetFactory and maintains a cache of its PropertySets.
 

Constructors in com.atlassian.user.impl.cache.properties with parameters of type PropertySetFactory
CachingPropertySetFactory(PropertySetFactory underlyingPropertySetFactory, com.atlassian.cache.CacheFactory cacheFactory)
           
 

Uses of PropertySetFactory in com.atlassian.user.impl.delegation.properties
 

Classes in com.atlassian.user.impl.delegation.properties that implement PropertySetFactory
 class DelegatingPropertySetFactory
          A propertyset factory implementation which delegates out to a number of propertyset factories
 

Uses of PropertySetFactory in com.atlassian.user.impl.hibernate.properties
 

Classes in com.atlassian.user.impl.hibernate.properties that implement PropertySetFactory
 class HibernatePropertySetFactory
           
 

Uses of PropertySetFactory in com.atlassian.user.impl.memory.properties
 

Classes in com.atlassian.user.impl.memory.properties that implement PropertySetFactory
 class MemoryPropertySetFactory
          Provides memory propertysets and keeps track of them.
 

Uses of PropertySetFactory in com.atlassian.user.impl.osuser.properties
 

Classes in com.atlassian.user.impl.osuser.properties that implement PropertySetFactory
 class OSUPropertySetFactory
           
 



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