Commit 6e69a5e9 authored by wansari's avatar wansari

W16LKAT002 updated source for discount column issue and setting default values using JSON in header


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104956 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cbe15f43
......@@ -2,8 +2,11 @@ package ibase.webitm.ejb.wms;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
import org.w3c.dom.Document;
import org.json.simple.JSONObject;
......@@ -23,9 +26,10 @@ public interface SorderWizardEJBLocal extends ValidatorLocal
public String getSorderDetail(String saleOrder,String flag) throws ITMException;
public String SaveSorderDetail(String str) throws ITMException;
public String getSKUDetail(String itemParent,String itemDLVDate,String paraData,String details) throws ITMException ;
//public String getSKUDetail(String itemParent,String itemDetails,String otherDetails) 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 getDefaultValuesFlag() throws RemoteException,ITMException ;
//public JSONObject getDefaultValuesfromJSON() throws RemoteException,ITMException ;
public String getDefaultValuesFlag(String varName) throws RemoteException,ITMException ;
public JSONObject getDefaultValuesfromJSON(String fileName) throws RemoteException,ITMException ;
}
......@@ -2,8 +2,11 @@ package ibase.webitm.ejb.wms;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Remote;
import org.w3c.dom.Document;
import org.json.simple.JSONObject;
......@@ -23,9 +26,10 @@ public interface SorderWizardEJBRemote extends ValidatorRemote
public String getSorderDetail(String saleOrder,String flag) throws ITMException;
public String SaveSorderDetail(String str) throws ITMException;
public String getSKUDetail(String itemParent,String itemDLVDate,String paraData,String details) throws ITMException;
//public String getSKUDetail(String itemParent,String itemDetails,String otherDetails) 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 getDefaultValuesFlag() throws RemoteException,ITMException;
//public JSONObject getDefaultValuesfromJSON() throws RemoteException,ITMException ;
public String getDefaultValuesFlag(String varName) throws RemoteException,ITMException ;
public JSONObject getDefaultValuesfromJSON(String fileName) 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