Package org.adempiere.process.rpl.exp
Class ExportHelper
java.lang.Object
org.adempiere.process.rpl.exp.ExportHelper
- Author:
- Trifon N. Trifonov, Antonio CaƱaveral, e-Evolution
- [ 2195016 ] Implementation delete records messages
- https://sourceforge.net/p/adempiere/bugs/1556/, victor.perez@e-evolution.com, e-Evolution
- [ 2195090 ] Stabilization of replication
- https://sourceforge.net/p/adempiere/bugs/2294/
- BF [2947622] The replication ID (Primary Key) is not working
- https://sourceforge.net/p/adempiere/bugs/2308/
-
Constructor Summary
ConstructorDescriptionExportHelper
(Properties ctx, int AD_Client_ID) ExportHelper
(MClient client, MReplicationStrategy rplStrategy) -
Method Summary
Modifier and TypeMethodDescriptionexportRecord
(MEXPFormat exportFormat, String where, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent) Process - Generate Export FormatexportRecord
(PO po, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent) Process - Generate Export Format
-
Constructor Details
-
ExportHelper
-
ExportHelper
-
-
Method Details
-
exportRecord
public String exportRecord(PO po, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent) throws Exception Process - Generate Export Format- Returns:
- info
- Throws:
Exception
-
exportRecord
public Document exportRecord(MEXPFormat exportFormat, String where, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent) throws Exception Process - Generate Export Format- Returns:
- Document
- Throws:
Exception
-