psdi.app.workorder.unittest

Class Appointment

  • java.lang.Object
    • psdi.app.workorder.unittest.Appointment


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

      Constructors 
      Constructor and Description
      Appointment() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addJP()
      Applying Job Plan to WO 1.
      void applyJPtoWO() 
      • Methods inherited from class java.lang.Object

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

      • Appointment

        public Appointment()
    • Method Detail

      • addJP

        public void addJP()
                   throws java.lang.Exception
        Applying Job Plan to WO 1. Insert new Job Plan record 2. Add Job Task record 3. Add Job Labor record, set labor to CARP 4. Add Job Labor record, set labor to ELECT 5. Set apptrequired to 0 6. Change status of Job Plan to ACTIVE 7. Go into WOTRACK, insert new work order 8. Set Job Plan and save 9. Select Action > Change Status > change status to APPR and click OK
        Throws:
        java.lang.Exception
      • applyJPtoWO

        public void applyJPtoWO()
                         throws java.rmi.RemoteException,
                                MXException
        Throws:
        java.rmi.RemoteException
        MXException