Package org.adempiere.process.rpl.imp
Class ImportHelper
- java.lang.Object
-
- org.adempiere.process.rpl.imp.ImportHelper
-
public class ImportHelper 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 ImportHelper(Properties ctx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MClient
getAD_ClientByValue(Properties ctx, String value, String trxName)
void
importXMLDocument(StringBuffer result, Document documentToBeImported, String trxName)
-
-
-
Constructor Detail
-
ImportHelper
public ImportHelper(Properties ctx)
-
-
Method Detail
-
importXMLDocument
public void importXMLDocument(StringBuffer result, Document documentToBeImported, String trxName) throws Exception, SQLException, XPathExpressionException
- Parameters:
result
-documentToBeImported
-trxName
-- Throws:
Exception
SQLException
XPathExpressionException
-
getAD_ClientByValue
public static MClient getAD_ClientByValue(Properties ctx, String value, String trxName) throws SQLException
- Throws:
SQLException
-
-