Interface LogbookDetailsCheckService

    • Method Detail

      • checkEvent

        java.util.List<LogbookCheckError> checkEvent​(EventModel event)
        Logbook events check.
        Parameters:
        event - the event to be checked
        Returns:
        the list of results after check
      • checkLFCandOperation

        java.util.List<LogbookCheckError> checkLFCandOperation​(java.util.Map<java.lang.String,​EventModel> mapOpEvents,
                                                               java.util.Map<java.lang.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