public class ReportManager extends PersistentManager<Report,Long> implements ReportService
| Modifier and Type | Field and Description |
|---|---|
protected ReportDao |
dao |
DEFAULT_DEPTH| Constructor and Description |
|---|
ReportManager() |
| Modifier and Type | Method and Description |
|---|---|
ReportDao |
getReporDao() |
List<Report> |
getReportsByType(ReportType type)
Get a list of reports matching the type
|
void |
setReportDao(ReportDao dao) |
delete, delete, deleteById, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getDao, getEntityClass, getKeys, getPage, initialize, initialize, save, save, setDaoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, deleteById, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getEntityClass, initialize, initialize, save, savegetKeys, getPageprotected ReportDao dao
public List<Report> getReportsByType(ReportType type)
ReportServicegetReportsByType in interface ReportServicetype - the type of the reportspublic ReportDao getReporDao()
public void setReportDao(ReportDao dao)
Copyright © 2014 JDAL. All Rights Reserved.