psdi.app.timezone.util

Class DefaultTimeZoneRule

  • java.lang.Object
    • psdi.app.timezone.util.DefaultTimeZoneRule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getTimeZoneFromRule(MboRemote currentMbo, MboRemote procRule)
      Get a Time Zone from an object if it exists using the rules.
      • Methods inherited from class java.lang.Object

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

      • DefaultTimeZoneRule

        public DefaultTimeZoneRule()
    • Method Detail

      • getTimeZoneFromRule

        public java.lang.String getTimeZoneFromRule(MboRemote currentMbo,
                                                    MboRemote procRule)
                                             throws java.rmi.RemoteException,
                                                    MXException
        Get a Time Zone from an object if it exists using the rules.
        Specified by:
        getTimeZoneFromRule in interface TimeZoneRuleInterface
        Parameters:
        currentMbo - Current Mbo
        procRule - Process Rule Mbo
        Returns:
        Time Zone if found, otherwise null.
        Throws:
        java.rmi.RemoteException
        MXException