Commit 00d70abd 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@177266 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f3d2063d
......@@ -27,8 +27,11 @@ public class PriceListMasterWfEJB extends ValidatorEJB implements PriceListMaste
public String insertPriceListMaster(String objName,String tranId,String transInfoXml,String xtraParams,String entityCode)throws RemoteException, ITMException {
Connection conn = null;
String retString = "";
//added by Pavan R on 27/DEC/17 userId passwed to savData() and processRequest()
String 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