Uses of Class
com.markvarga21.studentmanager.entity.Report
Packages that use Report
Package
Description
This package contains the controllers of the application.
This package contains classes that are responsible for sending emails.
This package contains the implementation of the mailing service.
This package contains the classes that are responsible
for handling reports.
This package contains the implementation of the reporting service.
-
Uses of Report in com.markvarga21.studentmanager.controller
Methods in com.markvarga21.studentmanager.controller that return types with arguments of type ReportModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Report>
ReportingController.getReports
(Integer page, Integer size) Retrieves all the reports. -
Uses of Report in com.markvarga21.studentmanager.service.mail
Methods in com.markvarga21.studentmanager.service.mail with parameters of type Report -
Uses of Report in com.markvarga21.studentmanager.service.mail.impl
Methods in com.markvarga21.studentmanager.service.mail.impl with parameters of type Report -
Uses of Report in com.markvarga21.studentmanager.service.report
Methods in com.markvarga21.studentmanager.service.report that return types with arguments of type ReportModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Report>
ReportService.getAllReports
(Integer page, Integer size) Retrieves all reports. -
Uses of Report in com.markvarga21.studentmanager.service.report.impl
Methods in com.markvarga21.studentmanager.service.report.impl that return types with arguments of type ReportModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Report>
ReportServiceImpl.getAllReports
(Integer page, Integer size) Retrieves all reports.