ReportService
public class ReportServiceImpl extends Object implements ReportService
Constructor | Description |
---|---|
ReportServiceImpl(ReportDAO reportDAO) |
Modifier and Type | Method | Description |
---|---|---|
Report |
createReport(Report report) |
|
List<Report> |
getAllReports() |
|
int |
getNumberReports() |
|
ReportDAO |
getReportDAO() |
public ReportServiceImpl(ReportDAO reportDAO)
public List<Report> getAllReports()
getAllReports
in interface ReportService
public int getNumberReports()
getNumberReports
in interface ReportService
public Report createReport(Report report)
createReport
in interface ReportService
public ReportDAO getReportDAO()
getReportDAO
in interface ReportService
Copyright © 2002–2019 itracker. All rights reserved.