Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.RoomStillHasReservationsException
Packages that use RoomStillHasReservationsException
Package
Description
-
Uses of RoomStillHasReservationsException in de.gustavblass.fsu.fmi.roombooking.controller.admin
Methods in de.gustavblass.fsu.fmi.roombooking.controller.admin that throw RoomStillHasReservationsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> RoomAdminRestController.deleteRoom(@NonNull String number) Removes theRoomwith the givenRoom.numberfrom the database, if there are no Reservations for the Room that end afterLocalDateTime.now(). -
Uses of RoomStillHasReservationsException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw RoomStillHasReservationsExceptionModifier and TypeMethodDescriptionvoidRoomService.deleteRoom(@NonNull String roomNumber) Removes theRoomwith the givenRoom.numberfrom the database, if there are no Reservations for the Room that end afterLocalDateTime.now().