Uses of Interface
org.weda.report.Report

Packages that use Report
org.weda.report   
org.weda.report.excel   
org.weda.report.impl   
org.weda.report.text   
 

Uses of Report in org.weda.report
 

Methods in org.weda.report that return Report
 Report ReportRegistry.getReport(java.lang.String group, java.lang.String reportName)
          Метод возвращает отчет соотвествующий группе и имени, переданных в параметрах.
 

Methods in org.weda.report that return types with arguments of type Report
 java.util.List<Report> ReportFactory.getReports()
          Метод возвращает список отчетов которым владеет данный factory.
 

Uses of Report in org.weda.report.excel
 

Classes in org.weda.report.excel that implement Report
 class ExcelReport
           
 

Uses of Report in org.weda.report.impl
 

Classes in org.weda.report.impl that implement Report
 class AbstractReport
           
 

Methods in org.weda.report.impl that return Report
 Report ReportRegistryImpl.getReport(java.lang.String group, java.lang.String reportName)
           
 

Methods in org.weda.report.impl that return types with arguments of type Report
 java.util.List<Report> AbstractReportFactory.getReports()
           
 

Method parameters in org.weda.report.impl with type arguments of type Report
 void AbstractReportFactory.setReports(java.util.List<Report> reports)
           
 

Constructors in org.weda.report.impl with parameters of type Report
ReportDataProvider(Report report)
           
 

Uses of Report in org.weda.report.text
 

Classes in org.weda.report.text that implement Report
 class TextReport
          Генератор текстовых отчетов
 



Copyright © 2005-2006 . All Rights Reserved.