org.jboss.seam.reports
Interface ReportDefinition
public interface ReportDefinition
A report definition object (normally called a "template").
This object is normally created using a ReportLoader.
- Author:
- George Gastaldi
|
Method Summary |
Report |
fill(Object dataSource,
Map<String,Object> parameters)
Produces Report objects by filling them with a object that this definition can handle and some optional
parameters |
fill
Report fill(Object dataSource,
Map<String,Object> parameters)
throws ReportException
- Produces
Report objects by filling them with a object that this definition can handle and some optional
parameters
- Parameters:
dataSource - parameters -
- Returns:
-
- Throws:
ReportException
Copyright © 2011 Seam Framework. All Rights Reserved.