public final class JRFiller extends Object
| Modifier and Type | Method and Description |
|---|---|
static JRBaseFiller |
createFiller(JasperReport jasperReport)
Deprecated.
Replaced by
createFiller(JasperReportsContext, JasperReport). |
static JRBaseFiller |
createFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
static JasperPrint |
fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters)
Fills a report.
|
static JasperPrint |
fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn) |
static JasperPrint |
fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource) |
static JasperPrint |
fillReport(JasperReport jasperReport,
Map<String,Object> parameters)
Deprecated.
Replaced by
fill(JasperReportsContext, JasperReport, Map). |
static JasperPrint |
fillReport(JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn)
Deprecated.
|
static JasperPrint |
fillReport(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource)
Deprecated.
|
public static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, Connection conn) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters) throws JRException
REPORT_DATA_SOURCE
has been specified, it will be used as data source.jasperReport - the reportparameters - the fill parametersJRExceptionpublic static JRBaseFiller createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters, Connection conn) throws JRException
fill(JasperReportsContext, JasperReport, Map, Connection).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource) throws JRException
fill(JasperReportsContext, JasperReport, Map, JRDataSource).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters) throws JRException
fill(JasperReportsContext, JasperReport, Map).JRExceptionpublic static JRBaseFiller createFiller(JasperReport jasperReport) throws JRException
createFiller(JasperReportsContext, JasperReport).JRExceptionCopyright © 2012. All Rights Reserved.