Interface ConnectReservationsByMatrixActionService
- All Known Implementing Classes:
ConnectReservationsByMatrixActionServiceImpl
public interface ConnectReservationsByMatrixActionService
used to connect Educational_objectives and Reservations through a CheckboxMatrix
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetMatrixValues
(EntityExplorerActionSelection selection) gathers all data needed to build the axis for the CheckboxMatrix and all currently checked valuesvoid
saves changes made to the values of a CheckboxMatrix
-
Method Details
-
getMatrixValues
ConnectReservationsByMatrixActionService.MatrixValues getMatrixValues(EntityExplorerActionSelection selection) gathers all data needed to build the axis for the CheckboxMatrix and all currently checked values- Parameters:
selection
- the selected Event- Returns:
- all values needed to setup a CheckboxMatrix
-
saveChanges
void saveChanges(ConnectReservationsByMatrixActionService.MatrixCheckboxValue[] values) throws InterruptedException saves changes made to the values of a CheckboxMatrix- Parameters:
values
- all values that should be persisted- Throws:
InterruptedException
-