Interface AssetsProvider
- All Known Implementing Classes:
AssetsEventProvider
public interface AssetsProvider
Provider interface for all the action related to fsm assets module
- Since:
- 18.0
-
Method Summary
-
Method Details
-
loadAsset
- Throws:
DAValidateExceptionDAException
-
searchAssetDescendants
List<BOAsset> searchAssetDescendants(AssetDescendantSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getLinearAssetLocation
BOLinearAssetLocation getLinearAssetLocation(LinearAssetLocationLoadInput input) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchAssetTypes
List<BOAssetType> searchAssetTypes(AssetTypeSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getAssetOperationCenter
BOAssetOperationCenter getAssetOperationCenter(Long assetOperationCenterId) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchAssetOperationCenter
List<BOAssetOperationCenter> searchAssetOperationCenter(AssetOperationCenterSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchAssetCharacteristicValue
List<BOAssetCharacteristicValue> searchAssetCharacteristicValue(AssetCharacteristicValueSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchAssetTypeTemplateCharacteristic
List<BOAssetTypeTemplateCharacteristic> searchAssetTypeTemplateCharacteristic(AssetTypeTemplateCharacteristicSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-