dori.jasper.engine
Class JasperExportManager

java.lang.Object
  extended bydori.jasper.engine.JasperExportManager

public class JasperExportManager
extends java.lang.Object

Façade class for the JasperReports engine.


Constructor Summary
JasperExportManager()
           
 
Method Summary
static void exportReportToHtmlFile(JasperPrint jasperPrint, java.lang.String destFileName)
           
static java.lang.String exportReportToHtmlFile(java.lang.String sourceFileName)
           
static void exportReportToHtmlFile(java.lang.String sourceFileName, java.lang.String destFileName)
           
static byte[] exportReportToPdf(JasperPrint jasperPrint)
           
static void exportReportToPdfFile(JasperPrint jasperPrint, java.lang.String destFileName)
           
static java.lang.String exportReportToPdfFile(java.lang.String sourceFileName)
           
static void exportReportToPdfFile(java.lang.String sourceFileName, java.lang.String destFileName)
           
static void exportReportToPdfStream(java.io.InputStream inputStream, java.io.OutputStream outputStream)
           
static void exportReportToPdfStream(JasperPrint jasperPrint, java.io.OutputStream outputStream)
           
static java.lang.String exportReportToXml(JasperPrint jasperPrint)
           
static void exportReportToXmlFile(JasperPrint jasperPrint, java.lang.String destFileName, boolean isEmbeddingImages)
           
static java.lang.String exportReportToXmlFile(java.lang.String sourceFileName, boolean isEmbeddingImages)
           
static void exportReportToXmlFile(java.lang.String sourceFileName, java.lang.String destFileName, boolean isEmbeddingImages)
           
static void exportReportToXmlStream(java.io.InputStream inputStream, java.io.OutputStream outputStream)
           
static void exportReportToXmlStream(JasperPrint jasperPrint, java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperExportManager

public JasperExportManager()
Method Detail

exportReportToPdfFile

public static java.lang.String exportReportToPdfFile(java.lang.String sourceFileName)
                                              throws JRException
Throws:
JRException

exportReportToPdfFile

public static void exportReportToPdfFile(java.lang.String sourceFileName,
                                         java.lang.String destFileName)
                                  throws JRException
Throws:
JRException

exportReportToPdfFile

public static void exportReportToPdfFile(JasperPrint jasperPrint,
                                         java.lang.String destFileName)
                                  throws JRException
Throws:
JRException

exportReportToPdfStream

public static void exportReportToPdfStream(java.io.InputStream inputStream,
                                           java.io.OutputStream outputStream)
                                    throws JRException
Throws:
JRException

exportReportToPdfStream

public static void exportReportToPdfStream(JasperPrint jasperPrint,
                                           java.io.OutputStream outputStream)
                                    throws JRException
Throws:
JRException

exportReportToPdf

public static byte[] exportReportToPdf(JasperPrint jasperPrint)
                                throws JRException
Throws:
JRException

exportReportToXmlFile

public static java.lang.String exportReportToXmlFile(java.lang.String sourceFileName,
                                                     boolean isEmbeddingImages)
                                              throws JRException
Throws:
JRException

exportReportToXmlFile

public static void exportReportToXmlFile(java.lang.String sourceFileName,
                                         java.lang.String destFileName,
                                         boolean isEmbeddingImages)
                                  throws JRException
Throws:
JRException

exportReportToXmlFile

public static void exportReportToXmlFile(JasperPrint jasperPrint,
                                         java.lang.String destFileName,
                                         boolean isEmbeddingImages)
                                  throws JRException
Throws:
JRException

exportReportToXmlStream

public static void exportReportToXmlStream(java.io.InputStream inputStream,
                                           java.io.OutputStream outputStream)
                                    throws JRException
Throws:
JRException

exportReportToXmlStream

public static void exportReportToXmlStream(JasperPrint jasperPrint,
                                           java.io.OutputStream outputStream)
                                    throws JRException
Throws:
JRException

exportReportToXml

public static java.lang.String exportReportToXml(JasperPrint jasperPrint)
                                          throws JRException
Throws:
JRException

exportReportToHtmlFile

public static java.lang.String exportReportToHtmlFile(java.lang.String sourceFileName)
                                               throws JRException
Throws:
JRException

exportReportToHtmlFile

public static void exportReportToHtmlFile(java.lang.String sourceFileName,
                                          java.lang.String destFileName)
                                   throws JRException
Throws:
JRException

exportReportToHtmlFile

public static void exportReportToHtmlFile(JasperPrint jasperPrint,
                                          java.lang.String destFileName)
                                   throws JRException
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.