Uses of Class
edu.ucsb.cs156.happiercows.entities.Report
Packages that use Report
Package
Description
-
Uses of Report in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type ReportModifier and TypeMethodDescriptionReportsController.allReports()
ReportsController.allReportsByCommonsId
(Long commonsId) ReportsController.findByReportId
(Long reportId) -
Uses of Report in edu.ucsb.cs156.happiercows.repositories
Methods in edu.ucsb.cs156.happiercows.repositories that return types with arguments of type Report -
Uses of Report in edu.ucsb.cs156.happiercows.services
Methods in edu.ucsb.cs156.happiercows.services that return ReportModifier and TypeMethodDescriptionReportService.createAndSaveReportHeader
(Long commonsId) ReportService.createReport
(Long commonsId) Methods in edu.ucsb.cs156.happiercows.services with parameters of type ReportModifier and TypeMethodDescriptionReportService.createAndSaveReportLine
(Report report, UserCommons userCommons)