Uses of Class
it.univr.passportease.exception.invalid.InvalidAvailabilityIDException
Packages that use InvalidAvailabilityIDException
Package
Description
-
Uses of InvalidAvailabilityIDException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionUserMutationController.createReservation
(String availabilityID) This mutation creates a reservation from an availability.UserQueryController.getReportDetailsByAvailabilityID
(String availabilityId) This query returns the report details for the given availability id. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.controller.worker
Methods in it.univr.passportease.controller.worker that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionWorkerQueryController.getRequestByAvailabilityID
(String id) This query returns the request with the given availability id. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.user
Methods in it.univr.passportease.service.user that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionUserMutationService.createReservation
(UUID availabilityId, User user) Creates a new availability.UserQueryService.getReportDetailsByAvailabilityID
(String availabilityId, JWT token) Get the list of information for the user to generate a report. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionUserMutationServiceImpl.createReservation
(UUID availabilityId, User user) Creates a reservation by id, setting the availability status toStatus.TAKEN
UserQueryServiceImpl.getReportDetailsByAvailabilityID
(String availabilityId, JWT token) Get the report details of the availability with the given UUID. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.worker
Methods in it.univr.passportease.service.worker that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionWorkerQueryService.getRequestByAvailabilityID
(String id) Get all the requests with the given availability id. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.worker.impl
Methods in it.univr.passportease.service.worker.impl that throw InvalidAvailabilityIDExceptionModifier and TypeMethodDescriptionWorkerQueryServiceImpl.getRequestByAvailabilityID
(String id) Get theRequest
associated to theAvailability
with the given id.