Uses of Class
it.univr.passportease.exception.invalid.InvalidAvailabilityIDException
Package
Description
-
Uses of InvalidAvailabilityIDException in it.univr.passportease.controller.user
Modifier 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
Modifier and TypeMethodDescriptionWorkerQueryController.getRequestByAvailabilityID
(String id) This query returns the request with the given availability id. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.user
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionWorkerQueryService.getRequestByAvailabilityID
(String id) Get all the requests with the given availability id. -
Uses of InvalidAvailabilityIDException in it.univr.passportease.service.worker.impl
Modifier and TypeMethodDescriptionWorkerQueryServiceImpl.getRequestByAvailabilityID
(String id) Get theRequest
associated to theAvailability
with the given id.