Interface MeasuringElementsProvider
- All Known Implementing Classes:
MeasuringElementsEventProvider
public interface MeasuringElementsProvider
Provider interface for all the action related to fsm measuring elements module.
- Since:
- 20.0
-
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) voidsearchMeasures(MeasureSearchFilter filter) voidupdateMeasure(BOMeasure measure)
-
Method Details
-
loadMeasuringElement
BOMeasuringElement loadMeasuringElement(Long measuringElementId) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchMeasuringElements
List<BOMeasuringElement> searchMeasuringElements(MeasuringElementSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
searchPreviousMeasure
BOMeasure searchPreviousMeasure(PreviousMeasureSearchEventInput input) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadMeasureMode
- Throws:
DAValidateExceptionDAException
-
checkCounterAlign
MeasureCalculateCounterAlignOutput checkCounterAlign(BOMeasure measure) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadMeasure
- Throws:
DAValidateExceptionDAException
-
searchMeasures
- Throws:
DAValidateExceptionDAException
-
loadCounterDirection
BOCounterDirection loadCounterDirection(Long counterDirectionId) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadMeasuringElementStatus
BOMeasuringElementStatus loadMeasuringElementStatus(Long measuringElementStatusId) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
notifyMeasure
- Throws:
DAValidateExceptionDAException
-
loadMeasureStatus
- Throws:
DAValidateExceptionDAException
-
insertMeasure
- Throws:
DAValidateExceptionDAException
-
updateMeasure
- Throws:
DAValidateExceptionDAException
-
searchNextMeasure
BOMeasure searchNextMeasure(NextMeasureSearchEventInput input) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-