Commit 8957fc69 authored by jshaikh's avatar jshaikh
parent 0c49cd13
...@@ -16,7 +16,7 @@ import ibase.webitm.ejb.dis.adv.SOrderAmdConf; ...@@ -16,7 +16,7 @@ import ibase.webitm.ejb.dis.adv.SOrderAmdConf;
@Stateless @Stateless
public class SOrderAmdConfWF implements SOrderAmdConfWFRemote, SOrderAmdConfWFLocal { public class SOrderAmdConfWF implements SOrderAmdConfWFRemote, SOrderAmdConfWFLocal {
public String confirm(String saleOrderAmd, String xtraParams, String forcedFlag) throws RemoteException, ITMException { public String confirm(String saleOrderAmd, String xtraParams, String forcedFlag, String userInfoStr) throws RemoteException, ITMException {
System.out.println("SOrderAmdConfWF confirm method called>>>>>>>>>>>>>>>>>>>"); System.out.println("SOrderAmdConfWF confirm method called>>>>>>>>>>>>>>>>>>>");
String retString = "N", errString = ""; String retString = "N", errString = "";
SOrderAmdConf sOrdAmdConf = null; SOrderAmdConf sOrdAmdConf = 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