@BeanID(value="g9Print")
@G9PropertyName(value="G9Print")
public interface G9Print
| Modifier and Type | Method and Description |
|---|---|
void |
exportPDF(Document data,
String dialogName,
File file,
OutputStream os,
Map<String,Object> params)
Carries out the filling and the export of the pdf.
|
boolean |
printReport(Document data,
Map<String,Object> params,
String dialogName,
String printerName)
Carries out the actual filling and printing.
|
boolean |
printReport(String data,
Map<String,Object> params,
String dialogName,
String printerName)
Carries out the actual filling and printing.
|
boolean |
printReport(URI data,
Map<String,Object> params,
String dialogName,
String printerName)
Carries out the actual filling and printing.
|
boolean printReport(Document data, Map<String,Object> params, String dialogName, String printerName)
data - Data formed in a documentparams - ParametersdialogName - The dialog to be printedprinterName - The name of the printer to print totrue if OK is pressed in the print
dialog or printing to an explicit printer succeeded.boolean printReport(URI data, Map<String,Object> params, String dialogName, String printerName)
data - Data referenced from an URIparams - ParametersdialogName - The dialog to be printedprinterName - The name of the printer to print totrue if OK is pressed in the print
dialog or printing to an explicit printer succeeded.boolean printReport(String data, Map<String,Object> params, String dialogName, String printerName)
data - Data formed in an XMLparams - ParametersdialogName - The dialog to be printedprinterName - The name of the printer to print totrue if OK is pressed in the print
dialog or printing to an explicit printer succeeded.void exportPDF(Document data, String dialogName, File file, OutputStream os, Map<String,Object> params)
data - Document containing datadialogName - Name of the dialogfile - File name to place the pdf inos - OutputStream to place the pdf inparams - Parameters to the filling of the reportCopyright © 2006–2018 Esito AS. All rights reserved.