Uses of Interface
com.atlassian.jira.timezone.TimeZoneService

Packages that use TimeZoneService
com.atlassian.jira.lookandfeel   
com.atlassian.jira.timezone   
com.atlassian.jira.user.profile   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.user   
com.atlassian.sal.jira.timezone   
 

Uses of TimeZoneService in com.atlassian.jira.lookandfeel
 

Constructors in com.atlassian.jira.lookandfeel with parameters of type TimeZoneService
EditLookAndFeel(UserPickerSearchService searchService, UserFormatManager userFormatManager, 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)
           
 

Uses of TimeZoneService in com.atlassian.jira.timezone
 

Classes in com.atlassian.jira.timezone that implement TimeZoneService
 class TimeZoneServiceCachingDecorator
          Caches user time zones on a per-request basis.
 class TimeZoneServiceImpl
           
 

Constructors in com.atlassian.jira.timezone with parameters of type TimeZoneService
TimeZoneServiceCachingDecorator(TimeZoneService timeZoneService)
          Creates a new TimeZoneServiceCachingDecorator.
 

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

Constructors in com.atlassian.jira.user.profile with parameters of type TimeZoneService
PreferencesUserProfileFragment(ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.velocity.VelocityManager velocityManager, VelocityParamFactory velocityParamFactory, UserPreferencesManager preferencesManager, LocaleManager localeManager, I18nHelper.BeanFactory i18nCachingFactory, TimeZoneService timeZoneManager)
           
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, 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)
           
 

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

Fields in com.atlassian.jira.web.action.admin declared as TimeZoneService
protected  TimeZoneService ViewApplicationProperties.timeZoneService
           
 

Methods in com.atlassian.jira.web.action.admin that return TimeZoneService
 TimeZoneService EditApplicationProperties.getTimeZoneManager()
           
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type TimeZoneService
EditApplicationProperties(UserPickerSearchService searchService, ReindexMessageManager reindexMessageManager, LocaleManager localeManager, TimeZoneService timeZoneManager, RendererManager rendererManager, FieldManager fieldManager, org.ofbiz.core.entity.DelegatorInterface genericDelegator)
           
EditLookAndFeel(UserPickerSearchService searchService, UserFormatManager userFormatManager, UserFormatTypeConfiguration userFormatTypeConfiguration, UserFormatTypes userFormatTypes, UserFormatModuleDescriptors userFormatModuleDescriptors, I18nHelper.BeanFactory i18nBeanFactory, LocaleManager localeManager, TimeZoneService timeZoneManager, RendererManager rendererManager)
           
ViewApplicationProperties(UserPickerSearchService searchService, LocaleManager localeManager, TimeZoneService timeZoneService, RendererManager rendererManager)
           
 

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

Constructors in com.atlassian.jira.web.action.user with parameters of type TimeZoneService
UpdateUserPreferences(UserPreferencesManager userPreferencesManager, LocaleManager localeManager, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, TimeZoneService timeZoneManager)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, AvatarManager avatarManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, UserPropertyManager userPropertyManager)
           
 

Uses of TimeZoneService in com.atlassian.sal.jira.timezone
 

Constructors in com.atlassian.sal.jira.timezone with parameters of type TimeZoneService
JiraTimeZoneManager(TimeZoneService timeZoneService, TimeZoneManager timeZoneManager, JiraAuthenticationContext jiraAuthenticationContext)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.