Uses of Class
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.BOMeasure
Packages that use BOMeasure
Package
Description
-
Uses of BOMeasure in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event with parameters of type BOMeasureModifierConstructorDescriptionInstantiates a new intervention measure link event.Create a new instance of the event that get anBOMeasureobject as input parameterMeasureInsertEvent(BOMeasure input) Instantiates a new measure insert event.MeasureRejectEvent(BOMeasure input) Instantiates a new measure rejection event.MeasureUpdateEvent(BOMeasure input) Instantiates a new measure update event.MeasureValidateEvent(BOMeasure input) Instantiates a new measure validation event.Constructor parameters in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event with type arguments of type BOMeasureModifierConstructorDescriptionMeasureInsertBatchEvent(List<BOMeasure> input) Instantiates a new measure insert batch eventMeasureRejectBatchEvent(List<BOMeasure> input) Instantiates a new measure reject batch eventMeasureUpdateBatchEvent(List<BOMeasure> input) Instantiates a new measure update batch eventMeasureValidateBatchEvent(List<BOMeasure> input) Instantiates a new measure validate batch event -
Uses of BOMeasure in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task
Fields in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task declared as BOMeasureModifier and TypeFieldDescriptionprotected BOMeasureBTMeasureCalculateCounterAlign.currentMeasureprotected BOMeasureBTMeasureCalculateCounterAlign.previousMeasureMethods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task that return BOMeasureModifier and TypeMethodDescriptionprotected BOMeasureBTNextMeasureSearch.findNextChronologicalMeasure(NextMeasureSearchEventInput input, PoolKit pk) Finds the next chronological measure for a measuring element after a specified target date.protected BOMeasureBTPreviousMeasureSearch.findPreviousChronologicalMeasure(PreviousMeasureSearchEventInput input, PoolKit pk) Finds the most recent chronological measure for a measuring element before a target date. -
Uses of BOMeasure in overit.geocallapp.wfm.measuringelements.integration
Methods in overit.geocallapp.wfm.measuringelements.integration that return BOMeasureModifier and TypeMethodDescriptionMeasuringElementsEventProvider.loadMeasure(Long measureId) MeasuringElementsProvider.loadMeasure(Long measureId) MeasuringElementsEventProvider.searchNextMeasure(NextMeasureSearchEventInput input) MeasuringElementsProvider.searchNextMeasure(NextMeasureSearchEventInput input) MeasuringElementsEventProvider.searchPreviousMeasure(PreviousMeasureSearchEventInput input) MeasuringElementsProvider.searchPreviousMeasure(PreviousMeasureSearchEventInput input) Methods in overit.geocallapp.wfm.measuringelements.integration that return types with arguments of type BOMeasureModifier and TypeMethodDescriptionMeasuringElementsEventProvider.searchMeasures(MeasureSearchFilter filter) MeasuringElementsProvider.searchMeasures(MeasureSearchFilter filter) Methods in overit.geocallapp.wfm.measuringelements.integration with parameters of type BOMeasureModifier and TypeMethodDescriptionMeasuringElementsEventProvider.checkCounterAlign(BOMeasure measure) MeasuringElementsProvider.checkCounterAlign(BOMeasure measure) MeasuringElementsEventProvider.insertMeasure(BOMeasure measure) MeasuringElementsProvider.insertMeasure(BOMeasure measure) voidMeasuringElementsEventProvider.updateMeasure(BOMeasure measure) voidMeasuringElementsProvider.updateMeasure(BOMeasure measure) -
Uses of BOMeasure in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task with type parameters of type BOMeasureModifier and TypeClassDescriptionclassMeasureStatusChangeTask<E extends SimpleBusinessEvent<BOMeasure,Void>> Abstract business task in order to change the status of aBOMeasure.Fields in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task declared as BOMeasureMethods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task that return BOMeasureModifier and TypeMethodDescriptionprotected BOMeasureBTMeasureInsert.loadPreviousMeasure(BOMeasure measure, PoolKit poolKit) Method that loads the previous measure related to the current measuring element and the date on which the current measure was taken.protected BOMeasureBTMeasureUpdate.loadPreviousMeasure(BOMeasure measure, PoolKit pk) Loads the previous measure for a given measuring element and date.Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task with parameters of type BOMeasureModifier and TypeMethodDescriptionprotected voidBTMeasureInsert.alignNextMeasure(BOMeasure inputMeasure, PoolKit poolKit) Aligns the next chronological measure after a measure has been updated, specifically for quantitative measures of non-counter measuring elements.protected voidBTMeasureUpdate.alignNextMeasure(BOMeasure inputMeasure, PoolKit poolKit) Aligns the next chronological measure after a measure has been updated, specifically for quantitative measures of non-counter measuring elements.protected voidBTMeasureInsert.applyAlignmentValues(BOMeasure measure, MeasureCalculateCounterAlignOutput output) Method that modifies the measure with the new values for the alignment.protected voidBTMeasureUpdate.applyAlignmentValues(BOMeasure measure, MeasureCalculateCounterAlignOutput output) Method that modifies the measure with the new values for the alignment.protected voidBTMeasureInsert.checkCatalogGroupMeasure(BOMeasure measure) Method that checks if the catalog code is allowed for the catalog group.protected voidBTMeasureInsert.checkCharacteristicMeasure(BOMeasure measure) Method that checks if the measure is valid for the characteristic.protected voidBTMeasureInsert.completeData(BOMeasure inputMeasure) Method that completes the data of the measure.protected voidBTMeasureUpdate.completeData(BOMeasure measure, BOMeasure previousMeasure) Method that completes the data of the measure.protected voidBTMeasureInsert.completeMeasureMode(BOMeasure measure) protected voidBTMeasureUpdate.handleUnreadableMeasure(BOMeasure measure, BOMeasure previousMeasure, PoolKit pk) Handles an unreadable measure by setting appropriate default values based on measuring element characteristics.protected LongBTMeasureInsert.insertMeasure(BOMeasure measure, PoolKit poolKit) Inserts the given measure.protected booleanBTMeasureReject.isRejectionAllowed(BOMeasure measure) Checks if a measure can be rejected based on its current status.protected booleanBTMeasureValidate.isValidationAllowed(BOMeasure measure) Checks if a measure can be validated based on its current status.protected BOMeasureBTMeasureInsert.loadPreviousMeasure(BOMeasure measure, PoolKit poolKit) Method that loads the previous measure related to the current measuring element and the date on which the current measure was taken.protected BOMeasureBTMeasureUpdate.loadPreviousMeasure(BOMeasure measure, PoolKit pk) Loads the previous measure for a given measuring element and date.protected voidBTMeasureInsert.notifyInsert(BOMeasure measure, PoolKit poolKit) Notifies the insertion of a new measure.protected voidBTMeasureUpdate.notifyUpdate(BOMeasure measure, PoolKit pk) Notifies the measure update.voidBTMeasureInsert.setImpossibleToRead(BOMeasure inputMeasure, PoolKit poolKit) Sets a measure as impossible to read and aligns its values based on measuring element characteristics.protected voidBTMeasureUpdate.updateMeasure(BOMeasure measure, PoolKit pk) Updates the measure.protected voidBTMeasureUpdate.validateCatalogCode(BOMeasure measure, PoolKit pk) Method that checks if the catalog code is allowed for the catalog group.protected voidBTMeasureUpdate.validateCharacteristic(BOMeasure measure, PoolKit pk) Validates the measure's characteristic and its associated properties.protected voidBTMeasureInsert.validateCounterRotations(BOMeasure inputMeasure, PoolKit poolKit) Validates counter rotations for a measure and applies alignment calculations.protected voidBTMeasureReject.validateForStatusChange(BOMeasure measure) Validates if the measure can be transitioned to REJECTED status.protected voidBTMeasureValidate.validateForStatusChange(BOMeasure measure) Validates if the measure can be transitioned to VALIDATED status.protected abstract voidMeasureStatusChangeTask.validateForStatusChange(BOMeasure measure) Validates if the measure can undergo the requested status change.protected voidBTMeasureInsert.validateInput(BOMeasure measure, PoolKit poolKit) Validates theBOMeasureobject data before its insertion.protected voidBTMeasureUpdate.validateMeasure(BOMeasure measure, PoolKit pk) Validates theBOMeasureobject data before its update.protected voidBTMeasureInsert.validateMeasureFeatures(BOMeasure inputMeasure, PoolKit poolKit) Method that validates the data related to the measuring features, i.e. the characteristic and the catalog group.protected voidBTMeasureInsert.validateMeasureValueConstraints(BOMeasure measure, PoolKit poolKit) Validates that measure values comply with characteristic-defined constraints.protected voidBTMeasureInsert.validateMeasureValues(BOMeasure measure) Validates that either value or deltaValue is present in the measure, but not both.protected voidBTMeasureUpdate.validateMeasureValues(BOMeasure measure) Validates measure values for meter-type measuring elements. -
Uses of BOMeasure in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure with parameters of type BOMeasure -
Uses of BOMeasure in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task with parameters of type BOMeasure -
Uses of BOMeasure in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure with parameters of type BOMeasure