Commit 0d1c3ba6 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@177801 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e78314f5
package ibase.webitm.ejb.dis;
import ibase.utility.UserInfoBean;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
......@@ -9,5 +10,7 @@ import javax.ejb.Remote;
public interface SorderStatusEJBRemote extends ValidatorRemote
{
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