psdi.app.timezone.util

Class TimeZoneUtil

  • java.lang.Object
    • psdi.app.timezone.util.TimeZoneUtil


  • public class TimeZoneUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      TimeZoneUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getTimeZoneUsingRule(MboRemote currentMbo, java.lang.String process, java.lang.String currentOrganization, java.lang.String currentSite)
      Find Time Zone for the current Mbo based on Process, Organization, Site
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeZoneUtil

        public TimeZoneUtil()
    • Method Detail

      • getTimeZoneUsingRule

        public static java.lang.String getTimeZoneUsingRule(MboRemote currentMbo,
                                                            java.lang.String process,
                                                            java.lang.String currentOrganization,
                                                            java.lang.String currentSite)
                                                     throws java.rmi.RemoteException,
                                                            MXException
        Find Time Zone for the current Mbo based on Process, Organization, Site
        Parameters:
        currentMbo - Mbo to find Time Zone for.
        process - Process name
        organization - Organization
        site - Site
        Returns:
        Time Zone for the current Mbo based on Process, Organization, Site. If none found, return null...
        Throws:
        java.rmi.RemoteException
        MXException