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 String
JP_KEY_PDF_EXPORT_CONFIG
key for even info, saveSimpleExporterConfiguration
objectstatic String
JP_KEY_PDF_EXPORT_EXPORTER
key for even info, saveJRPdfExporter
objectstatic String
JP_KEY_PROCESS_INFO
key for even info, saveProcessInfo
objectstatic String
JP_PDF_EXPORT_CONFIG_EVENT
topic 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 void
sentPdfExporterConfigurationEvent(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, saveJRPdfExporter
object- See Also:
- Constant Field Values
-
JP_KEY_PDF_EXPORT_CONFIG
public static final String JP_KEY_PDF_EXPORT_CONFIG
key for even info, saveSimpleExporterConfiguration
object- See Also:
- Constant Field Values
-
JP_KEY_PROCESS_INFO
public static final String JP_KEY_PROCESS_INFO
key for even info, saveProcessInfo
object- 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
- isJRPdfExporter
config
- isSimplePdfExporterConfiguration
-
-