Commit 635408aa authored by Ketan Patil's avatar Ketan Patil

Added by Pravin for Wildfly20

parent 950f9f38
package ibase.webitm.ejb.fin.advfield;
import java.rmi.RemoteException;
import javax.ejb.EJBObject;
import org.w3c.dom.*;
import javax.xml.parsers.*;
import java.sql.*;
import ibase.webitm.ejb.*;
import ibase.webitm.utility.ITMException;
import javax.ejb.*;
@javax.ejb.Remote
public interface VoucherAdvFieldUserRemote extends ValidatorRemote
{
public String wfValData() throws RemoteException,ITMException;
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged() throws RemoteException,ITMException;
public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(Document dom, Document dom1, Document dom2,String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String postSave() throws RemoteException,ITMException;
public String postSave(String xmlString, String xmlString1, String xmlString2, String objContext, String xtraParams, Connection conn) throws RemoteException,ITMException;
//public String preSave(String arg1, String editFlag, String xtraParams, Connection conn) throws RemoteException,ITMException;
// public String preSaveRec(String xmlString, String xmlString1,String xmlString2, String objContext, String editFlag, Connection conn,String xtraParam ) throws RemoteException,ITMException;
//public String preSaveRec(String xmlString, String xmlString1,String xmlString2, String editFlag, String xtraParam, Connection conn ,String objContext) throws RemoteException,ITMException;
//public String postValData(String xmlString, String xmlString1,String xmlString2,String objContext,String winName,String xtraParam) throws RemoteException,ITMException;
}
\ 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