Commit bdea2dca authored by kdabholkar's avatar kdabholkar

commited new changes of tax calculation of sorder wizard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176375 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5821be1
package ibase.webitm.ejb.wms;
import ibase.utility.UserInfoBean;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
......@@ -32,4 +33,12 @@ public interface SorderWizardEJBLocal extends ValidatorLocal
public String getDocIDImages(String refSer,String refId,String imgStr) throws ITMException ;
public String getDefaultValuesFlag(String varName) throws RemoteException,ITMException ;
public JSONObject getDefaultValuesfromJSON(String fileName) throws RemoteException,ITMException ;
//Added By Kaustubh on 4 Dec 2017 Start
public String getTaxData(String xmlData, String formNo, String domID,UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 4 Dec 2017 End
//Added By Kaustubh on 4 Dec 2017 Start
public String getTaxAmt(String xmlData, String formNo, String domID, UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 4 Dec 2017 End
}
package ibase.webitm.ejb.wms;
import ibase.utility.UserInfoBean;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
......@@ -32,4 +33,13 @@ public interface SorderWizardEJBRemote extends ValidatorRemote
public String getDocIDImages(String refSer,String refId,String imgStr) throws ITMException ;
public String getDefaultValuesFlag(String varName) throws RemoteException,ITMException ;
public JSONObject getDefaultValuesfromJSON(String fileName) throws RemoteException,ITMException ;
//Added By Kaustubh on 4 Dec 2017 Start
public String getTaxData(String xmlData, String formNo, String domID,UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 4 Dec 2017 End
//Added By Kaustubh on 13 Dec 2017 Start
public String getTaxAmt(String xmlData, String formNo, String domID, UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 13 Dec 2017 Start
}
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