Commit 7d425899 authored by vdhoble's avatar vdhoble

added changes for is Preview for F14ISUN006


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 58ae7e66
......@@ -13,6 +13,7 @@ public interface MiscDrCrRcpConfLocal {
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
}
\ No newline at end of file
......@@ -10,5 +10,6 @@ import javax.ejb.Remote;
public interface MiscDrCrRcpConfRemote {
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
}
\ 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