psdi.app.timezone.util

Interface TimeZoneRuleInterface

  • All Known Implementing Classes:
    DefaultTimeZoneRule


    public interface TimeZoneRuleInterface
    Interface to be used by Time Zone rules...
    • Method Detail

      • getTimeZoneFromRule

        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.
        Parameters:
        currentMbo - Current Mbo
        procRule - Mbo for the rule
        Returns:
        Time Zone if found, otherwise null.
        Throws:
        java.rmi.RemoteException
        MXException