Package | Description |
---|---|
com.ibm.tivoli.maximo.slroute | |
psdi.app.asset | |
psdi.app.bim.loader | |
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
psdi.app.pm |
The PM package contains Mbos related to preventive
maintenance.
|
psdi.plusc.app.asset | |
psdi.webclient.components |
Modifier and Type | Method and Description |
---|---|
SLRouteRemote |
SLRouteSet.addRoute(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.GregorianCalendar routeDate) |
int |
SLRouteSetRemote.addRoutes(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.Date start,
java.util.Date end) |
int |
SLRouteSet.addRoutes(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.Date start,
java.util.Date end) |
Modifier and Type | Method and Description |
---|---|
LocationRemote |
AssetRemote.getTagLocation()
Returns the location associated with this asset, if that location can be
considered a tag id (i.e., it has only one asset associated with it).
|
LocationRemote |
Asset.getTagLocation()
Returns the location associated with this asset, if that location can be considered a tag id (i.e., it has only
one asset associated with it).
|
Modifier and Type | Method and Description |
---|---|
void |
Asset.changeStatus(java.lang.String status,
boolean rollToAllChildren,
boolean removeFromActiveRoutes,
boolean removeFromActiveSP,
boolean changePMStatus,
java.util.Hashtable changedStatusPMs,
LocationRemote topLevelLocationOnStatusChangeFromLocStatChangeRollDown)
Change the status of the Asset(s) Depending of the check boxes of the Status dialog box - change the status of
all children assets - remove asset reference from all active job plan - remove asset reference from all active
routes - remove asset reference from all active safety plans - make asset's PM inactive
If the status of the asset is changing to NOT READY or OPERATING, check if the PM's are in 'ACTIVE' status and
have forecast and delete the PM forecast
|
Modifier and Type | Method and Description |
---|---|
LocationRemote |
LoaderLocation.lookupLocation(java.lang.String fieldName,
java.lang.String fieldValue) |
Modifier and Type | Class and Description |
---|---|
class |
Location
MBO to represent Locations.
|
Modifier and Type | Method and Description |
---|---|
LocationRemote |
PM.getLocation()
Get related Location mbo
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
PlusCDueDate.getLocationDueDate(LocationRemote mboRemote)
Gets the Due Date for a Location mbo
|
Modifier and Type | Method and Description |
---|---|
static LocationRemote |
BIMViewer.lookupLocation(MboRemote mbo,
java.lang.String location,
java.lang.String siteId)
Queries the database for a location record based on location and siteid attributes
|
LocationRemote |
BIMViewer.lookupLocation(java.lang.String location)
Queries the database for a location record based on location and siteid attributes
|
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelId)
Use the value of an item in the model to find the Maximo location for that
item using the current dataattibute binding of the control
Used by dialogs that include or are launched by the control
|
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelLocation,
java.lang.String modelId) |
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelLocation,
java.lang.String modelId,
java.lang.String siteId)
Get the location from the bound value if the control is bound to either location of asset
|