Commit 9a389127 authored by Ketan Patil's avatar Ketan Patil

Upload New File

parent 3a667d70
package ibase.webitm.ejb.cashvoucher;
import ibase.webitm.utility.ITMException;
import ibase.webitm.ejb.*;
import java.rmi.RemoteException;
import java.sql.*;
import javax.ejb.EJBObject;
import org.w3c.dom.*;
import javax.xml.parsers.*;
import javax.ejb.*;
import java.io.*;//added by bipin on 22/02/2010
@javax.ejb.Remote
public interface CashVoucherCreateMiscRemote extends ActionHandlerRemote
{
public String confirm() throws RemoteException,ITMException;
public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String createHashmapForMiscVoucher(String tranID, String xtraParams, String userId, BufferedWriter bw,Connection conn) throws ITMException ,Exception;//added by bipin on 22/02/2010
}
\ 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