Commit e2f5f287 authored by pchavan's avatar pchavan

PriyankaC: comment unused code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177709 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8d88231b
......@@ -1770,6 +1770,11 @@ public class CreatePoRcpVoucher
ValidatorEJB validatorEJB = new ValidatorEJB();
userId = validatorEJB.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
// siteCode = validatorEJB.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
//Changed By PriyankaC on 05JAN18.[START]
/*
*
DBAccessLocal dbAccess = (DBAccessLocal) ctx.lookup("ibase/DBAccessEJB/local");
DBAccessLocal dbAccess = (DBAccessLocal) ctx.lookup("ibase/DBAccessEJB/local");
String[] userInfoArray = dbAccess.getEmpInfo(userId, siteCode);
System.out.println("^^^^^^^ UserInfo ..> " + Arrays.toString(userInfoArray));
......@@ -1795,6 +1800,10 @@ public class CreatePoRcpVoucher
userInfoBean.setDivision(userInfoArray[17]);
userInfoBean.setUserLanguage(userInfoArray[18]);
userInfoBean.setUserCountry(userInfoArray[19]);
*
*/
//Changed By PriyankaC on 05JAN18.[END]
//masterStatefulLocal = (MasterStatefulLocal) ctx.lookup("ibase/MasterStatefulEJB/local");
//String retString = masterStatefulLocal.processRequest(userInfoBean, xmlString, true, conn);
......
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