Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.location.LocationRemote

  • Packages that use LocationRemote 
    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  
    • Uses of LocationRemote in com.ibm.tivoli.maximo.slroute

      Methods in com.ibm.tivoli.maximo.slroute with parameters of type LocationRemote 
      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) 
    • Uses of LocationRemote in psdi.app.asset

      Methods in psdi.app.asset that return LocationRemote 
      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).
      Methods in psdi.app.asset with parameters of type LocationRemote 
      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
    • Uses of LocationRemote in psdi.app.bim.loader

      Methods in psdi.app.bim.loader that return LocationRemote 
      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) 
      Methods in psdi.app.bim.loader with parameters of type LocationRemote 
      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) 
    • Uses of LocationRemote in psdi.app.location

      Classes in psdi.app.location that implement LocationRemote 
      Modifier and Type Class and Description
      class  Location
      MBO to represent Locations.
    • Uses of LocationRemote in psdi.app.location.virtual

      Methods in psdi.app.location.virtual with parameters of type LocationRemote 
      Modifier and Type Method and Description
      boolean StoreroomReorderSet.updateInventoryReorderStoreRun(LocationRemote location, LocationSetRemote locationSet, java.lang.String reorderFromStore, java.lang.String reorderFromStoreSiteId) 
    • Uses of LocationRemote in psdi.app.pm

      Methods in psdi.app.pm that return LocationRemote 
      Modifier and Type Method and Description
      LocationRemote PM.getLocation()
      Get related Location mbo
    • Uses of LocationRemote in psdi.plusc.app.asset

      Methods in psdi.plusc.app.asset with parameters of type LocationRemote 
      Modifier and Type Method and Description
      java.util.Date PlusCDueDate.getLocationDueDate(LocationRemote mboRemote)
      Gets the Due Date for a Location mbo
    • Uses of LocationRemote in psdi.plusc.app.jobplan

      Methods in psdi.plusc.app.jobplan that return LocationRemote 
      Modifier and Type Method and Description
      protected LocationRemote PlusCFldJPDatasheetLocation.getLocation()
      Returns the location associated with this jp data sheet.
    • Uses of LocationRemote in psdi.plusc.app.pluscds

      Methods in psdi.plusc.app.pluscds that return LocationRemote 
      Modifier and Type Method and Description
      protected LocationRemote PlusCFldWODSTagLocation.getLocation()
      Returns the tag location associated with this wo ds.
    • Uses of LocationRemote in psdi.plusc.webclient.beans.location

      Methods in psdi.plusc.webclient.beans.location with parameters of type LocationRemote 
      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) 
    • Uses of LocationRemote in psdi.webclient.beans.bim

      Methods in psdi.webclient.beans.bim with parameters of type LocationRemote 
      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.
    • Uses of LocationRemote in psdi.webclient.components

      Methods in psdi.webclient.components that return LocationRemote 
      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
      Methods in psdi.webclient.components with parameters of type LocationRemote 
      Modifier and Type Method and Description
      protected MboSetRemote BIMViewer.lookupModelFileForLocation(LocationRemote locMbo) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes