Interface ConnectReservationsByLogicActionService

All Known Implementing Classes:
ConnectReservationsByLogicActionServiceImpl

public interface ConnectReservationsByLogicActionService
connects Educational_objectives and Reservations based on a logic predefined in a EducationalObjectiveConnectionLogic
  • Method Details

    • connectEducationObjectivesAndReservations

      void connectEducationObjectivesAndReservations(EntityExplorerActionSelection selection) throws InterruptedException
      runs some logic against the list of selected Educational_objectives and all Reservations that are connected to their Events uses DefaultConnectLogic by default. Other logics can be contributed to the hivemodule configuration point EducationalObjectiveConnectionLogic, of which the last contributed will be used
      Parameters:
      selection - the selected events
      Throws:
      InterruptedException