| Package | Description |
|---|---|
| org.jdal.dao | |
| org.jdal.dao.hibernate | |
| org.jdal.logic | |
| org.jdal.service |
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
ReportDao.getReportsByType(ReportType type)
Get all reports of a type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
HibernateReportDao.getReportsByType(ReportType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
ReportManager.getReportsByType(ReportType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
ReportService.getReportsByType(ReportType type)
Get a list of reports matching the type
|
Copyright © 2014 JDAL. All Rights Reserved.