info.joseluismartin.dao
Interface ReportDao

All Superinterfaces:
Dao<Report,Long>, PageableDataSource<Report>
All Known Implementing Classes:
HibernateReportDao

public interface ReportDao
extends Dao<Report,Long>

Report Dao Interface

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 List<Report> getReportsByType(ReportType type)
          Get all reports of a type.
 
Methods inherited from interface info.joseluismartin.dao.Dao
delete, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, initialize, initialize, save
 
Methods inherited from interface info.joseluismartin.dao.PageableDataSource
getKeys, getPage
 

Method Detail

getReportsByType

List<Report> getReportsByType(ReportType type)
Get all reports of a type.

Parameters:
type - the report type
Returns:
List with all reports of that type


Copyright © 2012 JDAL. All Rights Reserved.