public class FacilityFetcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
QUERY_ASSET |
protected static java.lang.String |
QUERY_COMPANY |
protected static java.lang.String |
QUERY_ITEM |
protected static java.lang.String |
QUERY_JOBPLAN |
protected static java.lang.String |
QUERY_PM |
protected static java.lang.String |
QUERY_PRODUCT |
protected static java.lang.String |
QUERY_REQUIREMENT |
protected static java.lang.String |
QUERY_SYSTEM_ZONE |
protected static java.lang.String |
QUERY_TOOLS |
| Constructor and Description |
|---|
FacilityFetcher(ImportBaseRemote importBase,
java.lang.String facility) |
| Modifier and Type | Method and Description |
|---|---|
protected AssetSetRemote |
getAssetSet(java.lang.String filter) |
protected CompanySetRemote |
getCompaniesSet(java.lang.String filter) |
protected LocationSetRemote |
getFacilitySet(java.lang.String filter) |
protected LocationSetRemote |
getFloorSet(java.lang.String filter)
Create a list of locations that are floors in a facility.
|
protected JobPlanSetRemote |
getJobPlanSet(java.lang.String filter) |
protected LocationSetRemote |
getMappedSystemSet(java.lang.String filter)
Create a list of locations that are connection points for building systems in larger Maximo systems.
|
java.lang.String |
getOrgId() |
protected PMSetRemote |
getPMSet(java.lang.String filter) |
protected BIMProductSetRemote |
getProductSet(java.lang.String filter) |
protected BIMDesignSpecSetRemote |
getRequirementSet(java.lang.String filter) |
java.lang.String |
getSiteId() |
protected LocationSetRemote |
getSpaceSet(java.lang.String filter) |
protected LocSystemSetRemote |
getSystemSet(java.lang.String filter)
Creates a list of Systems that are related to a building.
|
protected ToolItemSetRemote |
getToolsSet(java.lang.String filter,
java.lang.String itemSetId) |
Translate |
getTranslator() |
protected UserInfo |
getUserInfo() |
protected static final java.lang.String QUERY_ASSET
protected static final java.lang.String QUERY_PRODUCT
protected static final java.lang.String QUERY_REQUIREMENT
protected static final java.lang.String QUERY_JOBPLAN
protected static final java.lang.String QUERY_ITEM
protected static final java.lang.String QUERY_COMPANY
protected static final java.lang.String QUERY_SYSTEM_ZONE
protected static final java.lang.String QUERY_PM
protected static final java.lang.String QUERY_TOOLS
public FacilityFetcher(ImportBaseRemote importBase, java.lang.String facility) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected LocationSetRemote getFacilitySet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected LocationSetRemote getFloorSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
filter - Any additional filtering to be applied to the QUERY. The filter is ANDed with the floor queryjava.rmi.RemoteExceptionMXExceptionprotected LocationSetRemote getSpaceSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected AssetSetRemote getAssetSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected BIMDesignSpecSetRemote getRequirementSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected BIMProductSetRemote getProductSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected JobPlanSetRemote getJobPlanSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected LocSystemSetRemote getSystemSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
filter - Any additional filtering to be applied to the QUERY. The filter is ANDed with the system queryjava.rmi.RemoteExceptionMXExceptionprotected LocationSetRemote getMappedSystemSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
filter - Any additional filtering to be applied to the QUERY. The filter is ANDed with the floor queryjava.rmi.RemoteExceptionMXExceptionprotected CompanySetRemote getCompaniesSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected PMSetRemote getPMSet(java.lang.String filter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionprotected ToolItemSetRemote getToolsSet(java.lang.String filter, java.lang.String itemSetId) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionpublic java.lang.String getOrgId()
public java.lang.String getSiteId()
public Translate getTranslator()
protected UserInfo getUserInfo()