Uses of Interface
com.atlassian.jira.config.LocaleManager

Packages that use LocaleManager
com.atlassian.jira   
com.atlassian.jira.bc.customfield   
com.atlassian.jira.component   
com.atlassian.jira.config   
com.atlassian.jira.i18n   
com.atlassian.jira.lookandfeel   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.user.profile   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.customfields   
com.atlassian.jira.web.action.admin.translation   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.util   
 

Uses of LocaleManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return LocaleManager
static LocaleManager ManagerFactory.getLocaleManager()
          Deprecated. 
 

Uses of LocaleManager in com.atlassian.jira.bc.customfield
 

Constructors in com.atlassian.jira.bc.customfield with parameters of type LocaleManager
DefaultCustomFieldService(GlobalPermissionManager permissionManager, CustomFieldManager customFieldManager, PermissionSchemeManager permissionSchemeManager, IssueSecuritySchemeManager issueSecuritySchemeManager, CustomFieldValidator customFieldValidator, I18nHelper.BeanFactory i18nFactory, JiraContextTreeManager treeManager, CustomFieldContextConfigHelper customFieldContextConfigHelper, ReindexMessageManager reindexMessageManager, ConstantsManager constantManager, FieldScreenManager fieldScreenManager, LocaleManager localeManager, TranslationManager translationManager, ManagedConfigurationItemService managedConfigurationItemService)
           
 

Uses of LocaleManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return LocaleManager
static LocaleManager ComponentAccessor.getLocaleManager()
           
 

Uses of LocaleManager in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config that implement LocaleManager
 class DefaultLocaleManager
           
 

Uses of LocaleManager in com.atlassian.jira.i18n
 

Constructors in com.atlassian.jira.i18n with parameters of type LocaleManager
JiraLocaleResolver(LocaleManager localeManager, JiraAuthenticationContext jiraAuthenticationContext, UserManager userManager)
           
 

Uses of LocaleManager in com.atlassian.jira.lookandfeel
 

Constructors in com.atlassian.jira.lookandfeel with parameters of type LocaleManager
EditLookAndFeel(UserPickerSearchService searchService, I18nHelper.BeanFactory i18nBeanFactory, LocaleManager localeManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, TimeZoneService timeZoneService, RendererManager rendererManager, LookAndFeelProperties lookAndFeelProperties, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, VelocityRequestContextFactory requestContextFactory, UploadService uploadService, FeatureManager featureManager, com.atlassian.plugin.PluginAccessor pluginAccessor, IntroductionProperty introduction, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, AutoLookAndFeelManager autoLookAndFeelManager, JiraLicenseService jiraLicenseService)
           
 

Uses of LocaleManager in com.atlassian.jira.upgrade.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type LocaleManager
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)
           
 

Uses of LocaleManager in com.atlassian.jira.user.profile
 

Constructors in com.atlassian.jira.user.profile with parameters of type LocaleManager
SummaryUserProfilePanel(EmailFormatter emailFormatter, JiraAuthenticationContext context, PermissionManager permissionManager, GroupPermissionChecker groupPermissionChecker, SearchService searchService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, VelocityParamFactory velocityParamFactory, 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, TimeZoneService timeZoneManager, AvatarService avatarService, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

Uses of LocaleManager in com.atlassian.jira.util.system
 

Constructors in com.atlassian.jira.util.system with parameters of type LocaleManager
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, OfBizDelegator ofBizDelegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry, LocaleManager localeManager, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, UpgradeManager upgradeManager, IssueIndexManager indexManager, JiraProperties jiraSystemProperties)
           
 

Uses of LocaleManager in com.atlassian.jira.web.action.admin
 

Fields in com.atlassian.jira.web.action.admin declared as LocaleManager
protected  LocaleManager ViewApplicationProperties.localeManager
           
 

Methods in com.atlassian.jira.web.action.admin that return LocaleManager
 LocaleManager ViewApplicationProperties.getLocaleManager()
           
 LocaleManager ViewSystemInfo.getLocaleManager()
           
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type LocaleManager
EditApplicationProperties(UserPickerSearchService searchService, ReindexMessageManager reindexMessageManager, LocaleManager localeManager, TimeZoneService timeZoneManager, RendererManager rendererManager, FieldManager fieldManager, org.ofbiz.core.entity.DelegatorInterface genericDelegator, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gzipCompression, IssueManager issueManager, FeatureManager featureManager, IntroductionProperty introductionProperty, ProjectService projectService, JiraLicenseService jiraLicenseService, IndexingLanguageSetting indexingLanguageSetting)
           
ViewApplicationProperties(UserPickerSearchService searchService, LocaleManager localeManager, TimeZoneService timeZoneService, RendererManager rendererManager, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gZipCompression, FeatureManager featureManager, IntroductionProperty introductionProperty, JiraLicenseService jiraLicenseService)
           
ViewMemoryInfo(LocaleManager localeManager, PluginInfoProvider pluginInfoProvider, FeatureManager featureManager)
           
ViewSystemInfo(LocaleManager localeManager, PluginInfoProvider pluginInfoProvider, FeatureManager featureManager)
           
ViewUpgradeHistory(LocaleManager localeManager, PluginInfoProvider pluginInfoProvider, FeatureManager featureManager)
           
 

Uses of LocaleManager in com.atlassian.jira.web.action.admin.customfields
 

Constructors in com.atlassian.jira.web.action.admin.customfields with parameters of type LocaleManager
TranslateCustomField(CustomFieldService customFieldService, CustomFieldManager customFieldManager, ManagedConfigurationItemService managedConfigurationItemService, LocaleManager localeManager, TranslationManager translationManager, CustomFieldDescription customFieldDescription)
           
 

Uses of LocaleManager in com.atlassian.jira.web.action.admin.translation
 

Constructors in com.atlassian.jira.web.action.admin.translation with parameters of type LocaleManager
ViewTranslations(FieldConfigSchemeManager configSchemeManager, IssueTypeSchemeManager issueTypeSchemeManager, FieldManager fieldManager, OptionSetManager optionSetManager, IssueTypeManageableOption manageableOptionType, BulkMoveOperation bulkMoveOperation, SearchProvider searchProvider, TranslationManager translationManager, ConstantsManager constantsManager, JiraAuthenticationContext authenticationContext, IssueManager issueManager, LocaleManager localeManager)
           
 

Uses of LocaleManager in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type LocaleManager
UpdateUserPreferences(UserPreferencesManager userPreferencesManager, LocaleManager localeManager, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, TimeZoneService timeZoneManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of LocaleManager in com.atlassian.jira.web.util
 

Constructors in com.atlassian.jira.web.util with parameters of type LocaleManager
InternalServerErrorDataSource(I18nHelper i18nHelper, ExtendedSystemInfoUtils extendedSystemInfoUtils, javax.servlet.ServletContext servletContext, LocaleManager localeManager, javax.servlet.http.HttpServletRequest req)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.