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.location.virtual | |
psdi.app.pm |
The PM package contains Mbos related to preventive
maintenance.
|
psdi.plusc.app.asset | |
psdi.plusc.app.jobplan | |
psdi.plusc.app.pluscds | |
psdi.plusc.webclient.beans.location | |
psdi.webclient.beans.bim | |
psdi.webclient.components |
Modifier and Type | Method and Description |
---|---|
SLRouteRemote |
SLRouteSet.addRoute(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.GregorianCalendar routeDate) |
int |
SLRouteSet.addRoutes(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.Date start,
java.util.Date end) |
int |
SLRouteSetRemote.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
|
protected void |
Asset.rollStatusToAllChildren(java.lang.String status,
boolean removeFromActiveRoutes,
boolean removeFromActiveSP,
boolean changePMStatus,
java.util.Hashtable changedStatusPMs,
LocationRemote topLevelLocationOnStatusChangeFromLocStatChangeRollDown)
Change the status of all children assets
|
Modifier and Type | Method and Description |
---|---|
protected LocationRemote |
LoaderLocation.addLocationItem(MboSetRemote locationSet,
ItemBase item,
java.lang.String parent,
java.lang.String status)
Adds the location for a facility, floor, space/room, and components
|
LocationRemote |
LoaderLocation.lookupLocation(java.lang.String fieldName,
java.lang.String fieldValue) |
Modifier and Type | Method and Description |
---|---|
protected int |
LoaderSystemZone.addMembersToSystem(LocationRemote locMbo,
java.lang.String systemId,
java.lang.String systemName,
java.util.Enumeration members) |
protected java.lang.String |
LoaderComponent.LoaderOpperLoc.setLocationId(ItemCOMPONENT component,
LocationRemote locMbo) |
protected java.lang.String |
LoaderFacility.setLocationId(ItemFACILITY facility,
LocationRemote locMbo) |
protected java.lang.String |
LoaderFloor.setLocationId(ItemFLOOR floor,
LocationRemote locMbo) |
protected java.lang.String |
LoaderLocation.setLocationId(ItemBase itemLoc,
LocationRemote locMbo) |
protected java.lang.String |
LoaderSpace.setLocationId(ItemSPACE space,
LocationRemote locMbo) |
Modifier and Type | Class and Description |
---|---|
class |
Location
MBO to represent Locations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreroomReorderSet.updateInventoryReorderStoreRun(LocationRemote location,
LocationSetRemote locationSet,
java.lang.String reorderFromStore,
java.lang.String reorderFromStoreSiteId) |
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 |
---|---|
protected LocationRemote |
PlusCFldJPDatasheetLocation.getLocation()
Returns the location associated with this jp data sheet.
|
Modifier and Type | Method and Description |
---|---|
protected LocationRemote |
PlusCFldWODSTagLocation.getLocation()
Returns the tag location associated with this wo ds.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PlusCViewDataSheetBean.refreshTableData(LocationRemote location,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |
Modifier and Type | Method and Description |
---|---|
protected void |
SystemsBaseBean.populateSystem(MboRemote locSysMbo,
LocationRemote owningLocation,
java.lang.String systemId,
java.lang.String siteId,
java.lang.String parent,
java.util.Set selection)
Populates a new (empty) system with a 2 level hierarchy.
|
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
|
Modifier and Type | Method and Description |
---|---|
protected MboSetRemote |
BIMViewer.lookupModelFileForLocation(LocationRemote locMbo) |