Commit d7b831d9 authored by Ketan Patil's avatar Ketan Patil

Added by Pravin for Wildfly20

parent 93c51074
package ibase.webitm.ejb.fin.advfield;
import java.rmi.RemoteException;
import ibase.webitm.ejb.ActionHandlerLocal;
import ibase.webitm.utility.ITMException;
@javax.ejb.Local
public interface AdvanceVoucherRejectLocal extends ActionHandlerLocal{
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