Uses of Interface
net.sf.infrared.web.report.SummaryReport

Packages that use SummaryReport
net.sf.infrared.web.report   
 

Uses of SummaryReport in net.sf.infrared.web.report
 

Classes in net.sf.infrared.web.report that implement SummaryReport
 class ExcelSummaryReport
          This class creates a summary report as excel workbook The excel file is created using the Jakarta POI api.
 

Methods in net.sf.infrared.web.report that return SummaryReport
static SummaryReport ReportFactory.createReport(String reportType)