Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.beans | |
psdi.app.labor.virtual | |
psdi.app.pm |
The PM package contains Mbos related to preventive
maintenance.
|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
psdi.plusc.app.asset |
Modifier and Type | Method and Description |
---|---|
WORemote |
SKDViewItemAvailabilitySearchBean.getSelectedWO() |
Modifier and Type | Method and Description |
---|---|
void |
LabTransEnterBy.fillTemporaryMbos(WORemote wo) |
void |
LabTransEnterByRemote.fillTemporaryMbos(WORemote wo) |
void |
LabTransEnterBySetRemote.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote mboOwner,
WORemote woRemote,
LabTransSetRemote labTransWOSet,
ToolTransSetRemote toolTransWOSet) |
void |
LabTransEnterBySet.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote ownerMbo,
WORemote woRemote,
LabTransSetRemote labTransWOSet,
ToolTransSetRemote toolTransWOSet) |
Modifier and Type | Method and Description |
---|---|
void |
PM.woCancel(WORemote newWO)
Wo cancel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WOActivityRemote
Remote interface to the WOActivity object.
|
interface |
WOChangeRemote
Remote interface to the WO object.
|
interface |
WOReleaseRemote
Remote interface to the WORelease object.
|
Modifier and Type | Class and Description |
---|---|
class |
WO
MBO to represent Work Order object.
|
class |
WOActivity
MBO to represent the Activity object.
|
class |
WOChange
MBO to represent the Release object.
|
class |
WORelease
MBO to represent the Release object.
|
Modifier and Type | Method and Description |
---|---|
WORemote |
WO.getWOforWonum(java.lang.String wonum)
Finds the work order given a work order number.
|
WORemote |
WORemote.getWoFromCombined(java.lang.String findWonum) |
WORemote |
WO.getWoFromCombined(java.lang.String findWonum)
Looks up the wonum from the parent and children set and returns the one with the matching wonum.
|
Modifier and Type | Method and Description |
---|---|
void |
WOServiceRemote.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
WOService.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
WOService.changeWOStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
Assignment.completeTheWO(WORemote ownerWO)
Completes or closes the parent work order if all assignments are now complete.
|
void |
AssignmentRemote.completeTheWO(WORemote ownerWO) |
void |
Assignment.createLabTrans(WORemote ownerWO)
Creates a LabTrans record for this assignment.
|
void |
AssignmentRemote.createLabTrans(WORemote ownerWO) |
void |
Assignment.createToolTransCrew(WORemote ownerWO,
AMCrewRemote crew) |
void |
AssignmentRemote.createToolTransCrew(WORemote ownerWO,
AMCrewRemote crew)
Creates the TOOLTRANS records for a given crew assigned.
|
void |
WORemote.generateWORelRecord(WORemote oldWO) |
void |
WO.generateWORelRecord(WORemote oldWO)
Generates a new related record to link this workorder to the one received as a parameter
|
MboSetRemote |
WOService.getJobPlans(WORemote wo,
java.lang.Boolean jpincludeclassless,
java.lang.Boolean jpassets)
Service Method to fetch Possible Job plans for a work order
|
void |
WOMaterialStatusUpdateCronTask.refreshWorkPackHierarchy(WORemote mbo)
Update the Parents Work Pack Status up the hierarchy.
|
void |
WO.refreshWorkPackHierarchy(WORemote mbo)
Update the Parents Work Pack Status up the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
PlusCDueDate.getWODueDate(boolean compOrClosed,
WORemote woMboRemote) |