Package | Description |
---|---|
com.ibm.tivoli.maximo.srvad.app.common | |
psdi.app.labor |
The Labor package includes Mbos related to those who perform work.
|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WOTKTCommonFld.hasPromptedAndCancelled(UserInfo userInfo)
Checks if user has cancelled to any of the prompted msgs
|
static int |
SACommonWOSR.promptSAReplacement(UserInfo userInfo,
AddressableMbo addressable,
AddressableMbo targetMbo,
java.lang.String msgGroup,
java.lang.String msgKey,
java.lang.String inputId) |
static int |
SACommonWOSR.promptSAReplaceWithAssets(UserInfo userInfo,
Asset asset,
AddressableMbo addrmbo) |
static int |
SACommonWOSR.promptSAReplaceWithLocation(UserInfo userInfo,
Location location,
AddressableMbo mbo) |
Modifier and Type | Method and Description |
---|---|
void |
LabTrans.setContractException(MXApplicationYesNoCancelException mxe) |
void |
LabTransRemote.setContractException(MXApplicationYesNoCancelException mxe) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,MXApplicationYesNoCancelException> |
WO.getMXYesNoHash()
IJ11288
Returns the WO's mxYesNoHash used to complete the reschedule
|
Modifier and Type | Method and Description |
---|---|
void |
WO.initMXYesNoHash(java.util.HashMap<java.lang.String,MXApplicationYesNoCancelException> hash)
IJ11288
Initialize the WO's mxYesNoHash with the hash populated and passed from the bean.
|