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, 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, GravatarSettings gravatarSettings)
           
 

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
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 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, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gzipCompression, IssueManager issueManager, FeatureManager featureManager, IntroductionProperty introductionProperty, ProjectService projectService, JiraLicenseService jiraLicenseService, IndexingLanguageSetting indexingLanguageSetting, GravatarSettings gravatarSettings)
           
ViewApplicationProperties(UserPickerSearchService searchService, LocaleManager localeManager, TimeZoneService timeZoneService, RendererManager rendererManager, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gZipCompression, FeatureManager featureManager, IntroductionProperty introductionProperty, JiraLicenseService jiraLicenseService, GravatarSettings gravatarSettings)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher)
           
ViewUserHover(UserManager userManager, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, AvatarService avatarService)
           
 

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-2014 Atlassian. All Rights Reserved.