Package org.adempiere.process.rpl.exp
Class ExportHelper
- java.lang.Object
-
- org.adempiere.process.rpl.exp.ExportHelper
-
public class ExportHelper extends Object
- 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
Constructors Constructor Description ExportHelper(Properties ctx, int AD_Client_ID)
ExportHelper(MClient client, MReplicationStrategy rplStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
exportRecord(MEXPFormat exportFormat, String where, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent)
Process - Generate Export FormatString
exportRecord(PO po, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent)
Process - Generate Export Format
-
-
-
Constructor Detail
-
ExportHelper
public ExportHelper(MClient client, MReplicationStrategy rplStrategy)
-
ExportHelper
public ExportHelper(Properties ctx, int AD_Client_ID)
-
-