Interface TakeLecturerBookingActionService
- All Known Implementing Classes:
TakeLecturerBookingActionServiceImpl
public interface TakeLecturerBookingActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeUpdate
(EntityExplorerActionSelection selection, @Nullable String eventKeys, @Nullable String courseKeys, String lecturerStatusId) prepareUpdate
(EntityExplorerActionSelection selection, String defaultLecturerBookingStatus)
-
Method Details
-
prepareUpdate
TakeLecturerBookingActionService.BookingInfo prepareUpdate(EntityExplorerActionSelection selection, String defaultLecturerBookingStatus) throws RpcExecutionException - Throws:
RpcExecutionException
-
executeUpdate
void executeUpdate(EntityExplorerActionSelection selection, @Nullable @Nullable String eventKeys, @Nullable @Nullable String courseKeys, String lecturerStatusId) throws RpcExecutionException - Throws:
RpcExecutionException
-