Package org.adempiere.report.jasper
Class JREventManage
- java.lang.Object
-
- org.adempiere.report.jasper.JREventManage
-
public class JREventManage extends Object
mange to fire event relate jasper report at the moment just fire export pdf event- Author:
- hieplq
-
-
Field Summary
Fields Modifier and Type Field Description static StringJP_KEY_PDF_EXPORT_CONFIGkey for even info, saveSimpleExporterConfigurationobjectstatic StringJP_KEY_PDF_EXPORT_EXPORTERkey for even info, saveJRPdfExporterobjectstatic StringJP_KEY_PROCESS_INFOkey for even info, saveProcessInfoobjectstatic StringJP_PDF_EXPORT_CONFIG_EVENTtopic fire when setting configuration for pdf export
-
Constructor Summary
Constructors Constructor Description JREventManage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsentPdfExporterConfigurationEvent(net.sf.jasperreports.engine.export.JRPdfExporter export, net.sf.jasperreports.export.SimpleExporterConfiguration config, ProcessInfo pi)sent event to customize pdf export configuration
-
-
-
Field Detail
-
JP_PDF_EXPORT_CONFIG_EVENT
public static final String JP_PDF_EXPORT_CONFIG_EVENT
topic fire when setting configuration for pdf export- See Also:
- Constant Field Values
-
JP_KEY_PDF_EXPORT_EXPORTER
public static final String JP_KEY_PDF_EXPORT_EXPORTER
key for even info, saveJRPdfExporterobject- See Also:
- Constant Field Values
-
JP_KEY_PDF_EXPORT_CONFIG
public static final String JP_KEY_PDF_EXPORT_CONFIG
key for even info, saveSimpleExporterConfigurationobject- See Also:
- Constant Field Values
-
JP_KEY_PROCESS_INFO
public static final String JP_KEY_PROCESS_INFO
key for even info, saveProcessInfoobject- See Also:
- Constant Field Values
-
-
Method Detail
-
sentPdfExporterConfigurationEvent
public static void sentPdfExporterConfigurationEvent(net.sf.jasperreports.engine.export.JRPdfExporter export, net.sf.jasperreports.export.SimpleExporterConfiguration config, ProcessInfo pi)sent event to customize pdf export configuration- Parameters:
export- isJRPdfExporterconfig- isSimplePdfExporterConfiguration
-
-