Commit f1f2bc55 authored by wansari's avatar wansari

W16FKAT002 updated source to save item series in Sales order details


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104840 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af430148
...@@ -2,12 +2,10 @@ package ibase.webitm.ejb.wms; ...@@ -2,12 +2,10 @@ package ibase.webitm.ejb.wms;
import ibase.webitm.ejb.ValidatorRemote; import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
import javax.ejb.Remote; import javax.ejb.Remote;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.json.simple.JSONObject;
@Remote @Remote
public interface SorderWizardEJBRemote extends ValidatorRemote public interface SorderWizardEJBRemote extends ValidatorRemote
...@@ -28,4 +26,6 @@ public interface SorderWizardEJBRemote extends ValidatorRemote ...@@ -28,4 +26,6 @@ public interface SorderWizardEJBRemote extends ValidatorRemote
public String getAutoSearchData(String searchStr,String field,String param) throws ITMException ; public String getAutoSearchData(String searchStr,String field,String param) throws ITMException ;
public String getDocIDImages(String refSer,String refId,String imgStr) throws ITMException ; public String getDocIDImages(String refSer,String refId,String imgStr) throws ITMException ;
//public String getDefaultValuesFlag() throws RemoteException,ITMException;
//public JSONObject getDefaultValuesfromJSON() throws RemoteException,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