Commit 5175c6bf authored by Ketan Patil's avatar Ketan Patil

Added by Pravin for Wildfly20

parent d7b831d9
package ibase.webitm.ejb.fin.advfield;
import java.rmi.RemoteException;
import ibase.webitm.ejb.ActionHandlerRemote;
import ibase.webitm.utility.ITMException;
@javax.ejb.Remote
public interface AdvanceVoucherRejectRemote extends ActionHandlerRemote {
public String reject() throws RemoteException,ITMException;
public String reject(String tranID, String xtraParams, String forcedFlag,String userInfo) 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