Uses of Class
it.univr.passportease.dto.output.ReportDetails
Package
Description
-
Uses of ReportDetails in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionUserQueryController.getReportDetailsByAvailabilityID
(String availabilityId) This query returns the report details for the given availability id. -
Uses of ReportDetails in it.univr.passportease.service.user
Modifier and TypeMethodDescriptionUserQueryService.getReportDetailsByAvailabilityID
(String availabilityId, JWT token) Get the list of information for the user to generate a report. -
Uses of ReportDetails in it.univr.passportease.service.user.impl
Modifier and TypeMethodDescriptionUserQueryServiceImpl.getReportDetailsByAvailabilityID
(String availabilityId, JWT token) Get the report details of the availability with the given UUID.