Uses of Interface
com.atlassian.greenhopper.service.I18nFactoryService

Packages that use I18nFactoryService
com.atlassian.greenhopper.customfield.epiclabel   
com.atlassian.greenhopper.customfield.sprint   
com.atlassian.greenhopper.service   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.util   
 

Uses of I18nFactoryService in com.atlassian.greenhopper.customfield.epiclabel
 

Constructors in com.atlassian.greenhopper.customfield.epiclabel with parameters of type I18nFactoryService
EpicLabelCFType(com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister customFieldValuePersister, com.atlassian.jira.issue.customfields.manager.GenericConfigManager genericConfigManager, I18nFactoryService i18nFactory, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.customfield.sprint
 

Constructors in com.atlassian.greenhopper.customfield.sprint with parameters of type I18nFactoryService
SprintCFType(SprintManager sprintManager, WebUtilities webUtilities, com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister customFieldValuePersister, com.atlassian.jira.issue.customfields.manager.GenericConfigManager genericConfigManager, I18nFactoryService i18nFactory, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext)
          Overriden, calls super constructor.
 

Uses of I18nFactoryService in com.atlassian.greenhopper.service
 

Classes in com.atlassian.greenhopper.service that implement I18nFactoryService
 class I18nFactoryServiceImpl
          Default implementation of the i18n service.
 

Methods in com.atlassian.greenhopper.service that return I18nFactoryService
 I18nFactoryService BridgeServiceLocator.getI18nFactoryService()
          Deprecated.  
 

Uses of I18nFactoryService in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions with parameters of type I18nFactoryService
 void AbstractBoardAction.setI18nFactoryService(I18nFactoryService i18nFactoryService)
          Deprecated. 
 

Uses of I18nFactoryService in com.pyxis.greenhopper.jira.util
 

Methods in com.pyxis.greenhopper.jira.util that return I18nFactoryService
static I18nFactoryService I18nUtil.getI18nFactoryService()
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.