Uses of Interface
com.atlassian.jira.bc.project.component.ProjectComponentStore

Packages that use ProjectComponentStore
com.atlassian.jira.bc.project.component   
 

Uses of ProjectComponentStore in com.atlassian.jira.bc.project.component
 

Classes in com.atlassian.jira.bc.project.component that implement ProjectComponentStore
 class CachingProjectComponentStore
          Decorates an implementation of the project component delegateStore with caching.
 class OfBizProjectComponentStore
          Ofbiz non-caching implementation of ProjectComponentStore.
 

Constructors in com.atlassian.jira.bc.project.component with parameters of type ProjectComponentStore
CachingProjectComponentStore(ProjectComponentStore delegateStore)
          Creates a new instance of this class backed by given delegateStore.
DefaultProjectComponentManager(ProjectComponentStore store)
          Creates a new instance of this class and sets the store that will be used for persistence.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.