public final class JRFiller
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DEFAULT_LOCALE
The default locale used to fill reports.
|
static java.lang.String |
PROPERTY_DEFAULT_TIMEZONE
The default time zone used to fill reports.
|
| 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,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report.
|
static JasperPrint |
fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn) |
static JasperPrint |
fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource dataSource) |
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Deprecated.
Replaced by
fill(JasperReportsContext, JasperReport, Map). |
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Deprecated.
|
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource dataSource)
Deprecated.
|
public static final java.lang.String PROPERTY_DEFAULT_LOCALE
The property is overridden by the value of the JRParameter.REPORT_LOCALE parameter.
By default, the system/JVM locale is used.
public static final java.lang.String PROPERTY_DEFAULT_TIMEZONE
The property is overridden by the value of the JRParameter.REPORT_TIME_ZONE parameter.
By default, the system/JVM time zone is used.
public static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, java.sql.Connection conn) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> parameters, java.sql.Connection conn) throws JRException
fill(JasperReportsContext, JasperReport, Map, Connection).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource) throws JRException
fill(JasperReportsContext, JasperReport, Map, JRDataSource).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters) throws JRException
fill(JasperReportsContext, JasperReport, Map).JRExceptionpublic static JRBaseFiller createFiller(JasperReport jasperReport) throws JRException
createFiller(JasperReportsContext, JasperReport).JRException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com