Uses of Class
overit.geocallapp.wfm.assets.bl.type.BOAssetType
Packages that use BOAssetType
Package
Description
-
Uses of BOAssetType in overit.geocallapp.wfm.assets.bl.type.event
Constructors in overit.geocallapp.wfm.assets.bl.type.event with parameters of type BOAssetTypeModifierConstructorDescriptionAssetTypeInsertEvent(BOAssetType input) Instantiates a new asset type insert event.AssetTypeUpdateEvent(BOAssetType assetType) Instantiates a new asset type update event. -
Uses of BOAssetType in overit.geocallapp.wfm.assets.bl.type.task
Methods in overit.geocallapp.wfm.assets.bl.type.task with parameters of type BOAssetTypeModifier and TypeMethodDescriptionprotected voidBTAssetTypeInsert.afterInsert(BOAssetType assetType, PoolKit pk) Actions to perform after the insertion.protected voidBTAssetTypeUpdate.afterUpdate(BOAssetType assetType, PoolKit pk) Actions to perform after the update.protected voidBTAssetTypeUpdate.checkUnique(BOAssetType type, PoolKit poolKit) Checks if the asset type has a unique code.protected voidBTAssetTypeInsert.validate(BOAssetType assetType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOAssetTypeprotected voidBTAssetTypeUpdate.validate(BOAssetType assetType, PoolKit poolKit) Checks if the givenBOAssetTypecan be loaded by performing some validations -
Uses of BOAssetType in overit.geocallapp.wfm.assets.integration
Methods in overit.geocallapp.wfm.assets.integration that return types with arguments of type BOAssetTypeModifier and TypeMethodDescriptionAssetsEventProvider.searchAssetTypes(AssetTypeSearchFilter filter) AssetsProvider.searchAssetTypes(AssetTypeSearchFilter filter) -
Uses of BOAssetType in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task declared as BOAssetTypeModifier and TypeFieldDescriptionprotected BOAssetTypeBTWorkOrderOperationTypeGenerateCodeDescription.assetType -
Uses of BOAssetType in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task declared as BOAssetTypeModifier and TypeFieldDescriptionprotected BOAssetTypeBTWorkOrderTypeGenerateCodeDescription.assetType -
Uses of BOAssetType in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task that return types with arguments of type BOAssetTypeModifier and TypeMethodDescriptionprotected List<BOAssetType> BTWorkCycleStructureInsert.loadAssetType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the asset typeprotected List<BOAssetType> BTWorkCycleStructureUpdate.loadAssetType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the asset type