Class MeasuringElementsEventProvider
java.lang.Object
overit.geocallapp.wfm.measuringelements.integration.MeasuringElementsEventProvider
- All Implemented Interfaces:
MeasuringElementsProvider
Provider for integration with measuring elements fsm module that use the events' mechanism.
- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckCounterAlign(BOMeasure measure) insertMeasure(BOMeasure measure) loadCounterDirection(Long counterDirectionId) loadMeasure(Long measureId) loadMeasureMode(Long measureModeId) loadMeasureStatus(Long measureStatusId) loadMeasuringElement(Long measuringElementId) loadMeasuringElementStatus(Long measuringElementStatusId) makeInstance(PoolKit poolKit) voidsearchMeasures(MeasureSearchFilter filter) voidupdateMeasure(BOMeasure measure)
-
Constructor Details
-
MeasuringElementsEventProvider
public MeasuringElementsEventProvider()
-
-
Method Details
-
makeInstance
-
loadMeasuringElement
public BOMeasuringElement loadMeasuringElement(Long measuringElementId) throws DAValidateException, DAException - Specified by:
loadMeasuringElementin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
searchMeasuringElements
public List<BOMeasuringElement> searchMeasuringElements(MeasuringElementSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchMeasuringElementsin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
searchPreviousMeasure
public BOMeasure searchPreviousMeasure(PreviousMeasureSearchEventInput input) throws DAValidateException, DAException - Specified by:
searchPreviousMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
loadMeasureMode
- Specified by:
loadMeasureModein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
checkCounterAlign
public MeasureCalculateCounterAlignOutput checkCounterAlign(BOMeasure measure) throws DAValidateException, DAException - Specified by:
checkCounterAlignin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
loadMeasure
- Specified by:
loadMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
searchMeasures
public List<BOMeasure> searchMeasures(MeasureSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchMeasuresin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
loadCounterDirection
public BOCounterDirection loadCounterDirection(Long counterDirectionId) throws DAValidateException, DAException - Specified by:
loadCounterDirectionin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
loadMeasuringElementStatus
public BOMeasuringElementStatus loadMeasuringElementStatus(Long measuringElementStatusId) throws DAValidateException, DAException - Specified by:
loadMeasuringElementStatusin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
notifyMeasure
- Specified by:
notifyMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
loadMeasureStatus
public BOMeasureStatus loadMeasureStatus(Long measureStatusId) throws DAValidateException, DAException - Specified by:
loadMeasureStatusin interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
insertMeasure
- Specified by:
insertMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
updateMeasure
- Specified by:
updateMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-
searchNextMeasure
public BOMeasure searchNextMeasure(NextMeasureSearchEventInput input) throws DAValidateException, DAException - Specified by:
searchNextMeasurein interfaceMeasuringElementsProvider- Throws:
DAValidateExceptionDAException
-