Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.gworkassign.model | |
com.ibm.tivoli.maximo.slroute | |
psdi.app.labor |
The Labor package includes Mbos related to those who perform work.
|
psdi.app.signature |
The Signature package defines users and security groups.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceUtility.calculateLaborWeekData(GWASchedule schedule,
IMXResource resource,
java.util.Date firstDayWeek,
LaborRemote labor,
WeekUtility weekUtility,
int week) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LaborRemote> |
SLRouteRemote.getSelectedLabors() |
java.util.List<LaborRemote> |
SLRoute.getSelectedLabors() |
Modifier and Type | Class and Description |
---|---|
class |
Labor
Mbo object to represent a new Labor MBO.
|
Modifier and Type | Method and Description |
---|---|
LaborRemote |
SignatureServiceRemote.getLaborForUserAndOrg(java.lang.String userName,
java.lang.String orgid,
UserInfo userInfo) |
LaborRemote |
SignatureService.getLaborForUserAndOrg(java.lang.String userID,
java.lang.String orgid,
UserInfo userInfo)
Get the Labor mbo for the given UserID and orgid.
|
LaborRemote |
SignatureServiceRemote.getLaborForUserAndSite(java.lang.String userName,
java.lang.String siteid,
UserInfo userInfo) |
LaborRemote |
SignatureService.getLaborForUserAndSite(java.lang.String userID,
java.lang.String siteid,
UserInfo userInfo)
Get the Labor mbo for the given userID and siteid.
|