Commit 233e4ce4 authored by pshinde's avatar pshinde

update chg date,chg user,chg terminal customeritem update process.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97971 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f3cf5d1e
......@@ -436,7 +436,8 @@ public class CustItemUpdateIC extends ValidatorEJB implements CustItemUpdateICLo
int ctr = 0;
int currentFormNo = 0;
int childNodeListLength = 0;
String chguser = null;
String chgterm = null;
SimpleDateFormat sdf;
StringBuffer valueXmlString = new StringBuffer();
......@@ -459,6 +460,15 @@ public class CustItemUpdateIC extends ValidatorEJB implements CustItemUpdateICLo
currentFormNo = Integer.parseInt(objContext);
System.out.println("Priyanka itemchanged 1 currentFormNo : "+currentFormNo);
}
System.out.println("XCtra Parameter============"+xtraParams);
chguser = getValueFromXTRA_PARAMS(xtraParams, "loginCode");
chgterm = getValueFromXTRA_PARAMS(xtraParams, "termId");
System.out.println("Change User================"+chguser);
System.out.println("Change date================"+currentDate);
System.out.println("Change Term================"+chgterm);
System.out.println("Curren5t date================"+currentDate);
valueXmlString = new StringBuffer("<?xml version = \"1.0\"?> <Root> <header> <editFlag>");
valueXmlString.append(editFlag).append("</editFlag> </header>");
switch (currentFormNo)
......
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