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.

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
 CapacityService getCapacityService()
          Deprecated.  
 ChangeHistoryService getChangeHistoryService()
          Deprecated.  
 ConfigurationService getConfigurationService()
          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.  
 IssueFieldManager getIssueFieldManager()
          Deprecated.  
 IssueFieldService getIssueFieldService()
          Deprecated.  
 GHIssueService getIssueService()
          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.  
 StatService getStatService()
          Deprecated.  
 com.atlassian.jira.timezone.TimeZoneService getTimeZoneService()
          Deprecated.  
 UserBoardSettingsService getUserBoardSettingsService()
          Deprecated.  
 UserBoardsPreferencesService getUserBoardsPreferencesService()
          Deprecated.  
 UserPropertyService getUserPropertyService()
          Deprecated.  
 WorklogHistoryCache getWorklogHistoryCache()
          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. 

getWorklogHistoryCache

public WorklogHistoryCache getWorklogHistoryCache()
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. 


Copyright © 2007-2012 Atlassian. All Rights Reserved.