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