Class TimeZoneManager.UserTimeZoneInfo

java.lang.Object
com.deniz.jira.worklog.services.TimeZoneManager.UserTimeZoneInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TimeZoneManager

public static class TimeZoneManager.UserTimeZoneInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UserTimeZoneInfo​(TimeZoneManager timeZoneManager)  
  • Method Summary

    Modifier and Type Method Description
    (package private) void addTimeZoneHistory​(TZHistory tzHistory)
    We assume that tz records are added sorted.
    java.util.TimeZone getTimeZoneForDateTime​(com.atlassian.jira.user.ApplicationUser worklogAuthor, long dateTime)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • addTimeZoneHistory

      void addTimeZoneHistory​(TZHistory tzHistory)
      We assume that tz records are added sorted.
      Parameters:
      tzHistory - time zone history record to add.
    • getTimeZoneForDateTime

      @Nonnull public java.util.TimeZone getTimeZoneForDateTime​(com.atlassian.jira.user.ApplicationUser worklogAuthor, long dateTime)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object