Uses of Class
org.openengsb.domain.report.model.Report

Packages that use Report
org.openengsb.domain.report   
org.openengsb.domain.report.common   
 

Uses of Report in org.openengsb.domain.report
 

Methods in org.openengsb.domain.report that return Report
 Report ReportDomain.generateReport(String reportId, String category, String reportName)
          Generate the report using the information stored under the given reportId and stop collecting data for this report.
 Report ReportDomain.getDraft(String reportId, String draftName)
          Generate a report based on the currently available data stored for the given reportId.
 

Methods in org.openengsb.domain.report that return types with arguments of type Report
 List<Report> ReportDomain.getAllReports(String category)
          Get all finished reports of the given category.
 

Methods in org.openengsb.domain.report with parameters of type Report
 void ReportDomain.removeReport(String category, Report report)
          Remove the given report from the given category.
 void ReportDomain.storeReport(String category, Report report)
          Store the given report in the report store under the given category.
 

Uses of Report in org.openengsb.domain.report.common
 

Methods in org.openengsb.domain.report.common that return types with arguments of type Report
 List<Report> AbstractReportDomain.getAllReports(String category)
           
 List<Report> ReportStore.getAllReports(String category)
           
 List<Report> FileSystemReportStore.getAllReports(String category)
           
 List<Report> InMemoryReportStore.getAllReports(String category)
           
 

Methods in org.openengsb.domain.report.common with parameters of type Report
 void AbstractReportDomain.removeReport(String category, Report report)
           
 void ReportStore.removeReport(String category, Report report)
           
 void FileSystemReportStore.removeReport(String category, Report report)
           
 void InMemoryReportStore.removeReport(String category, Report report)
           
 void AbstractReportDomain.storeReport(String category, Report report)
           
 void ReportStore.storeReport(String category, Report report)
           
 void FileSystemReportStore.storeReport(String category, Report report)
           
 void InMemoryReportStore.storeReport(String category, Report report)
           
 



Copyright © 2009-2011. All Rights Reserved.