public class BuildingCommissioner extends FacilityFetcher implements java.lang.Runnable
QUERY_ASSET, QUERY_COMPANY, QUERY_ITEM, QUERY_JOBPLAN, QUERY_PM, QUERY_PRODUCT, QUERY_REQUIREMENT, QUERY_SYSTEM_ZONE, QUERY_TOOLS
Constructor and Description |
---|
BuildingCommissioner(BIMCommissionRemote commissionMbo,
CommissioningLogger logger) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
buildFilter(java.lang.String listName,
java.lang.String value) |
protected void |
cleanup() |
void |
run() |
protected void |
updateAssetStatus(AssetSetRemote assetSet) |
protected void |
updateJobPlanStatus(JobPlanSetRemote jobPlanSet) |
protected void |
updateLocationStatus(LocationSetRemote locSet) |
protected void |
updatePMStatus(PMSetRemote pmSet) |
protected void |
updateProductStatus(BIMProductSetRemote productSet) |
protected void |
updateRequirementStatus(BIMDesignSpecSetRemote reqSet) |
getAssetSet, getCompaniesSet, getFacilitySet, getFloorSet, getJobPlanSet, getMappedSystemSet, getOrgId, getPMSet, getProductSet, getRequirementSet, getSiteId, getSpaceSet, getSystemSet, getToolsSet, getTranslator, getUserInfo
public BuildingCommissioner(BIMCommissionRemote commissionMbo, CommissioningLogger logger) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void run()
run
in interface java.lang.Runnable
protected java.lang.String buildFilter(java.lang.String listName, java.lang.String value) throws MXException
MXException
protected void updateLocationStatus(LocationSetRemote locSet)
protected void updateAssetStatus(AssetSetRemote assetSet)
protected void updateJobPlanStatus(JobPlanSetRemote jobPlanSet)
protected void updateProductStatus(BIMProductSetRemote productSet)
protected void updatePMStatus(PMSetRemote pmSet)
protected void updateRequirementStatus(BIMDesignSpecSetRemote reqSet)
protected void cleanup()