public final class JRFiller
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_THREAD_INTERRUPTED |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_SECTION_TYPE |
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 |
---|---|
protected static JRBaseFiller |
createBandReportFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
static JRBaseFiller |
createFiller(JasperReport jasperReport)
Deprecated.
Replaced by
createFiller(JasperReportsContext, JasperReport) . |
static JRBaseFiller |
createFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
static ReportFiller |
createReportFiller(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 EXCEPTION_MESSAGE_KEY_THREAD_INTERRUPTED
public static final java.lang.String EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_SECTION_TYPE
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.
JRParameter.REPORT_LOCALE
,
Constant Field Valuespublic 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
JRException
public static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource) throws JRException
JRException
public 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 parametersJRException
public static JRBaseFiller createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRException
protected static JRBaseFiller createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRException
public static ReportFiller createReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRException
public 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)
.JRException
public static JasperPrint fillReport(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource) throws JRException
fill(JasperReportsContext, JasperReport, Map, JRDataSource)
.JRException
public static JasperPrint fillReport(JasperReport jasperReport, java.util.Map<java.lang.String,java.lang.Object> parameters) throws JRException
fill(JasperReportsContext, JasperReport, Map)
.JRException
public static JRBaseFiller createFiller(JasperReport jasperReport) throws JRException
createFiller(JasperReportsContext, JasperReport)
.JRException
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com