Package | Description |
---|---|
com.ibm.tivoli.maximo.weather | |
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WeatherUtils.assignmentInWeatherAlertLifeSpan(Assignment assignment,
WeatherAlertImpact alertImpact)
check if wo schedule is in alert life span
|
Modifier and Type | Class and Description |
---|---|
class |
WMAssignment
MBO to represent WMAssignment object
|
Modifier and Type | Method and Description |
---|---|
Assignment |
WOService.getAssingment(java.lang.String assignmentid,
UserInfo userInfo) |
Assignment |
WO.getToplevelParentAssign(Assignment assign,
AssignmentSet assignSet,
java.util.HashMap assignIndexMap)
Given an assignment and the assignmentset containing the assignment, this method will return the top-level parent
assignment of the passed assignment.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FldAssignScheduleDate.assignAndWPOverlap(Assignment assignMbo,
MboRemote workTimeMbo,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc)
Checks if an Assignment overlaps the workperiod defined by the WorkPeriod or ModAvail object.
|
Assignment |
WO.getToplevelParentAssign(Assignment assign,
AssignmentSet assignSet,
java.util.HashMap assignIndexMap)
Given an assignment and the assignmentset containing the assignment, this method will return the top-level parent
assignment of the passed assignment.
|
boolean |
FldAssignScheduleDate.isAssignMidnightSpanning(Assignment assignMbo)
Examines an Assignment and asks if the time range defined spans midnight.
|
void |
FldAssignScheduleDate.setAssignWorkDate(Assignment assignMbo)
Sets the workdate field based on whether the assignment overlaps either a workperiod on
the calendar of the assigned labor or a modavail record of the assigned labor.
|