Interface ReservationCompletionActionService
- All Known Implementing Classes:
ReservationCompletionActionServiceImpl
public interface ReservationCompletionActionService
-
Method Summary
Modifier and TypeMethodDescriptiongetContingent(String reservationKey) getEventKey(String reservationKey) getRegistrationResult(String reservationKey) getReservationLecturerBookingKey(String reservationKey) getReservationRegistration(String reservationKey) isAccomplishedButtonEnabled(String reservationKey) voidsaveContingent(List<String> reservationRegistrationKeys, String eventKey) voidsaveReservationRegistration(CommentBean[] comments)
-
Method Details
-
isAccomplishedButtonEnabled
-
getEventKey
-
getReservationLecturerBookingKey
-
getReservationRegistration
-
saveReservationRegistration
- Throws:
InterruptedException
-
getRegistrationResult
-
getContingent
-
saveContingent
-