Interface LogbookDetailsCheckService

All Known Implementing Classes:
LogbookDetailsCheckServiceImpl

public interface LogbookDetailsCheckService
Logbook details check service.
  • Method Details

    • checkEvent

      List<LogbookCheckError> checkEvent(EventModel event)
      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 models
      mapLfcEvents - the map of lfc event models
      Returns:
      the list of results after check