Uses of Class
overit.geocallapp.wfm.measuringelements.bl.measuringelement.BOMeasuringElement
Packages that use BOMeasuringElement
Package
Description
-
Uses of BOMeasuringElement in overit.geocallapp.wfm.measuringelements.bl.measuringelement.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.event with parameters of type BOMeasuringElementModifierConstructorDescriptionInstantiates a new measuring element insert event.Instantiates a new measuring element update event. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event that return BOMeasuringElementModifier and TypeMethodDescriptionNextMeasureSearchEventInput.getMeasuringElement()Gets the measuring element.PreviousMeasureSearchEventInput.getMeasuringElement()Gets the measuring element.Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event with parameters of type BOMeasuringElementModifier and TypeMethodDescriptionvoidNextMeasureSearchEventInput.setMeasuringElement(BOMeasuringElement measuringElement) Sets the measuring element.voidPreviousMeasureSearchEventInput.setMeasuringElement(BOMeasuringElement measuringElement) Sets the measuring element. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task
Fields in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task declared as BOMeasuringElementModifier and TypeFieldDescriptionprotected BOMeasuringElementBTMeasureCalculateCounterAlign.measuringElement -
Uses of BOMeasuringElement in overit.geocallapp.wfm.measuringelements.integration
Methods in overit.geocallapp.wfm.measuringelements.integration that return BOMeasuringElementModifier and TypeMethodDescriptionMeasuringElementsEventProvider.loadMeasuringElement(Long measuringElementId) MeasuringElementsProvider.loadMeasuringElement(Long measuringElementId) Methods in overit.geocallapp.wfm.measuringelements.integration that return types with arguments of type BOMeasuringElementModifier and TypeMethodDescriptionMeasuringElementsEventProvider.searchMeasuringElements(MeasuringElementSearchFilter filter) MeasuringElementsProvider.searchMeasuringElements(MeasuringElementSearchFilter filter) -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement with parameters of type BOMeasuringElementModifier and TypeMethodDescriptionstatic voidMeasuringElementUtils.setTechnicalObject(BOMeasuringElement measuringElement, PoolKit pk) Sets the technical object for a measuring element based on its address. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task
Fields in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task declared as BOMeasuringElementModifier and TypeFieldDescriptionprotected BOMeasuringElementBTMeasureInsert.measuringElementprotected BOMeasuringElementBTMeasureUpdate.measuringElement -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task with parameters of type BOMeasuringElementModifier and TypeMethodDescriptionprotected voidBTMeasuringElementInsert.checkUniqueness(BOMeasuringElement measuringElement, PoolKit pk) Validates that no measuring element exists with the same code for the given technical object.protected voidBTMeasuringElementUpdate.checkUniqueness(BOMeasuringElement measuringElement, PoolKit pk) Validates that no other measuring element exists with the same code for the given technical object.protected voidBTMeasuringElementUpdate.validateForUpdate(BOMeasuringElement measuringElement, PoolKit pk) Validates a measuring element for update when no measures exist.protected voidBTMeasuringElementInsert.validateInput(BOMeasuringElement measuringElement, PoolKit pk) Validates theBOMeasuringElementobject data before its insertion.protected voidBTMeasuringElementUpdate.validateInput(BOMeasuringElement measuringElement, PoolKit pk) Validates theBOMeasuringElementobject data before its update. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement with parameters of type BOMeasuringElementModifier and TypeMethodDescriptionvoidAccountMeasuringElementValidator.validate(BOMeasuringElement measuringElement) Checks if the measuring element account matches the account id. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement with parameters of type BOMeasuringElementModifier and TypeMethodDescriptionvoidAssetMeasuringElementValidator.validate(BOMeasuringElement measuringElement) Checks if the measuring element asset matches the asset id. -
Uses of BOMeasuringElement in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task that return types with arguments of type BOMeasuringElementModifier and TypeMethodDescriptionprotected List<BOMeasuringElement> BTInterventionMeasureCheck.getInterventionMeasuringElements(BOIntervention intervention, PoolKit pk) Loads all measuring elements associated with the intervention's address.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task with type arguments of type BOMeasuringElementModifier and TypeMethodDescriptionprotected voidBTInterventionMeasureCheck.checkMandatoryMeasures(BOIntervention intervention, List<BOMeasuringElement> measuringElements, List<BOCensusRule> rules, PoolKit poolKit) Checks if all mandatory measuring elements have at least one validated measure for the intervention.