Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidSeatCountException
Packages that use InvalidSeatCountException
-
Uses of InvalidSeatCountException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw InvalidSeatCountExceptionModifier and TypeMethodDescription@NonNull ReservationReservationService.bookRoom(@NonNull BookRoomDTO reservationDto) Saves a newReservationto the database, based on the givenBookRoomDTO, if theFilterReservationsDTO.roomis free between the start time and end time.