Commit 58ae7e66 authored by vdhoble's avatar vdhoble

added is preview changes for F14ISUN006


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97790 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14d7e250
......@@ -16,5 +16,7 @@ public interface ReceiptAdvConfLocal extends ActionHandlerLocal
{
public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn ) throws RemoteException,ITMException;
public String confirm(String tranId,String xtraParams,String forcedFlag,Connection conn,boolean isPreview) throws RemoteException,ITMException;//added by vishakha
}
......@@ -16,4 +16,6 @@ public interface ReceiptAdvConfRemote extends ActionHandlerRemote
{
public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn) throws RemoteException,ITMException;
public String confirm(String tranId,String xtraParams,String forcedFlag,Connection conn,boolean isPreview) throws RemoteException,ITMException;//added by vishakha
}
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