Uses of Class
com.markvarga21.studentmanager.dto.ReportMessage
Packages that use ReportMessage
Package
Description
This package contains the controllers of the application.
This package contains the classes that are responsible
for handling reports.
This package contains the implementation of the reporting service.
-
Uses of ReportMessage in com.markvarga21.studentmanager.controller
Methods in com.markvarga21.studentmanager.controller with parameters of type ReportMessageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
ReportingController.sendReport
(ReportMessage reportMessage) Submits a report. -
Uses of ReportMessage in com.markvarga21.studentmanager.service.report
Methods in com.markvarga21.studentmanager.service.report with parameters of type ReportMessageModifier and TypeMethodDescriptionReportService.sendReport
(ReportMessage reportMessage) Sends a report to the system. -
Uses of ReportMessage in com.markvarga21.studentmanager.service.report.impl
Methods in com.markvarga21.studentmanager.service.report.impl with parameters of type ReportMessageModifier and TypeMethodDescriptionReportServiceImpl.sendReport
(ReportMessage reportMessage) Sends a report to the system.