Package org.adempiere.process.rpl.imp
Class ImportHelper
java.lang.Object
org.adempiere.process.rpl.imp.ImportHelper
- 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic MClient
getAD_ClientByValue
(Properties ctx, String value, String trxName) void
importXMLDocument
(StringBuffer result, Document documentToBeImported, String trxName)
-
Constructor Details
-
ImportHelper
-
-
Method Details
-
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
-