Commit b2afc2bd authored by kmandhre's avatar kmandhre

cross update implement


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93349 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 316f1dc2
......@@ -16,4 +16,6 @@ public interface DespatchPosLocal extends ValidatorLocal
{
public String postSaveRec()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
public String postSave(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException;
}
\ No newline at end of file
......@@ -14,4 +14,6 @@ public interface DespatchPosRemote extends ValidatorRemote
{
public String postSaveRec()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
public String postSave(String winName,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