Class AssetsEventProvider
java.lang.Object
overit.geocallapp.wfm.assets.integration.AssetsEventProvider
- All Implemented Interfaces:
AssetsProvider
Provider for integration with assets fsm module that use the events' mechanism.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAssetOperationCenter(Long assetOperationCenterId) static AssetsEventProvidermakeInstance(PoolKit poolKit)
-
Constructor Details
-
AssetsEventProvider
public AssetsEventProvider()
-
-
Method Details
-
makeInstance
-
getAssetOperationCenter
public BOAssetOperationCenter getAssetOperationCenter(Long assetOperationCenterId) throws DAValidateException, DAException - Specified by:
getAssetOperationCenterin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
searchAssetOperationCenter
public List<BOAssetOperationCenter> searchAssetOperationCenter(AssetOperationCenterSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAssetOperationCenterin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
searchAssetCharacteristicValue
public List<BOAssetCharacteristicValue> searchAssetCharacteristicValue(AssetCharacteristicValueSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAssetCharacteristicValuein interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
loadAsset
- Specified by:
loadAssetin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
searchAssetTypeTemplateCharacteristic
public List<BOAssetTypeTemplateCharacteristic> searchAssetTypeTemplateCharacteristic(AssetTypeTemplateCharacteristicSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAssetTypeTemplateCharacteristicin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
searchAssetDescendants
public List<BOAsset> searchAssetDescendants(AssetDescendantSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAssetDescendantsin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
searchAssetTypes
public List<BOAssetType> searchAssetTypes(AssetTypeSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAssetTypesin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-
getLinearAssetLocation
public BOLinearAssetLocation getLinearAssetLocation(LinearAssetLocationLoadInput input) throws DAValidateException, DAException - Specified by:
getLinearAssetLocationin interfaceAssetsProvider- Throws:
DAValidateExceptionDAException
-