Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.workorder.WO.MTLStatus

  • Packages that use WO.MTLStatus 
    Package Description
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    • Uses of WO.MTLStatus in psdi.app.workorder

      Fields in psdi.app.workorder declared as WO.MTLStatus 
      Modifier and Type Field and Description
      static WO.MTLStatus WO.MTLStatus.COMPLETE
      The COMPLETE.
      static WO.MTLStatus WO.MTLStatus.NONE
      The NONE.
      static WO.MTLStatus WO.MTLStatus.NULL
      The NULL.
      static WO.MTLStatus WO.MTLStatus.PARTIAL
      The PARTIAL.
      Methods in psdi.app.workorder that return WO.MTLStatus 
      Modifier and Type Method and Description
      WO.MTLStatus WO.setAvailibilityStatus(boolean changeStatus)
      Sets storeroom status, direct issue status and workpack status.
      WO.MTLStatus WO.setChildrenStatus(WO.MTLStatus storeroomStatus, WO.MTLStatus directIssueStatus, boolean changeStatus)
      Finds all the material in the workpack, this includes the all workorders including task that have materials, including this work order.
      WO.MTLStatus WO.setDirectIssueStatus()
      Finds all direct issue materials and make sure the following conditions are true: 1.
      WO.MTLStatus WO.setDirectIssueStatusWOGen()
      IV37283/78664:almost same as setDirectIssueStatus - difference the WO is new and the WPMaterial Set is new too.
      WO.MTLStatus WO.setMaterialAvailStatus()
      When status is refreshed from UI.
      WO.MTLStatus WO.setStoreroomStatus(boolean changeStatus)
      Sets the storeroom status.
      WO.MTLStatus WO.setStoreroomStatusWOGen(boolean changeStatus)
      IV37283/78664: this is almost a clone of setStoreroomStatus.
      static WO.MTLStatus WO.MTLStatus.valueOf(java.lang.String name) 
      static WO.MTLStatus[] WO.MTLStatus.values() 
      Methods in psdi.app.workorder with parameters of type WO.MTLStatus 
      Modifier and Type Method and Description
      WO.MTLStatus WO.setChildrenStatus(WO.MTLStatus storeroomStatus, WO.MTLStatus directIssueStatus, boolean changeStatus)
      Finds all the material in the workpack, this includes the all workorders including task that have materials, including this work order.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes