Uses of Class
org.openengsb.domain.report.NoSuchReportException

Packages that use NoSuchReportException
org.openengsb.domain.report   
 

Uses of NoSuchReportException in org.openengsb.domain.report
 

Methods in org.openengsb.domain.report that throw NoSuchReportException
 void ReportDomain.addReportPart(String reportId, ReportPart reportPart)
          Add the given report part to the report data currently collected for the given reportId.
 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.
 void ReportDomain.processEvent(String reportId, Event event)
          Analyzes the given event and adds all information stored in the event to the report data collection associated with the given reportId, which was initialized by calling #collectData(IdType, String).
 



Copyright © 2009-2010. All Rights Reserved.