Commit e78314f5 authored by ssalve's avatar ssalve

Sarita : Added by sarita to add userInfo on 8JAN2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177800 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5a13798b
package ibase.webitm.ejb.dis; package ibase.webitm.ejb.dis;
import ibase.utility.UserInfoBean;
import ibase.webitm.ejb.ValidatorLocal; import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -11,5 +12,7 @@ import org.w3c.dom.Document; ...@@ -11,5 +12,7 @@ import org.w3c.dom.Document;
@Local @Local
public interface SorderStatusEJBLocal extends ValidatorLocal public interface SorderStatusEJBLocal extends ValidatorLocal
{ {
public String getSorderStatusXML(String saleOrder,String ref_series)throws ITMException; //added by sarita to add userInfo on 8JAN2018
//public String getSorderStatusXML(String saleOrder,String ref_series)throws ITMException;
public String getSorderStatusXML(String saleOrder,String ref_series,UserInfoBean userInfo)throws ITMException;
} }
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