Commit 031e60a3 authored by kdabholkar's avatar kdabholkar

commit changes for group scheme of sorder wizard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177366 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4aa4e87d
......@@ -41,4 +41,8 @@ public interface SorderWizardEJBLocal extends ValidatorLocal
//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
//Added By Kaustubh on 22 Dec 2017 Start
public String getSchemeDetail(String xmlData, String formNo, UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 22 Dec 2017 end
}
......@@ -41,5 +41,9 @@ public interface SorderWizardEJBRemote extends ValidatorRemote
//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
//Added By Kaustubh on 22 Dec 2017 Start
public String getSchemeDetail(String xmlData, String formNo, UserInfoBean userInfo,String objName) throws RemoteException,ITMException;
//Added By Kaustubh on 22 Dec 2017 end
}
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