Package | Description |
---|---|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
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)
Returns the enum constant of this type with the specified name.
|
static WO.MTLStatus[] |
WO.MTLStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|