ReportServicepublic 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 ReportServicepublic int getNumberReports()
getNumberReports in interface ReportServicepublic Report createReport(Report report)
createReport in interface ReportServicepublic ReportDAO getReportDAO()
getReportDAO in interface ReportServiceCopyright © 2002–2019 itracker. All rights reserved.