Interface LogbookDetailsCheckService
- All Known Implementing Classes:
LogbookDetailsCheckServiceImpl
public interface LogbookDetailsCheckService
Logbook details check service.
-
Method Summary
Modifier and TypeMethodDescriptioncheckEvent
(EventModel event) Logbook events check.checkLFCandOperation
(Map<String, EventModel> mapOpEvents, Map<String, EventModel> mapLfcEvents) check coherence between LFC and operation.
-
Method Details
-
checkEvent
Logbook events check.- Parameters:
event
- the event to be checked- Returns:
- the list of results after check
-
checkLFCandOperation
List<LogbookCheckError> checkLFCandOperation(Map<String, EventModel> mapOpEvents, Map<String, EventModel> mapLfcEvents) check coherence between LFC and operation.- Parameters:
mapOpEvents
- the map of operation event modelsmapLfcEvents
- the map of lfc event models- Returns:
- the list of results after check
-