psdi.app.workorder

Class WORelease

    • Constructor Detail

    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: WO
        Adds a new Work Order. Field defaults are set as well as field flags.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class WO
        Throws:
        MXException
        java.rmi.RemoteException
      • loadSkipFieldCopyHashSet

        public void loadSkipFieldCopyHashSet()
                                      throws MXException,
                                             java.rmi.RemoteException
        Description copied from class: WO
        Loads the static HashSet with the names of the fields whose values need not be copied from the source Mbo to the target Mbo when a duplicate operation is performed. As an example the statusdate is one of the fields that need not be copied and the hashSet is loaded in the following way skipFieldCopy.add("STATUSDATE") The following is a list of fields that are not copied from the source workorder to the target workorder and these are the field names that are loaded into the HashSet.
        1. WONUM
        2. HISTORYFLAG
        3. STATUS
        4. STATUSDATE
        5. CHANGEDATE
        6. CHANGEBY
        7. REPORTDATE
        8. REPORTEDBY
        9. HASCHILDREN
        10. HASFOLLOWUPWORK
        11. TASKID
        12. ACTSTART
        13. ACTFINISH
        14. ACTLABHRS
        15. ACTLABCOST
        16. ACTMATCOST
        17. ACTTOOLCOST
        18. ACTSERVCOST
        19. ACTTOTALCOST
        20. ESTATAPPRLABHRS
        21. ESTATAPPRLABCOST
        22. ESTATAPPRMATCOST
        23. ESTATAPPRTOOLCOST
        24. ESTATAPPRSERVCOST
        25. ESTATAPPRTOTALVCOST
        26. PMNUM
        27. PARENT
        28. WOSEQUENCE
        29. PROBLEMCODE
        30. ESTLABHRS
        31. TARGCOMPDATE
        32. TARGSTARTDATE
        33. SCHEDSTART
        34. SCHEDFINISH
        35. OUTLABCOST
        36. OUTTOOLCOST
        37. OUTMATCOST
        38. OBSERVATION
        39. MEASUREMENTVALUE
        40. MEASUREDATE
        41. CALCPRIORITY
        42. FAILURECODE
        43. SNECONSTRAINT
        44. FNLCONSTRAINT
        45. REPAIRLOCFLAG
        46. REPAIRFACILITY
        Overrides:
        loadSkipFieldCopyHashSet in class WO
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.skipCopyField(psdi.mbo.MboValueInfo), WO.skipCopyField(psdi.mbo.MboValueInfo), WO.duplicate()