Uses of Class
edu.ucsb.cs156.happiercows.entities.Report
Package
Description
-
Uses of Report in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionReportsController.allReports()
ReportsController.allReportsByCommonsId
(Long commonsId) ReportsController.findByReportId
(Long reportId) -
Uses of Report in edu.ucsb.cs156.happiercows.repositories
-
Uses of Report in edu.ucsb.cs156.happiercows.services
Modifier and TypeMethodDescriptionReportService.createAndSaveReportHeader
(Long commonsId) ReportService.createReport
(Long commonsId) Modifier and TypeMethodDescriptionReportService.createAndSaveReportLine
(Report report, UserCommons userCommons)