Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.ActorStillHasReservationsException
Packages that use ActorStillHasReservationsException
Package
Description
-
Uses of ActorStillHasReservationsException in de.gustavblass.fsu.fmi.roombooking.controller.admin
Methods in de.gustavblass.fsu.fmi.roombooking.controller.admin that throw ActorStillHasReservationsExceptionModifier and TypeMethodDescription@NonNull org.springframework.http.ResponseEntity<Void> ActorAdminRestController.deleteActor(String userName) HandlesDELETErequests to/api/v1/admin/users/{userName}and removes theActorwith the givenActor.userNamefrom the database. -
Uses of ActorStillHasReservationsException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw ActorStillHasReservationsExceptionModifier and TypeMethodDescriptionvoidActorService.deleteActor(@NonNull String userName) Removes theActorwith the givenActor.userNamefrom the database.