Uses of Class
overit.geocallapp.wfm.characteristics.bl.BOCharacteristic
Packages that use BOCharacteristic
Package
Description
-
Uses of BOCharacteristic in overit.geocallapp.wfm.characteristics.bl.event
Constructors in overit.geocallapp.wfm.characteristics.bl.event with parameters of type BOCharacteristicModifierConstructorDescriptionCharacteristicInsertEvent(BOCharacteristic characteristic) Instantiates a new characteristic insert event.CharacteristicUpdateEvent(BOCharacteristic characteristic) Instantiates a new characteristic update event. -
Uses of BOCharacteristic in overit.geocallapp.wfm.characteristics.integration
Methods in overit.geocallapp.wfm.characteristics.integration that return BOCharacteristicModifier and TypeMethodDescriptionCharacteristicsEventProvider.loadCharacteristic(Long characteristicId) CharacteristicsProvider.loadCharacteristic(Long characteristicId) Methods in overit.geocallapp.wfm.characteristics.integration that return types with arguments of type BOCharacteristicModifier and TypeMethodDescriptionCharacteristicsEventProvider.searchCharacteristics(CharacteristicSearchFilter filter) CharacteristicsProvider.searchCharacteristics(CharacteristicSearchFilter filter) -
Uses of BOCharacteristic in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic with parameters of type BOCharacteristicModifier and TypeMethodDescriptionprotected static voidCharacteristicUtils.checkGenericTypeValues(BOCharacteristic characteristic, Long dataType, PoolKit pk) protected static voidCharacteristicUtils.checkSpecificTypeValues(Long dataType, BOCharacteristic characteristic) static voidCharacteristicUtils.validateCharacteristicType(BOCharacteristic characteristic) static voidCharacteristicUtils.validateCharacteristicTypeValue(BOCharacteristic characteristic, PoolKit pk) static voidCharacteristicUtils.validateMeter(BOCharacteristic characteristic) -
Uses of BOCharacteristic in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task with parameters of type BOCharacteristicModifier and TypeMethodDescriptionprotected voidBTCharacteristicUpdate.checkAlreadyUsed(BOCharacteristic characteristic, BOCharacteristic dbCharacteristic, PoolKit pk) Checks if the given characteristic is already used, when the data type is changedprotected voidBTCharacteristicInsert.checkUnique(BOCharacteristic characteristic, PoolKit poolKit) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicUpdate.checkUnique(BOCharacteristic characteristic, PoolKit poolKit) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicInsert.validate(BOCharacteristic characteristic, PoolKit pk) Validate the data before the insertion.protected voidBTCharacteristicUpdate.validate(BOCharacteristic characteristic, PoolKit poolKit) Validate the data before the insertion. -
Uses of BOCharacteristic in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure with parameters of type BOCharacteristicModifier and TypeMethodDescriptionstatic voidMeasureUtils.validateNumericConstraints(Double value, BOCharacteristic characteristic) Validates numeric constraints on a measure value based on characteristic specifications.