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.gadget   
com.atlassian.greenhopper.service   
com.atlassian.greenhopper.web   
com.atlassian.greenhopper.web.rank   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.issuelink   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
com.pyxis.greenhopper.gadget   
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.gadget
 

Constructors in com.atlassian.greenhopper.gadget with parameters of type I18nFactoryService
SprintHealthResource(RapidViewService rapidViewService, SprintManager sprintManager, SprintHealthService sprintMetricsService, I18nFactoryService i18nFactoryService)
           
 

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.atlassian.greenhopper.web
 

Methods in com.atlassian.greenhopper.web with parameters of type I18nFactoryService
 void AbstractResource.wireI18nFactoryService(I18nFactoryService i18nFactoryService)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rank
 

Constructors in com.atlassian.greenhopper.web.rank with parameters of type I18nFactoryService
RankResource(RankHelper rankHelper, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.jira.bc.issue.IssueService jiraIssueService, RankCustomFieldService rankCustomFieldService, RankService rankService, RankableFactory rankableFactory, I18nFactoryService i18nFactoryService)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.issue
 

Constructors in com.atlassian.greenhopper.web.rapid.issue with parameters of type I18nFactoryService
IssueResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, IssueEntryFactory issueEntryFactory, TransitionEntryFactory transitionEntryFactory, I18nFactoryService i18nFactoryService, IssueHelper issueHelper, RapidViewService rapidViewService, PoolService poolService, EstimateStatisticService estimateStatisticService, SprintIssueService sprintIssueService, TrackingStatisticService trackingStatisticService, VersionService versionService, com.atlassian.jira.bc.issue.IssueService jiraIssueService, com.atlassian.jira.bc.project.version.VersionService jiraVersionService)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.issue.issuelink
 

Constructors in com.atlassian.greenhopper.web.rapid.issue.issuelink with parameters of type I18nFactoryService
EpicResource(EpicService epicService, IssueHelper issueHelper, IssueTypeService issueTypeService, I18nFactoryService i18nFactoryService, com.atlassian.jira.project.ProjectManager projectManager, EpicLabelProviderImpl epicLabelProvider)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.list
 

Constructors in com.atlassian.greenhopper.web.rapid.list with parameters of type I18nFactoryService
FlagResource(com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, IssueHelper issueHelper, FlagService flagService, I18nFactoryService i18nFactoryService)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.plan
 

Constructors in com.atlassian.greenhopper.web.rapid.plan with parameters of type I18nFactoryService
PlanningModeResource(RapidViewService rapidViewService, I18nFactoryService i18nFactoryService, PlanningModeService planningModeService, IndexCheckService sprintIndexCheckService, com.atlassian.jira.bc.issue.IssueService issueService, ProjectHistoryService projectHistoryService, ProjectEntryTransformer projectEntryTransformer, PlanningModeHelper planningModeHelper)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.sprint
 

Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type I18nFactoryService
CompleteSprintResource(RapidViewService rapidViewService, SprintService sprintService, SprintPermissionService sprintPermissionService, CompleteSprintHelper completeSprintHelper, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, I18nFactoryService i18nFactoryService, SprintEntryFactory sprintEntryFactory, SprintHelper sprintHelper)
           
SprintResource(RapidViewService rapidViewService, SprintService sprintService, SprintPermissionService sprintPermissionService, SprintEntryFactory sprintEntryFactory, SprintIssueService sprintIssueService, SprintHelper sprintHelper, I18nFactoryService i18nFactoryService, RapidViewSprintQueryService rapidViewSprintQueryService)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.view
 

Constructors in com.atlassian.greenhopper.web.rapid.view with parameters of type I18nFactoryService
CardColorResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, CardColorHelper cardColorHelper, I18nFactoryService i18nFactoryService)
           
RapidViewEditResource(ColumnEditHelper columnEditHelper, RapidViewEditHelper rapidViewEditHelper, RapidViewFilterHelper rapidViewFilterHelper, SwimlaneHelper swimlaneHelper, RapidViewService rapidViewService, EstimateStatisticService estimateStatisticService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, EstimationHelper estimationHelper, TrackingStatisticService trackingStatisticService, I18nFactoryService i18nFactoryService, RapidViewHistoryService rapidViewHistoryService)
           
SavedFilterResource(RapidViewFilterHelper rapidViewFilterHelper, I18nFactoryService i18nFactoryService)
           
WorkflowResource(com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewService rapidViewService, WorkflowService workflowService, com.atlassian.jira.bc.project.ProjectService jiraProjectService, WorkflowHelper workflowHelper, PermissionService permissionService, SearchService searchService, com.atlassian.jira.issue.IssueManager jiraIssueManager, I18nFactoryService i18nFactoryService, SimplifiedWorkflowService simplifiedWorkflowService, ColumnService columnService, WorkflowMigrationAdapterFactory workflowMigrationAdapterFactory, ColumnEditHelper columnEditHelper)
           
 

Uses of I18nFactoryService in com.atlassian.greenhopper.web.rapid.view.detailview
 

Constructors in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type I18nFactoryService
DetailViewFieldResource(DetailViewFieldHelper detailViewFieldHelper, DetailViewFieldConfigurationService detailViewFieldConfigurationService, RapidViewService rapidViewService, EstimateStatisticService estimateStatisticService, I18nFactoryService i18nFactoryService)
           
 

Uses of I18nFactoryService in com.pyxis.greenhopper.gadget
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type I18nFactoryService
TaskBoardGadgetResource(IssueService issueService, com.atlassian.jira.issue.search.SearchProvider searchProvider, GHAvatarService avatarService, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ConfigurationService configurationService, CapacityService2 capacityService, I18nFactoryService i18nFactoryService, ViewDefinitionFactory viewDefinitionFactory, WatchedFieldService watchedFieldService, TeamAllocationService teamAllocationService, IssueFieldManager issueFieldManager, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, GreenHopperLicenseManager ghLicense, com.atlassian.jira.security.PermissionManager permissionManager, com.atlassian.jira.project.version.VersionManager versionManager)
           
TBMappingResource(com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.security.PermissionManager permissionManager, ConfigurationService configurationService, I18nFactoryService i18nFactoryService)
           
WatchedFieldsResource(com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, GreenHopperLicenseManager ghLicense, com.atlassian.jira.security.PermissionManager permissionManager, com.atlassian.jira.project.version.VersionManager versionManager, I18nFactoryService i18nFactoryService)
           
 

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.