Commit 0b513c9d authored by dpawar's avatar dpawar

changes param


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96354 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 40e7959c
......@@ -7,7 +7,6 @@ import java.rmi.RemoteException;
import java.sql.Connection;
import ibase.webitm.utility.ITMException;
import javax.ejb.Local; // added for ejb3
......@@ -19,6 +18,5 @@ public interface DespatchPosLocal extends ValidatorLocal
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;
public String postSaveWiz(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException;
public String postSaveCall(String xmlString,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;
}
\ 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