Uses of Class
info.joseluismartin.reporting.Report

Packages that use Report
info.joseluismartin.dao   
info.joseluismartin.dao.hibernate   
info.joseluismartin.logic   
info.joseluismartin.service   
 

Uses of Report in info.joseluismartin.dao
 

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

Uses of Report in info.joseluismartin.dao.hibernate
 

Methods in info.joseluismartin.dao.hibernate that return types with arguments of type Report
 List<Report> HibernateReportDao.getReportsByType(ReportType type)
           
 

Uses of Report in info.joseluismartin.logic
 

Methods in info.joseluismartin.logic that return types with arguments of type Report
 List<Report> ReportManager.getReportsByType(ReportType type)
           
 

Uses of Report in info.joseluismartin.service
 

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



Copyright © 2012 JDAL. All Rights Reserved.