Uses of Class
info.joseluismartin.reporting.ReportType

Packages that use ReportType
info.joseluismartin.dao   
info.joseluismartin.dao.filter   
info.joseluismartin.dao.hibernate   
info.joseluismartin.logic   
info.joseluismartin.reporting   
info.joseluismartin.service   
 

Uses of ReportType in info.joseluismartin.dao
 

Methods in info.joseluismartin.dao with parameters of type ReportType
 List<Report> ReportDao.getReportsByType(ReportType type)
          Get all reports of a type.
 

Uses of ReportType in info.joseluismartin.dao.filter
 

Methods in info.joseluismartin.dao.filter that return ReportType
 ReportType ReportFilter.getType()
           
 

Methods in info.joseluismartin.dao.filter with parameters of type ReportType
 void ReportFilter.setType(ReportType type)
           
 

Uses of ReportType in info.joseluismartin.dao.hibernate
 

Methods in info.joseluismartin.dao.hibernate with parameters of type ReportType
 List<Report> HibernateReportDao.getReportsByType(ReportType type)
           
 

Uses of ReportType in info.joseluismartin.logic
 

Methods in info.joseluismartin.logic with parameters of type ReportType
 List<Report> ReportManager.getReportsByType(ReportType type)
           
 

Uses of ReportType in info.joseluismartin.reporting
 

Methods in info.joseluismartin.reporting that return ReportType
 ReportType Report.getType()
           
 

Methods in info.joseluismartin.reporting with parameters of type ReportType
 void Report.setType(ReportType type)
           
 

Uses of ReportType in info.joseluismartin.service
 

Methods in info.joseluismartin.service with parameters of type ReportType
 List<Report> ReportService.getReportsByType(ReportType type)
          Get a list of reports matching the type
 



Copyright © 2012 JDAL. All Rights Reserved.