Interface MassLecturerBookingActionService
- All Known Implementing Classes:
MassLecturerBookingActionServiceImpl
public interface MassLecturerBookingActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbookAll(EntityExplorerActionSelection selection, String eventKeys, String lecturerStatusKey) Creates `Lecturer_booking` entities for each user in `selection` for the given events.
-
Method Details
-
getDefaultStatus
String getDefaultStatus() -
bookAll
void bookAll(EntityExplorerActionSelection selection, String eventKeys, String lecturerStatusKey) throws InterruptedException, RpcExecutionException Creates `Lecturer_booking` entities for each user in `selection` for the given events.- Parameters:
selection- the selected entitieseventKeys- of the events as string separated by commaslecturerStatusKey- of the lecturer_status as string- Throws:
InterruptedExceptionRpcExecutionException
-