public class PrintingServices
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AVOID_TEMP_FILES |
static java.lang.String |
EV_NAME_DISABLE_REPORT_VIRTUALIZER |
static java.lang.String |
PARAM_KEY_OPEN_CASH_DRAWER |
Modifier and Type | Method and Description |
---|---|
static byte[] |
addFormFieldsToPDF(byte[] buf,
java.util.ArrayList pdfTextFields)
This method takes a pdf as byte array, attaches form fields to it
and return a pdf byte array with these form fields.
|
static byte[] |
addFormFieldsToPDF(byte[] buf,
java.util.ArrayList pdfTextFields,
int pageHeight) |
static byte[] |
addFormFieldsToPDF(byte[] buf,
java.util.ArrayList pdfTextFields,
int pageHeight,
boolean convertCoords) |
static byte[] |
addFormFieldsToPDF(byte[] buf,
java.util.ArrayList pdfTextFields,
int pageHeight,
boolean convertCoords,
int page) |
static net.sf.jasperreports.engine.JasperReport |
compile(Report report) |
static net.sf.jasperreports.engine.JasperPrint |
createJasperPrint(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos) |
static net.sf.jasperreports.engine.JasperPrint |
createJasperPrint(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.util.Map mapParameters) |
static net.sf.jasperreports.engine.JasperPrint |
createJasperPrint(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.util.Map mapParameters,
Benutzer ben) |
static net.sf.jasperreports.engine.JasperPrint |
createJasperPrint(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.util.Map mapParameters,
Benutzer ben,
boolean inplace) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName)
Returns PDFDataSource (e.g. to attach to an email) created out of a report
which will be retrieved by the specified report name.
|
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO _bo) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO[] _bos)
Returns PDFDataSource (e.g. to attach to an email) created out of a report
which will be retrieved by the specified report name.
|
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO[] _bos,
java.util.HashMap _mapParameters) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO[] _bos,
java.util.HashMap _mapParameters,
java.lang.String _customName) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO[] _bos,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO[] _bos,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields,
boolean inplace) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO _bo,
java.util.HashMap _mapParameters) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields) |
static PDFDataSource |
createPDFDataSource(BOLoaderI _bol,
java.lang.String _reportName,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields,
boolean inplace) |
static PDFDataSource |
createPDFDataSource(Report _report)
Returns PDFDataSource (e.g. to attach to an email) created out of a
specified report object.
|
static PDFDataSource |
createPDFDataSource(Report _report,
BO _bo) |
static PDFDataSource |
createPDFDataSource(Report report,
BO[] bos)
Returns PDFDataSource (e.g. to attach to an email) created out of a
specified report object.
|
static PDFDataSource |
createPDFDataSource(Report report,
BO[] bos,
java.util.HashMap mapParameters) |
static PDFDataSource |
createPDFDataSource(Report report,
BO[] bos,
java.util.HashMap mapParameters,
java.lang.String customName) |
static PDFDataSource |
createPDFDataSource(Report report,
BO[] bos,
java.util.HashMap mapParameters,
java.lang.String customName,
java.util.ArrayList pdfTextFields) |
static PDFDataSource |
createPDFDataSource(Report report,
BO[] bos,
java.util.HashMap mapParameters,
java.lang.String customName,
java.util.ArrayList pdfTextFields,
boolean inplace) |
static PDFDataSource |
createPDFDataSource(Report _report,
BO _bo,
java.util.HashMap _mapParameters) |
static PDFDataSource |
createPDFDataSource(Report _report,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName) |
static PDFDataSource |
createPDFDataSource(Report _report,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields) |
static PDFDataSource |
createPDFDataSource(Report _report,
BO _bo,
java.util.HashMap _mapParameters,
java.lang.String _customName,
java.util.ArrayList _pdfTextFields,
boolean inplace) |
static java.lang.String |
createPDFDataSourceErrorMsg(java.lang.String _msgKey,
Report _report,
java.util.Map _parameters,
BO[] _bos) |
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo)
Deprecated.
|
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos)
Deprecated.
replaced by
createPDFFile(Report, BO[], HashMap, boolean) |
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.io.File file)
Deprecated.
|
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.io.File file,
java.util.HashMap mapParameters) |
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.io.File file,
java.util.HashMap mapParameters,
boolean inplace) |
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.util.HashMap mapParameters) |
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport jr,
Report report,
BO[] bos,
java.util.HashMap mapParameters,
boolean inplace) |
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.io.File _file)
Deprecated.
|
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters) |
static void |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters,
boolean inplace) |
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.util.HashMap _mapParameters) |
static java.io.InputStream |
createPDFFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.util.HashMap _mapParameters,
boolean inplace) |
static java.io.InputStream |
createPDFFile(PrintingPreparer pp,
Report report,
BO[] bos)
wrapper to generate the PDF with an already created PrintingPreparer
|
static java.io.InputStream |
createPDFFile(PrintingPreparer pp,
Report report,
BO[] bos,
java.util.HashMap mapParameters) |
static java.io.InputStream |
createPDFFile(Report _report,
BO _bo)
Convenience version of createPDFFile(...) if only one BO _bo should be used.
|
static java.io.InputStream |
createPDFFile(Report report,
BO[] bos)
Wrapper that doesn't need a file and returns an InputStream.
|
static void |
createPDFFile(Report report,
BO[] bos,
java.io.File file)
Generates a PDF from the given Report and BOs and writes it to the given File.
|
static void |
createPDFFile(Report report,
BO[] bos,
java.io.File file,
java.util.HashMap mapParameters) |
static void |
createPDFFile(Report report,
BO[] bos,
java.io.File file,
java.util.HashMap mapParameters,
boolean inplace) |
static java.io.InputStream |
createPDFFile(Report report,
BO[] bos,
java.util.HashMap mapParameters) |
static java.io.InputStream |
createPDFFile(Report report,
BO[] bos,
java.util.HashMap mapParameters,
boolean inplace) |
static void |
createPDFFile(Report _report,
BO _bo,
java.io.File _file)
Convenience version of createPDFFile(...) if only one BO _bo should be used
|
static void |
createPDFFile(Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters) |
static void |
createPDFFile(Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters,
boolean inplace) |
static java.io.InputStream |
createPDFFile(Report _report,
BO _bo,
java.util.HashMap _mapParameters) |
static java.io.InputStream |
createPDFFile(Report _report,
BO _bo,
java.util.HashMap _mapParameters,
boolean inplace) |
static void |
createXLSFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO[] _bos,
java.io.File _file)
Renders an XLS file using the (MyTISM-)Report _report and the compiled
JasperReport _jr for the BOs _bos into the file _file with the
parameter from HashMap _mapParameters.
|
static void |
createXLSFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO[] _bos,
java.io.File _file,
java.util.HashMap _mapParameters) |
static void |
createXLSFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.io.File _file)
Convenience version of createXLSFile(...) if only one BO _bo should be used.
|
static void |
createXLSFile(net.sf.jasperreports.engine.JasperReport _jr,
Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters) |
static void |
createXLSFile(Report _report,
BO[] _bos,
java.io.File _file)
Convenience version of createXLSFile(...) which will automatically compile
the needed JasperReport from the given (MyTISM-)Report _report.
|
static void |
createXLSFile(Report _report,
BO[] _bos,
java.io.File _file,
java.util.HashMap _mapParameters) |
static void |
createXLSFile(Report _report,
BO _bo,
java.io.File _file)
Convenience version of createXLSFile(...) if only one BO _bo should be used
and which will automatically compile the needed JasperReport from the given
(MyTISM-)Report _report.
|
static void |
createXLSFile(Report _report,
BO _bo,
java.io.File _file,
java.util.HashMap _mapParameters) |
static java.lang.String |
createXLSFileErrorMsg(java.lang.String _msgKey,
Report _report,
java.util.Map _parameters,
BO[] _bos,
java.lang.String _filePath) |
static Druckziel |
getDruckziel(BOLoaderI bol,
java.lang.String name)
Retrieves the Druckziel with the given name using a query
|
static Druckziel |
getDruckziel(FormContextI ftx,
java.lang.String name)
Retrieves the Druckziel with the given name using a query
|
static Report |
getReport(BOLoaderI bol,
java.lang.String repName)
Retrieves the Report with the given name using a query
|
static Report |
getReport(ClientContextI ctx,
java.lang.String entName)
Retrieves the Report for the given EntityI-name with the given name and optionally the given istListe-status.
|
static Report |
getReport(ClientContextI ctx,
java.lang.String entName,
java.lang.String repName) |
static Report |
getReport(ClientContextI ctx,
java.lang.String entName,
java.lang.String repName,
java.lang.Boolean istListe) |
static Report |
getReport(FormContextI ftx,
java.lang.String entName)
Retrieves the Report for the given EntityI-name with the given name and optionally the given istListe-status.
|
static Report |
getReport(FormContextI ftx,
java.lang.String entName,
java.lang.String repName) |
static Report |
getReport(FormContextI ftx,
java.lang.String entName,
java.lang.String repName,
java.lang.Boolean istListe) |
static Report |
getReportByTid(BOLoaderI bol,
java.lang.String repTid)
Retrieves the Report with the given name using a query
|
static Report |
getReportByTid(ClientContextI ctx,
java.lang.String entName)
Retrieves the Report for the given EntityI-name with the given Tid and optionally the given istListe-status.
|
static Report |
getReportByTid(ClientContextI ctx,
java.lang.String entName,
java.lang.String repTid) |
static Report |
getReportByTid(ClientContextI ctx,
java.lang.String entName,
java.lang.String repTid,
java.lang.Boolean istListe) |
static Report |
getReportByTid(FormContextI ftx,
java.lang.String entName)
Retrieves the Report for the given EntityI-name with the given Tid and optionally the given istListe-status.
|
static Report |
getReportByTid(FormContextI ftx,
java.lang.String entName,
java.lang.String repTid) |
static Report |
getReportByTid(FormContextI ftx,
java.lang.String entName,
java.lang.String repTid,
java.lang.Boolean istListe) |
static Report |
getReportByWhatever(ClientContextI ctx,
java.lang.String entName,
java.lang.String what)
Retrieves the Report for the given EntityI-name for the given criteria and optionally also the given istListe-status.
|
static Report |
getReportByWhatever(ClientContextI ctx,
java.lang.String entName,
java.lang.String what,
java.lang.String value) |
static Report |
getReportByWhatever(ClientContextI ctx,
java.lang.String entName,
java.lang.String what,
java.lang.String value,
java.lang.Boolean istListe) |
static boolean |
isReportVirtualizerDisabled(BOLoaderI bol)
Returns true if the EinstellungenVariable named
EV_NAME_DISABLE_REPORT_VIRTUALIZER
is set to TRUE or no BOLoaderI is passed. |
static electric.xml.Document |
prepareAnkerDefinition(Report r)
Deprecated.
please use
de.ipcon.db.core.Report#prepareAnkerDefinition(Report) instead |
static electric.xml.Document |
prepareDefinition(Report r,
java.lang.String code)
Deprecated.
please use
Report.prepareDefinition(String) instead |
static electric.xml.Document |
prepareReportDefinition(Report r)
Deprecated.
please use
de.ipcon.db.core.Report#prepareReportDefinition(Report) instead |
static Report |
prepareReportFromForm(FormContextI ftx,
java.lang.String reportTid)
Checks if data of _ftx is saved, loads and returns Report with given TID.
|
static void |
print(FormContextI ftx,
java.lang.String entityName)
prints a Report for the given Entity
|
static void |
print(FormContextI ftx,
java.lang.String entityName,
java.lang.String reportName) |
static void |
print(FormContextI ftx,
java.lang.String entityName,
java.lang.String reportName,
java.lang.String druckzielName) |
static void |
print(FormContextI ftx,
java.lang.String entityName,
java.lang.String reportName,
java.lang.String druckzielName,
BO[] bos) |
static void |
print(FormContextI ftx,
java.lang.String entityName,
java.lang.String reportName,
java.lang.String druckzielName,
BO[] bos,
java.util.Map parameters) |
static void |
print(FormContextI ftx,
java.lang.String entityName,
java.lang.String reportName,
java.lang.String druckzielName,
BO[] bos,
java.util.Map parameters,
boolean inplace) |
static boolean |
printReport(Report report)
Fills the existing compilation of the report with the data from the BOs and prints it
taking into account the data stored within the report as well as the passed parameters.
|
static boolean |
printReport(Report report,
BO bo)
Fills the existing compilation of the report with the data from the BO and prints it
taking into account the data stored within the report as well as the passed parameters.
|
static boolean |
printReport(Report report,
BO[] bos) |
static boolean |
printReport(Report report,
BO[] bos,
java.util.Map parameters) |
static boolean |
printReport(Report report,
BO[] bos,
java.util.Map parameters,
ClientContextI ctx) |
static boolean |
printReport(Report report,
BO[] bos,
java.util.Map parameters,
ClientContextI ctx,
boolean inplace) |
static boolean |
printReport(Report report,
BO bo,
java.util.Map parameters) |
static boolean |
printReport(Report report,
BO bo,
java.util.Map parameters,
boolean inplace) |
static boolean |
printReport(Report report,
java.util.Map parameters)
Deprecated.
|
static boolean |
printReport(Report report,
java.util.Map parameters,
BO bo)
Deprecated.
replaced by
printReport(Report, BO, Map, boolean) |
static boolean |
printReport(Report report,
java.util.Map parameters,
BO[] bos) |
static boolean |
printReport(Report report,
java.util.Map parameters,
BO[] bos,
ClientContextI ctx) |
static boolean |
printReport(Report report,
java.util.Map parameters,
BO[] bos,
ClientContextI ctx,
boolean inplace) |
static boolean |
printReport(Report report,
java.util.Map parameters,
BO[] bos,
Transaction tx)
Deprecated.
replaced by
printReport(Report, BO[], Map, ClientContextI, boolean)
old signature for backwards compatibility, beware that this method does not work for
'interactive' DruckZiel where you have to select an export-path |
static boolean |
printReport(Report report,
java.util.Map parameters,
BO bo,
boolean inplace) |
static boolean |
printReportFromForm(FormContextI ftx,
Report report) |
static boolean |
printReportFromForm(FormContextI ftx,
Report report,
java.lang.String dzName) |
static boolean |
printReportFromForm(FormContextI ftx,
Report report,
java.lang.String dzName,
int copies) |
static boolean |
printReportFromForm(FormContextI ftx,
java.lang.String reportTid)
Checks if data of _ftx is saved, loads and prints Report with given TID to
DruckZiel with given name.
|
static boolean |
printReportFromForm(FormContextI ftx,
java.lang.String reportTid,
java.lang.String dzName) |
static boolean |
printReportFromForm(FormContextI ftx,
java.lang.String reportTid,
java.lang.String dzName,
int copies) |
static BO[] |
processQuery(electric.xml.Element el,
Report report,
java.util.Map parameters) |
public static final java.lang.String EV_NAME_DISABLE_REPORT_VIRTUALIZER
public static final java.lang.String AVOID_TEMP_FILES
public static final java.lang.String PARAM_KEY_OPEN_CASH_DRAWER
public static final boolean isReportVirtualizerDisabled(BOLoaderI bol)
EV_NAME_DISABLE_REPORT_VIRTUALIZER
is set to TRUE or no BOLoaderI
is passed.public static Report getReport(FormContextI ftx, java.lang.String entName)
ftx
- the FormContextI which is to be used for retrieving the ReportentName
- the name of the entity for which the Report was designedrepName
- the name of the Report to be retrievedistListe
- (optional) specifies whether the Report to be retrieved shall have the flag IstListepublic static Report getReport(FormContextI ftx, java.lang.String entName, java.lang.String repName)
public static Report getReport(FormContextI ftx, java.lang.String entName, java.lang.String repName, java.lang.Boolean istListe)
public static Report getReport(ClientContextI ctx, java.lang.String entName)
ctx
- the ClientContextI which is to be used for retrieving the ReportentName
- the name of the entity for which the Report was designedrepName
- the name of the Report to be retrievedistListe
- (optional) specifies whether the Report to be retrieved shall have the flag IstListepublic static Report getReport(ClientContextI ctx, java.lang.String entName, java.lang.String repName)
public static Report getReport(ClientContextI ctx, java.lang.String entName, java.lang.String repName, java.lang.Boolean istListe)
public static Report getReport(BOLoaderI bol, java.lang.String repName)
bol
- the BOLoaderI which is to be used for querying the ReportreportName
- the name of the Report to be retrievedpublic static Report getReportByTid(FormContextI ftx, java.lang.String entName)
ftx
- the FormContextI which is to be used for retrieving the ReportentName
- the name of the entity for which the Report was designedrepTid
- the Tid of the Report to be retrievedistListe
- (optional) specifies whether the Report to be retrieved shall have the flag IstListepublic static Report getReportByTid(FormContextI ftx, java.lang.String entName, java.lang.String repTid)
public static Report getReportByTid(FormContextI ftx, java.lang.String entName, java.lang.String repTid, java.lang.Boolean istListe)
public static Report getReportByTid(ClientContextI ctx, java.lang.String entName)
ctx
- the ClientContextI which is to be used for retrieving the ReportentName
- the name of the entity for which the Report was designedrepTid
- the Tid of the Report to be retrievedistListe
- (optional) specifies whether the Report to be retrieved shall have the flag IstListepublic static Report getReportByTid(ClientContextI ctx, java.lang.String entName, java.lang.String repTid)
public static Report getReportByTid(ClientContextI ctx, java.lang.String entName, java.lang.String repTid, java.lang.Boolean istListe)
public static Report getReportByTid(BOLoaderI bol, java.lang.String repTid)
bol
- the BOLoaderI which is to be used for querying the ReportreportName
- the name of the Report to be retrievedpublic static Report getReportByWhatever(ClientContextI ctx, java.lang.String entName, java.lang.String what)
ctx
- the ClientContextI which is to be used for retrieving the ReportentName
- the name of the entity for which the Report was designedwhat
- the attribute or attchain which is to be comparedvalue
- the value which the attribute or attchain of the Report to be retrieved must matchistListe
- (optional) specifies whether the Report to be retrieved shall have the flag IstListepublic static Report getReportByWhatever(ClientContextI ctx, java.lang.String entName, java.lang.String what, java.lang.String value)
public static Report getReportByWhatever(ClientContextI ctx, java.lang.String entName, java.lang.String what, java.lang.String value, java.lang.Boolean istListe)
public static Druckziel getDruckziel(FormContextI ftx, java.lang.String name)
_ftx
- the FormContextI which is to be used for retrieving the Druckziel_name
- the name of the Druckziel to be retrievedpublic static Druckziel getDruckziel(BOLoaderI bol, java.lang.String name)
_bol
- the BOLoaderI which is to be used for querying the Report_name
- the name of the Druckziel to be retrievedpublic static net.sf.jasperreports.engine.JasperReport compile(Report report)
@Deprecated public static void createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.io.File file)
createPDFFile(Report, BO[], File, HashMap, boolean)
public static void createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.io.File file, java.util.HashMap mapParameters)
public static void createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.io.File file, java.util.HashMap mapParameters, boolean inplace)
public static void createPDFFile(Report report, BO[] bos, java.io.File file)
report
- the MyTISM Report to use for the report creationbos
- the BO(s) that the Report should use for its generationfile
- the File into which the PDF generated from the report is to be writtenmapParameters
- parameters that influence the report generationinplace
- if passed as true, the passed BOs are used "as is" and not frapped with an instrumented instance of their BOLoader.
This allows printing of unsaved data but poses the risk of data being modified in the report, as the BOs are not cloned for the
report anymore.public static void createPDFFile(Report report, BO[] bos, java.io.File file, java.util.HashMap mapParameters)
public static void createPDFFile(Report report, BO[] bos, java.io.File file, java.util.HashMap mapParameters, boolean inplace)
@Deprecated public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos)
createPDFFile(Report, BO[], HashMap, boolean)
public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.util.HashMap mapParameters)
public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.util.HashMap mapParameters, boolean inplace)
public static java.io.InputStream createPDFFile(Report report, BO[] bos)
public static java.io.InputStream createPDFFile(Report report, BO[] bos, java.util.HashMap mapParameters)
public static java.io.InputStream createPDFFile(Report report, BO[] bos, java.util.HashMap mapParameters, boolean inplace)
public static java.io.InputStream createPDFFile(PrintingPreparer pp, Report report, BO[] bos)
public static java.io.InputStream createPDFFile(PrintingPreparer pp, Report report, BO[] bos, java.util.HashMap mapParameters)
public static net.sf.jasperreports.engine.JasperPrint createJasperPrint(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
public static net.sf.jasperreports.engine.JasperPrint createJasperPrint(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.util.Map mapParameters) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
public static net.sf.jasperreports.engine.JasperPrint createJasperPrint(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.util.Map mapParameters, Benutzer ben) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
public static net.sf.jasperreports.engine.JasperPrint createJasperPrint(net.sf.jasperreports.engine.JasperReport jr, Report report, BO[] bos, java.util.Map mapParameters, Benutzer ben, boolean inplace) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
@Deprecated public static void createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.io.File _file)
createPDFFile(Report, BO, File, HashMap, boolean)
public static void createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters)
public static void createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters, boolean inplace)
public static void createPDFFile(Report _report, BO _bo, java.io.File _file)
public static void createPDFFile(Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters)
public static void createPDFFile(Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters, boolean inplace)
@Deprecated public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo)
createPDFFile(Report, BO, File, HashMap, boolean)
public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.util.HashMap _mapParameters)
public static java.io.InputStream createPDFFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.util.HashMap _mapParameters, boolean inplace)
public static java.io.InputStream createPDFFile(Report _report, BO _bo)
public static java.io.InputStream createPDFFile(Report _report, BO _bo, java.util.HashMap _mapParameters)
public static java.io.InputStream createPDFFile(Report _report, BO _bo, java.util.HashMap _mapParameters, boolean inplace)
public static byte[] addFormFieldsToPDF(byte[] buf, java.util.ArrayList pdfTextFields) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static byte[] addFormFieldsToPDF(byte[] buf, java.util.ArrayList pdfTextFields, int pageHeight) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static byte[] addFormFieldsToPDF(byte[] buf, java.util.ArrayList pdfTextFields, int pageHeight, boolean convertCoords) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static byte[] addFormFieldsToPDF(byte[] buf, java.util.ArrayList pdfTextFields, int pageHeight, boolean convertCoords, int page) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName) throws java.io.IOException, com.lowagie.text.DocumentException
_customName
- if given used as the name for the created PDFDataSource
which in turn is used as the attachment name when sending the PDF via
e-Mail; if null the L10nName of the Report will be used.java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO _bo) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO _bo, java.util.HashMap _mapParameters) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields, boolean inplace) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report) throws java.io.IOException, com.lowagie.text.DocumentException
_customName
- if given used as the name for the created PDFDataSource
which in turn is used as the attachment name when sending the PDF via
e-Mail; if null the L10nName of the Report will be used.java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report, BO _bo) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report, BO _bo, java.util.HashMap _mapParameters) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report _report, BO _bo, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields, boolean inplace) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO[] _bos) throws java.io.IOException, com.lowagie.text.DocumentException
_customName
- if given used as the name for the created PDFDataSource
which in turn is used as the attachment name when sending the PDF via
e-Mail; if null the L10nName of the Report will be used.java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO[] _bos, java.util.HashMap _mapParameters) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO[] _bos, java.util.HashMap _mapParameters, java.lang.String _customName) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO[] _bos, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(BOLoaderI _bol, java.lang.String _reportName, BO[] _bos, java.util.HashMap _mapParameters, java.lang.String _customName, java.util.ArrayList _pdfTextFields, boolean inplace) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report report, BO[] bos) throws java.io.IOException, com.lowagie.text.DocumentException
_customName
- if given used as the name for the created PDFDataSource
which in turn is used as the attachment name when sending the PDF via
e-Mail; if null the L10nName of the Report will be used.java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report report, BO[] bos, java.util.HashMap mapParameters) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report report, BO[] bos, java.util.HashMap mapParameters, java.lang.String customName) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report report, BO[] bos, java.util.HashMap mapParameters, java.lang.String customName, java.util.ArrayList pdfTextFields) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static PDFDataSource createPDFDataSource(Report report, BO[] bos, java.util.HashMap mapParameters, java.lang.String customName, java.util.ArrayList pdfTextFields, boolean inplace) throws java.io.IOException, com.lowagie.text.DocumentException
java.io.IOException
com.lowagie.text.DocumentException
public static java.lang.String createPDFDataSourceErrorMsg(java.lang.String _msgKey, Report _report, java.util.Map _parameters, BO[] _bos)
public static void createXLSFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO[] _bos, java.io.File _file)
public static void createXLSFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO[] _bos, java.io.File _file, java.util.HashMap _mapParameters)
public static java.lang.String createXLSFileErrorMsg(java.lang.String _msgKey, Report _report, java.util.Map _parameters, BO[] _bos, java.lang.String _filePath)
public static void createXLSFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.io.File _file)
public static void createXLSFile(net.sf.jasperreports.engine.JasperReport _jr, Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters)
public static void createXLSFile(Report _report, BO[] _bos, java.io.File _file)
public static void createXLSFile(Report _report, BO[] _bos, java.io.File _file, java.util.HashMap _mapParameters)
public static void createXLSFile(Report _report, BO _bo, java.io.File _file)
public static void createXLSFile(Report _report, BO _bo, java.io.File _file, java.util.HashMap _mapParameters)
public static boolean printReportFromForm(FormContextI ftx, java.lang.String reportTid)
_ftx
- the FormContextI whos BO should be "printed"._reportTid
- the TID of the Report to use._dzName
- the Name of the DruckZiel to print to.public static boolean printReportFromForm(FormContextI ftx, java.lang.String reportTid, java.lang.String dzName)
public static boolean printReportFromForm(FormContextI ftx, java.lang.String reportTid, java.lang.String dzName, int copies)
public static boolean printReportFromForm(FormContextI ftx, Report report)
public static boolean printReportFromForm(FormContextI ftx, Report report, java.lang.String dzName)
public static boolean printReportFromForm(FormContextI ftx, Report report, java.lang.String dzName, int copies)
public static Report prepareReportFromForm(FormContextI ftx, java.lang.String reportTid)
_ftx
- the FormContextI whose BO should be "printed"._reportTid
- the TID of the Report to use.public static void print(FormContextI ftx, java.lang.String entityName)
ftx
- a FormContextI needed to fetch the correct reportentityName
- the name of the entity to printreportName
- the name of the report to use.
if null, the report with the highest priority is taken instead.druckzielName
- the name of the desired Druckziel.
if null, the standard Druckziel of the Report is used.bos
- the BO(s) to print.
if null, the BOs can be fetched via the parameters
- parameters that influence the report generationinplace
- PrintingPreparer#PrintingPreparer()
public static void print(FormContextI ftx, java.lang.String entityName, java.lang.String reportName)
public static void print(FormContextI ftx, java.lang.String entityName, java.lang.String reportName, java.lang.String druckzielName)
public static void print(FormContextI ftx, java.lang.String entityName, java.lang.String reportName, java.lang.String druckzielName, BO[] bos)
public static void print(FormContextI ftx, java.lang.String entityName, java.lang.String reportName, java.lang.String druckzielName, BO[] bos, java.util.Map parameters)
public static void print(FormContextI ftx, java.lang.String entityName, java.lang.String reportName, java.lang.String druckzielName, BO[] bos, java.util.Map parameters, boolean inplace)
@Deprecated public static boolean printReport(Report report, java.util.Map parameters, BO bo)
printReport(Report, BO, Map, boolean)
public static boolean printReport(Report report, java.util.Map parameters, BO bo, boolean inplace)
public static boolean printReport(Report report, BO bo)
public static boolean printReport(Report report, BO bo, java.util.Map parameters, boolean inplace)
@Deprecated public static boolean printReport(Report report, java.util.Map parameters, BO[] bos, Transaction tx)
printReport(Report, BO[], Map, ClientContextI, boolean)
old signature for backwards compatibility, beware that this method does not work for
'interactive' DruckZiel where you have to select an export-path@Deprecated public static boolean printReport(Report report, java.util.Map parameters)
printReport(Report, BO[], Map, ClientContextI, boolean)
public static boolean printReport(Report report, java.util.Map parameters, BO[] bos, ClientContextI ctx)
public static boolean printReport(Report report, java.util.Map parameters, BO[] bos, ClientContextI ctx, boolean inplace)
public static boolean printReport(Report report)
public static boolean printReport(Report report, BO[] bos, java.util.Map parameters, ClientContextI ctx)
public static boolean printReport(Report report, BO[] bos, java.util.Map parameters, ClientContextI ctx, boolean inplace)
public static BO[] processQuery(electric.xml.Element el, Report report, java.util.Map parameters)
@Deprecated public static electric.xml.Document prepareAnkerDefinition(Report r)
de.ipcon.db.core.Report#prepareAnkerDefinition(Report)
instead@Deprecated public static electric.xml.Document prepareReportDefinition(Report r)
de.ipcon.db.core.Report#prepareReportDefinition(Report)
insteadpublic static electric.xml.Document prepareDefinition(Report r, java.lang.String code) throws electric.xml.ParseException
Report.prepareDefinition(String)
insteadelectric.xml.ParseException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.