public interface ReportService extends Dao<Report,Long>
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
getReportsByType(ReportType type)
Get a list of reports matching the type
|
delete, delete, deleteById, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getEntityClass, initialize, initialize, save, savegetKeys, getPageList<Report> getReportsByType(ReportType type)
type - the type of the reportsCopyright © 2014 JDAL. All Rights Reserved.