|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JasperRunManager
public final class JasperRunManager
Fa�ade class for the JasperReports engine.
| Method Summary | |
|---|---|
static java.lang.String |
runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params)
Fills a report and saves it directly into a HTML file. |
static java.lang.String |
runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.sql.Connection conn)
Fills a report and saves it directly into a HTML file. |
static java.lang.String |
runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
JRDataSource jrDataSource)
Fills a report and saves it directly into a HTML file. |
static void |
runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and saves it directly into a HTML file. |
static void |
runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a HTML file. |
static void |
runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a HTML file. |
static byte[] |
runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and sends it to an output stream in PDF format. |
static java.lang.String |
runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params)
Fills a report and saves it directly into a PDF file. |
static java.lang.String |
runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.sql.Connection conn)
Fills a report and saves it directly into a PDF file. |
static java.lang.String |
runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
JRDataSource jrDataSource)
Fills a report and saves it directly into a PDF file. |
static void |
runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and saves it directly into a PDF file. |
static void |
runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a PDF file. |
static void |
runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a PDF file. |
static void |
runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Fills a report and sends it directly to an OutputStream in PDF format. |
static void |
runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
Fills a report and sends it directly to an OutputStream in PDF format. |
static void |
runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
Fills a report and sends it directly to an OutputStream in PDF format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.sql.Connection conn)
throws JRException
JRException
public static java.lang.String runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params)
throws JRException
sourceFileName - the name of the compiled report fileparams - the parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static void runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static void runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
sourceFileName - source file containing the compile report designdestFileName - PDF destination file nameparameters - report parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static void runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static void runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
inputStream - compiled report input streamoutputStream - PDF output streamparameters - parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static byte[] runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static byte[] runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
sourceFileName - source file containing the compile report designparameters - report parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static byte[] runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static byte[] runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
inputStream - input stream to read the compiled report design object fromparameters - report parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static byte[] runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static byte[] runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
jasperReport - the compiled reportparameters - the parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static java.lang.String runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
JRDataSource jrDataSource)
throws JRException
JRException
public static void runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
public static void runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
public static byte[] runReportToPdf(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
public static byte[] runReportToPdf(java.io.InputStream inputStream,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
public static byte[] runReportToPdf(JasperReport jasperReport,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
public static java.lang.String runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.sql.Connection conn)
throws JRException
JRException
public static java.lang.String runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params)
throws JRException
sourceFileName - the name of the compiled report fileparams - the parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static void runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection conn)
throws JRException
JRException
public static void runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws JRException
sourceFileName - source file containing the compile report designdestFileName - name of the destination HTML fileparameters - report parameters map
JRExceptionJRFiller.fillReport(JasperReport, Map)
public static java.lang.String runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map<java.lang.String,java.lang.Object> params,
JRDataSource jrDataSource)
throws JRException
JRException
public static void runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource jrDataSource)
throws JRException
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||