Uses of Class
org.compiere.model.PrintInfo
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
Provide implementation of various system dialog and windows
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
-
Uses of PrintInfo in org.adempiere.base.event
ModifierConstructorDescriptionReportSendEMailEventData
(int windowNo, int tableId, int recordId, String recordUU, PrintInfo printInfo, String subject) ReportSendEMailEventData
(int windowNo, int tableId, int recordId, PrintInfo printInfo, String subject) -
Uses of PrintInfo in org.adempiere.report.jasper
Modifier and TypeMethodDescriptionvoid
JRViewerProvider.openViewer
(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title, PrintInfo printInfo) void
JRViewerProviderList.openViewer
(List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList, String title, PrintInfo printInfo) -
Uses of PrintInfo in org.adempiere.webui.window
Modifier and TypeMethodDescriptionvoid
ZkJRViewerProvider.openViewer
(List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList, String title, PrintInfo printInfo) void
ZkJRViewerProvider.openViewer
(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title, PrintInfo printInfo) ModifierConstructorDescriptionWEMailDialog
(String title, MUser from, String to, String subject, String message, javax.activation.DataSource attachment, int m_WindowNo, int ad_Table_ID, int record_ID, String record_UU, PrintInfo printInfo) EMail DialogWEMailDialog
(String title, MUser from, String to, String subject, String message, javax.activation.DataSource attachment, int m_WindowNo, int ad_Table_ID, int record_ID, PrintInfo printInfo) EMail DialogZkJRViewer
(List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList, String title, PrintInfo printInfo) ZkJRViewer
(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title, PrintInfo printInfo) -
Uses of PrintInfo in org.compiere.model
ModifierConstructorDescriptionMArchive
(Properties ctx, PrintInfo info, String trxName) Constructor -
Uses of PrintInfo in org.compiere.print
Modifier and TypeMethodDescriptionvoid
Create Archive.byte[]
ArchiveEngine.archive
(LayoutEngine layout, PrintInfo info) Get/Create Archive.ModifierConstructorDescriptionReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary) Create report engine with summary and null transactionReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary, String trxName) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary, String trxName, int windowNo) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName) Create report engine with summary = falseReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName, int windowNo) Set report engine with summary = false -
Uses of PrintInfo in org.compiere.print.layout
ModifierConstructorDescriptionLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info) ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, int windowNo) Detail ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName) Detail ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName, int windowNo) Detail Constructor