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

Uses of Interface
psdi.app.location.LocationSetRemote

  • Packages that use LocationSetRemote 
    Package Description
    psdi.app.bim.loader  
    psdi.app.contract.warranty  
    psdi.app.location

    The Location package includes MBOs mostly related to operating locations.

    psdi.app.location.virtual  
    psdi.webclient.beans.bim  
    psdi.webclient.beans.bim.viewer  
    psdi.webclient.components  
    • Uses of LocationSetRemote in psdi.app.bim.loader

      Methods in psdi.app.bim.loader that return LocationSetRemote 
      Modifier and Type Method and Description
      protected LocationSetRemote FacilityFetcher.getFacilitySet(java.lang.String filter) 
      protected LocationSetRemote FacilityFetcher.getFloorSet(java.lang.String filter)
      Create a list of locations that are floors in a facility.
      protected LocationSetRemote FacilityFetcher.getMappedSystemSet(java.lang.String filter)
      Create a list of locations that are connection points for building systems in larger Maximo systems.
      protected LocationSetRemote FacilityFetcher.getSpaceSet(java.lang.String filter) 
      Methods in psdi.app.bim.loader with parameters of type LocationSetRemote 
      Modifier and Type Method and Description
      protected ItemFACILITY ModelExporter.exportLocation2Facility(LocationSetRemote facilitySet)
      Export a Maximo location to a COBie facility.
      protected void ModelExporter.exportLocation2Floor(LocationSetRemote floorSet) 
      protected void ModelExporter.exportLocation2Space(LocationSetRemote spaceSet) 
      protected void ModelExporter.exportMappedSystem2system(LocationSetRemote systemSet)
      Convert Maximo Systems that have previously been mapped from COBie system back to COBie Systems.
      protected void BuildingCommissioner.updateLocationStatus(LocationSetRemote locSet) 
    • Uses of LocationSetRemote in psdi.app.contract.warranty

      Methods in psdi.app.contract.warranty with parameters of type LocationSetRemote 
      Modifier and Type Method and Description
      void WarrantyViewRemote.copyLocationsToContractAsset(LocationSetRemote locationSetRemote) 
      void WarrantyView.copyLocationsToContractAsset(LocationSetRemote locationSetRemote)
      Copies the selected Asset values to the WARRANTYASSET.
    • Uses of LocationSetRemote in psdi.app.location

      Classes in psdi.app.location that implement LocationSetRemote 
      Modifier and Type Class and Description
      class  LocationSet
      Represents the set of Location.
    • Uses of LocationSetRemote in psdi.app.location.virtual

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

      Methods in psdi.webclient.beans.bim that return LocationSetRemote 
      Modifier and Type Method and Description
      protected LocationSetRemote SystemsTreeBean.lookupLocationSet(java.lang.String location, java.lang.String systemId, java.lang.String siteId) 
    • Uses of LocationSetRemote in psdi.webclient.beans.bim.viewer

      Methods in psdi.webclient.beans.bim.viewer that return LocationSetRemote 
      Modifier and Type Method and Description
      LocationSetRemote SystemsUpdateBean.lookupLocationsFromSelection(BIMViewer model, java.util.Set selection) 
    • Uses of LocationSetRemote in psdi.webclient.components

      Methods in psdi.webclient.components that return LocationSetRemote 
      Modifier and Type Method and Description
      static LocationSetRemote BIMViewer.lookupLocations(MboRemote mbo, java.lang.String location, java.lang.String siteId)
      Queries the database for a location record based on location and siteid attributes
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes