Commit f45a19c2 authored by ajadhav's avatar ajadhav

change in method signature for processRequest and remove other wherever it is called.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177263 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed1c7735
......@@ -22,8 +22,12 @@ public class CustomerMasterWfEJB extends ValidatorEJB implements CustomerMasterW
public String insertCustomerMaster(String objName,String tranId,String transInfoXml,String docId,String xtraParams,String entityCode) throws RemoteException, ITMException {
Connection conn = null;
String retString = "";
String userId = "";//Added By Pavan R 27/DEC/17
//added by Pavan R on 27/DEC/17 userId passwed to savData() and processRequest()
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
System.out.println("userId::["+userId+"]");
String [] authencate = new String[2];
authencate[0] = "";
authencate[0] = userId;
authencate[1] = "";
String siteCode = "";
E12GenericUtility genericUtility = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment