Commit 2b7369b6 authored by ssarkar's avatar ssarkar

update by sumit on 13/05/13 postsave on finish


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93059 ce508802-f39f-4f6c-b175-0d175dae99d5
parent caa3f8a7
...@@ -19,4 +19,6 @@ public interface PickIssPosLocal ...@@ -19,4 +19,6 @@ public interface PickIssPosLocal
{ {
public String postSave()throws RemoteException,ITMException; public String postSave()throws RemoteException,ITMException;
public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException; public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;
//Changed by sumit on 11/05/13 Req.Id [WM3BSUN003] start.
public String postSave( String domString,String tranId, String editFlag, String xtraParams) throws RemoteException,ITMException;
} }
\ No newline at end of file
...@@ -19,4 +19,6 @@ public interface PickIssPosRemote ...@@ -19,4 +19,6 @@ public interface PickIssPosRemote
{ {
public String postSave()throws RemoteException,ITMException; public String postSave()throws RemoteException,ITMException;
public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException; public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;
//Changed by sumit on 11/05/13 Req.Id [WM3BSUN003] start.
public String postSave( String domString,String tranId, String editFlag, String xtraParams) 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