Class ReportService

java.lang.Object
edu.ucsb.cs156.happiercows.services.ReportService

@Service("ReportService") public class ReportService extends Object
  • Constructor Details

    • ReportService

      public ReportService()
  • Method Details

    • createReport

      public Report createReport(Long commonsId)
    • createAndSaveReportHeader

      public Report createAndSaveReportHeader(Long commonsId)
    • createAndSaveReportLine

      public ReportLine createAndSaveReportLine(Report report, UserCommons userCommons)