Uses of Class
org.compiere.model.PrintInfo
Packages that use PrintInfo
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
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
Methods in org.adempiere.base.event that return PrintInfoMethods in org.adempiere.base.event with parameters of type PrintInfoConstructors in org.adempiere.base.event with parameters of type PrintInfoModifierConstructorDescriptionReportSendEMailEventData
(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
Methods in org.adempiere.report.jasper with parameters of type PrintInfoModifier 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
Methods in org.adempiere.webui.window with parameters of type PrintInfoModifier 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) Constructors in org.adempiere.webui.window with parameters of type PrintInfoModifierConstructorDescriptionWEMailDialog
(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
Constructors in org.compiere.model with parameters of type PrintInfoModifierConstructorDescriptionMArchive
(Properties ctx, PrintInfo info, String trxName) Constructor -
Uses of PrintInfo in org.compiere.print
Methods in org.compiere.print that return PrintInfoMethods in org.compiere.print with parameters of type PrintInfoModifier and TypeMethodDescriptionvoid
Create Archive.byte[]
ArchiveEngine.archive
(LayoutEngine layout, PrintInfo info) Get/Create Archive.Constructors in org.compiere.print with parameters of type PrintInfoModifierConstructorDescriptionReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary) Set 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) Set 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
Methods in org.compiere.print.layout that return PrintInfoMethods in org.compiere.print.layout with parameters of type PrintInfoConstructors in org.compiere.print.layout with parameters of type PrintInfoModifierConstructorDescriptionLayoutEngine
(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