com.atlassian.sal.jira.timezone
Class JiraTimeZoneManager

java.lang.Object
  extended by com.atlassian.sal.jira.timezone.JiraTimeZoneManager
All Implemented Interfaces:
com.atlassian.sal.api.timezone.TimeZoneManager

public class JiraTimeZoneManager
extends Object
implements com.atlassian.sal.api.timezone.TimeZoneManager

Since:
v4.4

Constructor Summary
JiraTimeZoneManager(TimeZoneService timeZoneService, TimeZoneManager timeZoneManager, JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 TimeZone getDefaultTimeZone()
           
 TimeZone getUserTimeZone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTimeZoneManager

public JiraTimeZoneManager(TimeZoneService timeZoneService,
                           TimeZoneManager timeZoneManager,
                           JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getUserTimeZone

public TimeZone getUserTimeZone()
Specified by:
getUserTimeZone in interface com.atlassian.sal.api.timezone.TimeZoneManager

getDefaultTimeZone

public TimeZone getDefaultTimeZone()
Specified by:
getDefaultTimeZone in interface com.atlassian.sal.api.timezone.TimeZoneManager


Copyright © 2002-2014 Atlassian. All Rights Reserved.