Interface ReservationLecturerBookingCheckActionService
- All Known Implementing Classes:
ReservationLecturerBookingCheckActionServiceImpl
public interface ReservationLecturerBookingCheckActionService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidCollection<ReservationLecturerBookingCheckActionService.ReservationLecturerBookingCheckStatusDelegate> Collection<ReservationLecturerBookingCheckActionService.ReservationLecturerBookingCheckStatusDelegate> getValues(EntityExplorerActionSelection selection) setStatusAndGetChangedValues(ReservationLecturerBookingCheckActionService.ReservationLecturerBookingValue[] selection, String status, String type)
-
Method Details
-
checkEventConditions
ReservationLecturerBookingCheckActionService.EventInformation checkEventConditions(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException -
getAccomplishmentStati
Collection<ReservationLecturerBookingCheckActionService.ReservationLecturerBookingCheckStatusDelegate> getAccomplishmentStati() -
getPlanningStati
-
getReservationColumns
List<ReservationLecturerBookingCheckActionService.CheckGroup> getReservationColumns(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException, ScriptException -
getLecturerBookingRows
List<ReservationLecturerBookingCheckActionService.CheckGroup> getLecturerBookingRows(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException -
getValues
-
setStatusAndGetChangedValues
List<ReservationLecturerBookingCheckActionService.ReservationLecturerBookingValue> setStatusAndGetChangedValues(ReservationLecturerBookingCheckActionService.ReservationLecturerBookingValue[] selection, String status, String type) throws PersistException, InterruptedException, RpcExecutionException -
delete
void delete(ReservationLecturerBookingCheckActionService.ReservationLecturerBookingValue[] selection) throws PersistException, InterruptedException, RpcExecutionException
-