Uses of Interface
com.atlassian.jira.util.I18nHelper.BeanFactory

Packages that use I18nHelper.BeanFactory
com.atlassian.jira.bc.issue.label   
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.component   
com.atlassian.jira.config   
com.atlassian.jira.crowd.embedded   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.gadgets.system.util   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.layout.field.enterprise   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.label   
com.atlassian.jira.issue.search   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.validator   
com.atlassian.jira.license   
com.atlassian.jira.mock.i18n   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.searchrequestview   
com.atlassian.jira.portal   
com.atlassian.jira.project   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.rest.v1.labels   
com.atlassian.jira.rest.v1.users   
com.atlassian.jira.security   
com.atlassian.jira.upgrade   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.user.profile   
com.atlassian.jira.util   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.component.subtask   
com.atlassian.jira.web.util   
com.atlassian.sal.jira.license   
com.atlassian.sal.jira.message   
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.bc.issue.label
 

Constructors in com.atlassian.jira.bc.issue.label with parameters of type I18nHelper.BeanFactory
DefaultLabelService(PermissionManager permissionManager, IssueManager issueManager, LabelManager labelManager, I18nHelper.BeanFactory beanFactory, CustomFieldManager customFieldManager, FieldLayoutManager fieldLayoutManager)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.bc.issue.search
 

Constructors in com.atlassian.jira.bc.issue.search with parameters of type I18nHelper.BeanFactory
DefaultSearchService(SearchHandlerManager searchHandlerManager, JqlQueryParser jqlQueryParser, ValidatorVisitor.ValidatorVisitorFactory validatorVisitorFactory, QueryContextVisitor.QueryContextVisitorFactory queryContextVisitorFactory, JqlStringSupport jqlStringSupport, QueryContextConverter queryContextConverter, QueryCache queryCache, JqlOperandResolver jqlOperandResolver, OrderByValidator orderByValidator, SearchProvider searchProvider, I18nHelper.BeanFactory factory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.bc.issue.vote
 

Constructors in com.atlassian.jira.bc.issue.vote with parameters of type I18nHelper.BeanFactory
DefaultVoteService(VoteManager voteManager, I18nHelper.BeanFactory beanFactory, ApplicationProperties applicationProperties, PermissionManager permissionManager, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.bc.issue.watcher
 

Constructors in com.atlassian.jira.bc.issue.watcher with parameters of type I18nHelper.BeanFactory
DefaultWatcherService(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18n, PermissionManager permissionManager, WatcherManager watcherManager, UserManager userManager)
          Creates a new DefaultWatcherService with the given dependencies.
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return I18nHelper.BeanFactory
static I18nHelper.BeanFactory ComponentAccessor.getI18nHelperFactory()
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type I18nHelper.BeanFactory
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.crowd.embedded
 

Constructors in com.atlassian.jira.crowd.embedded with parameters of type I18nHelper.BeanFactory
DefaultJaacsService(com.atlassian.crowd.manager.application.ApplicationManager applicationManager, PermissionManager permissionManager, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.gadgets.system
 

Constructors in com.atlassian.jira.gadgets.system with parameters of type I18nHelper.BeanFactory
FiltersAndProjectsResource(JiraAuthenticationContext authenticationContext, SearchRequestService searchRequestService, ShareTypeFactory shareTypeFactory, PermissionManager permissionManager, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.gadgets.system.util
 

Constructors in com.atlassian.jira.gadgets.system.util with parameters of type I18nHelper.BeanFactory
StatsMarkupFieldValueToDisplayTransformer(JiraAuthenticationContext authenticationContext, ConstantsManager constantsManager, CustomFieldManager customFieldManager, I18nHelper.BeanFactory i18nFactory, VelocityRequestContextFactory contextFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.issue.fields.layout.field
 

Constructors in com.atlassian.jira.issue.fields.layout.field with parameters of type I18nHelper.BeanFactory
DefaultFieldLayoutManager(FieldManager fieldManager, OfBizDelegator ofBizDelegator, I18nHelper.BeanFactory i18n)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.issue.fields.layout.field.enterprise
 

Constructors in com.atlassian.jira.issue.fields.layout.field.enterprise with parameters of type I18nHelper.BeanFactory
EnterpriseFieldLayoutManager(FieldManager fieldManager, OfBizDelegator ofBizDelegator, ConstantsManager constantsManager, SubTaskManager subTaskManager, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper.BeanFactory i18n)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.issue.history
 

Constructors in com.atlassian.jira.issue.history with parameters of type I18nHelper.BeanFactory
IssueHistoryLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, UserIssueHistoryManager userHistoryManager, ApplicationProperties applicationProperties, SearchService searchService, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.issue.label
 

Constructors in com.atlassian.jira.issue.label with parameters of type I18nHelper.BeanFactory
DefaultAlphabeticalLabelRenderer(com.atlassian.velocity.VelocityManager velocityManager, JiraAuthenticationContext authenticationContext, FieldManager fieldManager, ProjectManager projectManager, LabelUtil labelUtil, ApplicationProperties applicationProperties, I18nHelper.BeanFactory beanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.issue.search
 

Constructors in com.atlassian.jira.issue.search with parameters of type I18nHelper.BeanFactory
CurrentSearchLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, I18nHelper.BeanFactory i18nFactory, SearchProvider searchProvider, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
           
FavouriteFilterLinkFactory(SearchRequestService searchRequestService, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.jql.operand
 

Constructors in com.atlassian.jira.jql.operand with parameters of type I18nHelper.BeanFactory
DefaultJqlOperandResolver(JqlFunctionHandlerRegistry registry, I18nHelper.BeanFactory factory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.jql.validator
 

Constructors in com.atlassian.jira.jql.validator with parameters of type I18nHelper.BeanFactory
CascadingSelectCustomFieldValidator(CustomField customField, JqlSelectOptionsUtil jqlSelectOptionsUtil, JqlOperandResolver jqlOperandResolver, I18nHelper.BeanFactory beanFactory)
           
DefaultOperatorUsageValidator(JqlOperandResolver operandResolver, I18nHelper.BeanFactory factory)
           
DefaultOrderByValidator(SearchHandlerManager searchHandlerManager, FieldManager fieldManager, I18nHelper.BeanFactory iBeanFactory)
           
IssueIdValidator(JqlOperandResolver operandResolver, JqlIssueKeySupport issueKeySupport, JqlIssueSupport issueSupport, I18nHelper.BeanFactory i18nFactory)
           
IssueParentValidator(JqlOperandResolver operandResolver, JqlIssueKeySupport issueKeySupport, JqlIssueSupport issueSupport, I18nHelper.BeanFactory i18nFactory, SubTaskManager subTaskManager)
           
SelectCustomFieldValidator(CustomField customField, JqlSelectOptionsUtil jqlSelectOptionsUtil, JqlOperandResolver jqlOperandResolver, I18nHelper.BeanFactory beanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.license
 

Constructors in com.atlassian.jira.license with parameters of type I18nHelper.BeanFactory
LicenseJohnsonEventRaiserImpl(BuildUtilsInfo buildUtilsInfo, JiraLicenseService jiraLicenseService, I18nHelper.BeanFactory i18nBeanFactory, UserUtil userUtil)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.mock.i18n
 

Methods in com.atlassian.jira.mock.i18n that return I18nHelper.BeanFactory
 I18nHelper.BeanFactory MockI18nHelper.factory()
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Constructors in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type I18nHelper.BeanFactory
ReleaseNotesMenuFragment(VelocityRequestContextFactory requestContextFactory, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.plugin.searchrequestview
 

Constructors in com.atlassian.jira.plugin.searchrequestview with parameters of type I18nHelper.BeanFactory
DefaultSearchRequestURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nBean, Authorizer requestAuthorizer, SearchProvider searchProvider, IssueViewRequestParamsHelper issueViewRequestParamsHelper, SearchService searchService, JqlStringSupport jqlStringSupport, BuildUtilsInfo buildUtilsInfo)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.portal
 

Constructors in com.atlassian.jira.portal with parameters of type I18nHelper.BeanFactory
FavouriteDashboardLinkFactory(PortalPageService portalPageService, VelocityRequestContextFactory velocityRequestContextFactory, I18nHelper.BeanFactory i18nFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.project
 

Constructors in com.atlassian.jira.project with parameters of type I18nHelper.BeanFactory
ProjectHistoryLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, UserProjectHistoryManager userHistoryManager, I18nHelper.BeanFactory beanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.rest.v1.issues
 

Constructors in com.atlassian.jira.rest.v1.issues with parameters of type I18nHelper.BeanFactory
IssueActionsAndOperationsResource(JiraAuthenticationContext authContext, IssueManager issueManager, I18nHelper.BeanFactory i18nBeanFactory, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator)
           
IssuePickerResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, ApplicationProperties applicationProperties, ProjectManager projectManager)
           
IssueResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.rest.v1.labels
 

Constructors in com.atlassian.jira.rest.v1.labels with parameters of type I18nHelper.BeanFactory
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper.BeanFactory i18nBeanFactory, ApplicationProperties applicationProperties)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.rest.v1.users
 

Constructors in com.atlassian.jira.rest.v1.users with parameters of type I18nHelper.BeanFactory
UserPickerResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, UserPickerSearchService service, ApplicationProperties applicationProperties)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.security
 

Constructors in com.atlassian.jira.security with parameters of type I18nHelper.BeanFactory
JiraAuthenticationContextImpl(com.atlassian.seraph.auth.AuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, I18nHelper.BeanFactory i18n)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.upgrade
 

Constructors in com.atlassian.jira.upgrade with parameters of type I18nHelper.BeanFactory
UpgradeManagerImpl(JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18HelperFactory, ApplicationProperties applicationProperties, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.api.EventPublisher eventPublisher)
          This constructor adds all the upgrade tasks and is used by PICO
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.upgrade.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type I18nHelper.BeanFactory
UpgradeTask_Build232(SubscriptionManager subscriptionManager, OfBizDelegator ofBizDelegator, I18nHelper.BeanFactory i18n)
           
UpgradeTask_Build232MailItem(String emailAddress, String fullName, Locale locale, String subject, String template, Set lossySubscriptions, I18nHelper.BeanFactory i18n)
           
UpgradeTask_Build325(org.ofbiz.core.entity.GenericDelegator delegator, FavouritesStore favouritesStore, PortalPageManager portalPageManager, I18nHelper.BeanFactory i18n)
           
UpgradeTask_Build552(OfBizDelegator ofBizDelegator, LocaleManager localeManager, ColumnLayoutManager columnLayoutManager, JqlQueryParser jqlQueryParser, JqlStringSupport jqlStringSupport, CustomFieldManager customFieldManager, I18nHelper.BeanFactory beanFactory, FieldScreenSchemeManager fieldScreenSchemeManager, FieldLayoutManager fieldLayoutManager, FieldScreenStore fieldScreenStore, CachingLabelStore cachingLabelStore, CachingSearchRequestStore cachingSearchRequestStore, CachingPortletConfigurationStore cachingPortletConfigurationStore)
           
UpgradeTask_Build604(ClauseXmlHandlerRegistry clauseXmlHandlerRegistry, OfBizDelegator ofBizDelegator, SearchService searchService, OrderByXmlHandler orderByXmlHandler, JqlQueryParser jqlQueryParser, com.atlassian.mail.queue.MailQueue mailQueue, SearchHandlerManager searchHandlerManager, UserUtil userUtil, I18nHelper.BeanFactory i18n)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.user.profile
 

Constructors in com.atlassian.jira.user.profile with parameters of type I18nHelper.BeanFactory
ActivityUserProfileFragment(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.gadgets.GadgetRequestContextFactory gadgetRequestContextFactory, I18nHelper.BeanFactory i18nFactory)
           
PreferencesUserProfileFragment(ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.velocity.VelocityManager velocityManager, UserPreferencesManager preferencesManager, LocaleManager localeManager, I18nHelper.BeanFactory i18nCachingFactory)
           
SummaryUserProfilePanel(EmailFormatter emailFormatter, JiraAuthenticationContext context, PermissionManager permissionManager, GroupPermissionChecker groupPermissionChecker, SearchService searchService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager velocityManager, I18nHelper.BeanFactory i18nFactory, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ApplicationProperties applicationProperties1, FieldVisibilityManager fieldVisibiltyManager, UserPreferencesManager preferencesManager, LocaleManager localeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, AvatarManager avatarManager, UserManager userManager)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.util
 

Constructors in com.atlassian.jira.util with parameters of type I18nHelper.BeanFactory
JiraDurationUtils(ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, TimeTrackingConfiguration timeTrackingConfiguration, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper.BeanFactory i18nfactory)
          Sets the duration formatter based on the settings in the application properties and authentication context
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type I18nHelper.BeanFactory
EditLookAndFeel(UserPickerSearchService searchService, UserFormatManager userFormatManager, UserFormatMapper userFormatMapper, I18nHelper.BeanFactory i18nBeanFactory, LocaleManager localeManager)
           
ViewLookAndFeel(UserFormatManager userFormatManager, UserFormatMapper userFormatMapper, I18nHelper.BeanFactory i18nBeanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.web.action.admin.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type I18nHelper.BeanFactory
EditCrowdApplication(JaacsService jaacsService, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext jiraAuthenticationContext)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.web.bean
 

Classes in com.atlassian.jira.web.bean that implement I18nHelper.BeanFactory
static class I18nBean.CachingFactory
          As the name implies: a factory that caches I18nBeans.
 

Methods in com.atlassian.jira.web.bean that return I18nHelper.BeanFactory
protected  I18nHelper.BeanFactory I18nBean.getFactory()
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.web.component.subtask
 

Constructors in com.atlassian.jira.web.component.subtask with parameters of type I18nHelper.BeanFactory
ColumnLayoutItemFactory(PermissionManager permissionManager, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator, I18nHelper.BeanFactory beanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.jira.web.util
 

Constructors in com.atlassian.jira.web.util with parameters of type I18nHelper.BeanFactory
DefaultWebAttachmentManager(AttachmentManager attachmentManager, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext authenticationContext)
           
OutlookDate(Locale locale, ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nHelperFactory)
           
OutlookDateManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nHelperFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.sal.jira.license
 

Constructors in com.atlassian.sal.jira.license with parameters of type I18nHelper.BeanFactory
JiraLicenseHandler(JiraLicenseService jiraLicenseService, JiraLicenseManager jiraLicenseManager, I18nHelper.BeanFactory i18nBeanFactory)
           
 

Uses of I18nHelper.BeanFactory in com.atlassian.sal.jira.message
 

Constructors in com.atlassian.sal.jira.message with parameters of type I18nHelper.BeanFactory
JiraI18nResolver(JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory beanFactory)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.