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 |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
WarrantyViewRemote.copyLocationsToContractAsset(LocationSetRemote locationSetRemote) |
void |
WarrantyView.copyLocationsToContractAsset(LocationSetRemote locationSetRemote)
Copies the selected Asset values to the WARRANTYASSET.
|
Modifier and Type | Class and Description |
---|---|
class |
LocationSet
Represents the set of Location.
|
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 |
---|---|
protected LocationSetRemote |
SystemsTreeBean.lookupLocationSet(java.lang.String location,
java.lang.String systemId,
java.lang.String siteId) |
Modifier and Type | Method and Description |
---|---|
LocationSetRemote |
SystemsUpdateBean.lookupLocationsFromSelection(BIMViewer model,
java.util.Set selection) |
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
|