Commit 4148d968 authored by caluka's avatar caluka

Travel,NotTravel and open functionality added [D16ASUN014]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101401 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82d49cf5
......@@ -15,4 +15,7 @@ public interface EmpTravelInfoConfLocal extends ActionHandlerLocal
public String confirm( String tranId, String xtraParams, String forcedFlag )throws RemoteException,ITMException;
//added by chitranjan for call confirm method
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn, boolean connStatus) throws RemoteException,ITMException;
public String travel( String tranId, String xtraParams,String forcedFlag) throws RemoteException,ITMException;
public String notTravel( String tranId, String xtraParams,String forcedFlag) throws RemoteException,ITMException;
public String open( String tranId, String xtraParams,String forcedFlag) throws RemoteException,ITMException;
}
......@@ -15,4 +15,7 @@ public interface EmpTravelInfoConfRemote extends ActionHandlerRemote
public String confirm( String tranId, String xtraParams, String forcedFlag ) throws RemoteException,ITMException;
//added by chitranjan for call confirm method
public String confirm( String tranId, String xtraParams,String forcedFlag, Connection conn, boolean connStatus) throws RemoteException,ITMException;
public String travel( String tranId, String xtraParams,String forcedFlag) throws RemoteException,ITMException;
public String notTravel( String tranId, String xtraParams,String forcedFlag) throws RemoteException,ITMException;
public String open( 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