Package | Description |
---|---|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
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.
|
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() |
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.
|