com.atlassian.greenhopper.service
Class BridgeServiceLocator

java.lang.Object
  extended by com.atlassian.greenhopper.service.BridgeServiceLocator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
@Service
public class BridgeServiceLocator
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean

This service locator is a bridge to ease refactoring. It offers a classic singleton accessor for a spring managed bean. This way, we can avoid spreading services all over the place between actions (which have dependency injection) and new services. This class should not be used within GreenHopper. For JIRA plugin points where it's not possible to use Spring it may be necessary to use this.

Author:
ahennecke

Constructor Summary
BridgeServiceLocator()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
static void clear()
          Deprecated. Clears out the reference to the static instance - called when the plugin is disabled
 AnalyticsAdapterFactory getAnalyticsAdapterFactory()
          Deprecated.  
 CapacityService getCapacityService()
          Deprecated.  
 ChangeHistoryService getChangeHistoryService()
          Deprecated.  
 ConfigurationService getConfigurationService()
          Deprecated.  
 com.atlassian.jira.issue.CustomFieldManager getCustomFieldManager()
          Deprecated.  
 CustomFieldService getCustomFieldService()
          Deprecated.  
 EpicCustomFieldService getEpicCustomFieldService()
          Deprecated.  
 EpicLabelProvider getEpicLabelProvider()
          Deprecated.  
 EpicService getEpicService()
          Deprecated.  
 EventListenerRegistry getEventListenerRegistry()
          Deprecated.  
 GHVersionService getGHVersionService()
          Deprecated.  
 GreenHopper getGreenHopper()
          Deprecated.  
 GreenHopperLicenseManager getGreenHopperLicenseManager()
          Deprecated.  
 GreenHopperSettingsService getGreenHopperSettingsService()
          Deprecated.  
 HourBurndownChartService getHourBurndownChartService()
          Deprecated.  
 I18nFactoryService getI18nFactoryService()
          Deprecated.  
static BridgeServiceLocator getInstance()
          Deprecated.  
 IssueDataService getIssueDataService()
          Deprecated.  
 IssueFieldManager getIssueFieldManager()
          Deprecated.  
 IssueFieldService getIssueFieldService()
          Deprecated.  
 GHIssueService getIssueService()
          Deprecated.  
 IssueTypeService getIssueTypeService()
          Deprecated.  
 com.atlassian.jira.security.JiraAuthenticationContext getJiraAuthenticationContext()
          Deprecated.  
 com.atlassian.jira.license.JiraLicenseStore getJiraLicenseStore()
          Deprecated.  
 JobScheduler getJobScheduler()
          Deprecated.  
 LinkProviderManager getLinkProviderManager()
          Deprecated.  
 RankableFactory getRankableFactory()
          Deprecated.  
 RankCustomFieldService getRankCustomFieldService()
          Deprecated.  
 RankIndexService getRankIndexService()
          Deprecated.  
 RankService getRankService()
          Deprecated.  
 SprintHistoryEntryFactory getSprintHistoryEntryFactory()
          Deprecated.  
 SprintManager getSprintManager()
          Deprecated.  
 SprintPermissionService getSprintPermissionService()
          Deprecated.  
 StatService getStatService()
          Deprecated.  
 com.atlassian.jira.timezone.TimeZoneService getTimeZoneService()
          Deprecated.  
 UserBoardSettingsService getUserBoardSettingsService()
          Deprecated.  
 UserBoardsPreferencesService getUserBoardsPreferencesService()
          Deprecated.  
 UserPropertyService getUserPropertyService()
          Deprecated.  
 WorklogHistoryService getWorklogHistoryService()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeServiceLocator

public BridgeServiceLocator()
Deprecated. 
Method Detail

getInstance

public static BridgeServiceLocator getInstance()
Deprecated. 

clear

public static void clear()
Deprecated. 
Clears out the reference to the static instance - called when the plugin is disabled


afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Deprecated. 
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

getHourBurndownChartService

public HourBurndownChartService getHourBurndownChartService()
Deprecated. 

getWorklogHistoryService

public WorklogHistoryService getWorklogHistoryService()
Deprecated. 

getIssueService

public GHIssueService getIssueService()
Deprecated. 

getGHVersionService

public GHVersionService getGHVersionService()
Deprecated. 

getLinkProviderManager

public LinkProviderManager getLinkProviderManager()
Deprecated. 

getI18nFactoryService

public I18nFactoryService getI18nFactoryService()
Deprecated. 

getIssueFieldManager

public IssueFieldManager getIssueFieldManager()
Deprecated. 

getConfigurationService

public ConfigurationService getConfigurationService()
Deprecated. 

getUserBoardSettingsService

public UserBoardSettingsService getUserBoardSettingsService()
Deprecated. 

getUserBoardsPreferencesService

public UserBoardsPreferencesService getUserBoardsPreferencesService()
Deprecated. 

getIssueFieldService

public IssueFieldService getIssueFieldService()
Deprecated. 

getTimeZoneService

public com.atlassian.jira.timezone.TimeZoneService getTimeZoneService()
Deprecated. 

getGreenHopper

public GreenHopper getGreenHopper()
Deprecated. 

getStatService

public StatService getStatService()
Deprecated. 

getCapacityService

public CapacityService getCapacityService()
Deprecated. 

getEventListenerRegistry

public EventListenerRegistry getEventListenerRegistry()
Deprecated. 

getJobScheduler

public JobScheduler getJobScheduler()
Deprecated. 

getJiraAuthenticationContext

public com.atlassian.jira.security.JiraAuthenticationContext getJiraAuthenticationContext()
Deprecated. 

getRankIndexService

public RankIndexService getRankIndexService()
Deprecated. 

getUserPropertyService

public UserPropertyService getUserPropertyService()
Deprecated. 

getJiraLicenseStore

public com.atlassian.jira.license.JiraLicenseStore getJiraLicenseStore()
Deprecated. 

getGreenHopperSettingsService

public GreenHopperSettingsService getGreenHopperSettingsService()
Deprecated. 

getRankCustomFieldService

public RankCustomFieldService getRankCustomFieldService()
Deprecated. 

getRankService

public RankService getRankService()
Deprecated. 

getGreenHopperLicenseManager

public GreenHopperLicenseManager getGreenHopperLicenseManager()
Deprecated. 

getSprintHistoryEntryFactory

public SprintHistoryEntryFactory getSprintHistoryEntryFactory()
Deprecated. 

getRankableFactory

public RankableFactory getRankableFactory()
Deprecated. 

getChangeHistoryService

public ChangeHistoryService getChangeHistoryService()
Deprecated. 

getEpicCustomFieldService

public EpicCustomFieldService getEpicCustomFieldService()
Deprecated. 

getIssueDataService

public IssueDataService getIssueDataService()
Deprecated. 

getSprintManager

public SprintManager getSprintManager()
Deprecated. 

getSprintPermissionService

public SprintPermissionService getSprintPermissionService()
Deprecated. 

getIssueTypeService

public IssueTypeService getIssueTypeService()
Deprecated. 

getEpicService

public EpicService getEpicService()
Deprecated. 

getEpicLabelProvider

public EpicLabelProvider getEpicLabelProvider()
Deprecated. 

getCustomFieldService

public CustomFieldService getCustomFieldService()
Deprecated. 

getCustomFieldManager

public com.atlassian.jira.issue.CustomFieldManager getCustomFieldManager()
Deprecated. 

getAnalyticsAdapterFactory

public AnalyticsAdapterFactory getAnalyticsAdapterFactory()
Deprecated. 


Copyright © 2007-2014 Atlassian. All Rights Reserved.