Uses of Class
org.compiere.model.PrintInfo
-
Packages that use PrintInfo Package Description org.adempiere.base.event org.adempiere.report.jasper org.adempiere.webui.window org.compiere.model Provides for....org.compiere.print Provides for....org.compiere.print.layout -
-
Uses of PrintInfo in org.adempiere.base.event
Methods in org.adempiere.base.event that return PrintInfo Modifier and Type Method Description PrintInfo
ReportSendEMailEventData. getFrom()
Methods in org.adempiere.base.event with parameters of type PrintInfo Modifier and Type Method Description void
ReportSendEMailEventData. setFrom(PrintInfo printInfo)
Constructors in org.adempiere.base.event with parameters of type PrintInfo Constructor Description 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 PrintInfo Modifier and Type Method Description void
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 PrintInfo Modifier and Type Method Description void
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 PrintInfo Constructor Description WEMailDialog(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 PrintInfo Constructor Description MArchive(Properties ctx, PrintInfo info, String trxName)
Constructor -
Uses of PrintInfo in org.compiere.print
Methods in org.compiere.print that return PrintInfo Modifier and Type Method Description PrintInfo
ReportEngine. getPrintInfo()
Get Print InfoMethods in org.compiere.print with parameters of type PrintInfo Modifier and Type Method Description void
ArchiveEngine. archive(File pdfFile, PrintInfo info)
Create Archive.byte[]
ArchiveEngine. archive(LayoutEngine layout, PrintInfo info)
Get/Create Archive.Constructors in org.compiere.print with parameters of type PrintInfo Constructor Description ReportEngine(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, String trxName)
Set report engine with summary = false -
Uses of PrintInfo in org.compiere.print.layout
Methods in org.compiere.print.layout that return PrintInfo Modifier and Type Method Description PrintInfo
LayoutEngine. getPrintInfo()
Methods in org.compiere.print.layout with parameters of type PrintInfo Modifier and Type Method Description void
LayoutEngine. setPrintInfo(PrintInfo info)
Constructors in org.compiere.print.layout with parameters of type PrintInfo Constructor Description LayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info)
Detail ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName)
Detail Constructor
-