Interface ConnectReservationsByLogicActionService
- All Known Implementing Classes:
ConnectReservationsByLogicActionServiceImpl
public interface ConnectReservationsByLogicActionService
connects Educational_objectives and Reservations based on a logic predefined
in a
EducationalObjectiveConnectionLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runs some logic against the list of selected Educational_objectives and all Reservations that are connected to their Events usesDefaultConnectLogic
by default.
-
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 usesDefaultConnectLogic
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
-