Uses of Interface
com.atlassian.jira.service.ServiceManager

Packages that use ServiceManager
com.atlassian.jira   
com.atlassian.jira.portal.portlets   
com.atlassian.jira.service   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.util.system   
com.atlassian.jira.vcs   
com.atlassian.jira.vcs.enterprise   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.setup   
 

Uses of ServiceManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return ServiceManager
static ServiceManager ManagerFactory.getServiceManager()
           
 

Uses of ServiceManager in com.atlassian.jira.portal.portlets
 

Constructors in com.atlassian.jira.portal.portlets with parameters of type ServiceManager
AdminPortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, GlobalPermissionManager globalPermissionManager, UserUtil userUtil)
           
 

Uses of ServiceManager in com.atlassian.jira.service
 

Classes in com.atlassian.jira.service that implement ServiceManager
 class DefaultServiceManager
           
 

Uses of ServiceManager in com.atlassian.jira.upgrade.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type ServiceManager
UpgradeTask_Build190(ServiceManager serviceManager, ApplicationProperties applicationProperties)
           
 

Uses of ServiceManager in com.atlassian.jira.util.system
 

Constructors in com.atlassian.jira.util.system with parameters of type ServiceManager
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, org.ofbiz.core.entity.GenericDelegator delegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry)
           
 

Uses of ServiceManager in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs that return ServiceManager
protected  ServiceManager DefaultRepositoryManager.getServiceManager()
           
 

Constructors in com.atlassian.jira.vcs with parameters of type ServiceManager
DefaultRepositoryManager(com.atlassian.core.ofbiz.association.AssociationManager associationManager, org.ofbiz.core.entity.GenericDelegator genericDelegator, ServiceManager serviceManager, PermissionManager permissionManager, ChangeHistoryManager changeHistoryManager, ProjectManager projectManager)
           
 

Uses of ServiceManager in com.atlassian.jira.vcs.enterprise
 

Constructors in com.atlassian.jira.vcs.enterprise with parameters of type ServiceManager
EnterpriseRepositoryManager(com.atlassian.core.ofbiz.association.AssociationManager associationManager, org.ofbiz.core.entity.GenericDelegator genericDelegator, ServiceManager serviceManager, PermissionManager permissionManager, ChangeHistoryManager changeHistoryManager, ProjectManager projectManager)
           
 

Uses of ServiceManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type ServiceManager
EditService(ServiceManager serviceManager)
           
ViewServices(ServiceManager serviceManager)
           
 

Uses of ServiceManager in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type ServiceManager
Setup(IssueIndexManager indexManager, IndexLanguageToLocaleMapper languageToLocaleMapper, ServiceManager serviceManager)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.