psdi.app.workorder.util

Class WOAppointmentUtil

  • java.lang.Object
    • psdi.app.workorder.util.WOAppointmentUtil


  • public class WOAppointmentUtil
    extends java.lang.Object
    Utility class used to update values in Work Order object, according to a set of rules.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void setWorkOrderDates(MboRemote workOrder, java.lang.String woDates, java.util.Date startTime, java.util.Date targetCompDate) 
      static void setWorkOrderStatus(MboRemote workOrder, java.lang.String newStatus, boolean isNew) 
      static void updateWorkOrderDateTimes(MboRemote workOrder, java.util.TimeZone serverTimeZone, java.util.TimeZone apptBookTimeZone) 
      • Methods inherited from class java.lang.Object

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

      • WOAppointmentUtil

        public WOAppointmentUtil()
    • Method Detail

      • setWorkOrderDates

        public static void setWorkOrderDates(MboRemote workOrder,
                                             java.lang.String woDates,
                                             java.util.Date startTime,
                                             java.util.Date targetCompDate)
                                      throws java.rmi.RemoteException,
                                             MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • setWorkOrderStatus

        public static void setWorkOrderStatus(MboRemote workOrder,
                                              java.lang.String newStatus,
                                              boolean isNew)
                                       throws java.rmi.RemoteException,
                                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • updateWorkOrderDateTimes

        public static void updateWorkOrderDateTimes(MboRemote workOrder,
                                                    java.util.TimeZone serverTimeZone,
                                                    java.util.TimeZone apptBookTimeZone)
                                             throws java.rmi.RemoteException,
                                                    MXException
        Throws:
        java.rmi.RemoteException
        MXException