info.joseluismartin.service
Interface ReportService

All Superinterfaces:
PageableDataSource<Report>, PersistentService<Report,Long>
All Known Implementing Classes:
ReportManager

public interface ReportService
extends PersistentService<Report,Long>

Author:
Jose A. Corbacho

Method Summary
 List<Report> getReportsByType(ReportType type)
          Get a list of reports matching the type
 
Methods inherited from interface info.joseluismartin.service.PersistentService
delete, delete, deleteById, deleteById, get, get, getAll, getAll, initialize, initialize, save, save
 
Methods inherited from interface info.joseluismartin.dao.PageableDataSource
getKeys, getPage
 

Method Detail

getReportsByType

List<Report> getReportsByType(ReportType type)
Get a list of reports matching the type

Parameters:
type - the type of the reports
Returns:
a list of reports


Copyright © 2012 JDAL. All Rights Reserved.