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.vcs   
com.atlassian.jira.vcs.enterprise   
com.atlassian.jira.web.action.admin   
 

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)
           
 

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.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)
           
 

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)
           
 

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

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



Copyright © 2002-2006 Atlassian. All Rights Reserved.