@BeanID(value="exportService")
@G9PropertyName(value="ExportService")
public interface ExportService
| Modifier and Type | Method and Description |
|---|---|
void |
exportToPDF(Document data,
String dialogName,
File file)
Fills and exports the report to the given URI.
|
void |
exportToPDF(Document data,
String dialogName,
File file,
Map<String,Object> params)
Fills and exports the report to the given URI.
|
void |
exportToPDF(Document data,
String dialogName,
OutputStream outputStream)
Fills and exports the report to PDF.
|
void |
exportToPDF(Document data,
String dialogName,
OutputStream outputStream,
Map<String,Object> params)
Fills and exports the report to PDF.
|
void exportToPDF(Document data, String dialogName, File file)
data - Data to be printed formed in a DocumentdialogName - The template to be filled and printedfile - File to place the result PDF invoid exportToPDF(Document data, String dialogName, OutputStream outputStream)
data - Data to be printed formed in a DocumentdialogName - The template to be filled and printedoutputStream - The output stream to put the PDF invoid exportToPDF(Document data, String dialogName, File file, Map<String,Object> params)
data - Data to be printed formed in a DocumentdialogName - The template to be filled and printedfile - File to place the result PDF inparams - Parameters to supplement the data towards the printvoid exportToPDF(Document data, String dialogName, OutputStream outputStream, Map<String,Object> params)
data - Data to be printed formed in a DocumentdialogName - The template to be filled and printedoutputStream - The output stream to put the PDF inparams - Parameters to supplement the data towards the printCopyright © 2006–2020 Esito AS. All rights reserved.