org.jboss.seam.reports
Interface Report

All Superinterfaces:
Serializable
All Known Implementing Classes:
CharSequenceReport

public interface Report
extends Serializable

A "ready-to-print" report. Represents and instance of a ReportDefinition. This object may be rendered on a ReportRenderer

Author:
George Gastaldi

Method Summary
 Object getDelegate()
          Return the underlying provider object for the Report, if available
 ReportDefinition getReportDefinition()
          Return the definition (if available) that this report was based
 

Method Detail

getReportDefinition

ReportDefinition getReportDefinition()
Return the definition (if available) that this report was based

Returns:
the ReportDefinition used to create this Report or null if not available

getDelegate

Object getDelegate()
Return the underlying provider object for the Report, if available

Returns:
The result of this method is implementation specific


Copyright © 2011 Seam Framework. All Rights Reserved.