Commit 358f1c5f authored by dpawar's avatar dpawar

get param


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96355 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b513c9d
...@@ -18,6 +18,5 @@ public interface DespatchPosRemote extends ValidatorRemote ...@@ -18,6 +18,5 @@ public interface DespatchPosRemote extends ValidatorRemote
public String postSaveRec(String xmlString1,String domID,String objContext,String editFlag, String xtraParams, Connection conn)throws RemoteException,ITMException; public String postSaveRec(String xmlString1,String domID,String objContext,String editFlag, String xtraParams, Connection conn)throws RemoteException,ITMException;
//added by kunal on 09/007/13 //added by kunal on 09/007/13
public String postSave(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException; public String postSave(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException;
public String postSaveWiz(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException; public String postSaveWiz(String xmlString,String tranId,String editFlag, String xtraParams,Connection conn) throws RemoteException,ITMException;
public String postSaveCall(String xmlString,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException;
} }
\ No newline at end of file
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