Commit 2b805358 authored by caluka's avatar caluka

cancel button added in ecollection & ecollection submit transactions


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101181 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36960933
...@@ -20,5 +20,6 @@ public interface EcollectionConfLocal extends ActionHandlerLocal ...@@ -20,5 +20,6 @@ public interface EcollectionConfLocal extends ActionHandlerLocal
public String confirm(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String confirm(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String submit(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String submit(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String open(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String open(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String cancel(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
} }
...@@ -18,4 +18,5 @@ public interface EcollectionConfRemote extends ActionHandlerRemote ...@@ -18,4 +18,5 @@ public interface EcollectionConfRemote extends ActionHandlerRemote
public String confirm(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String confirm(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String submit(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String submit(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String open(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String open(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String cancel(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
} }
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