Commit e615d735 authored by msingh's avatar msingh

Change by Manish on 27/01/17 for Sales Retun confirm java component.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104493 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 530f7675
package ibase.webitm.ejb.dis.adv;
import java.rmi.RemoteException;
import java.sql.Connection;
import ibase.webitm.ejb.ActionHandlerLocal;
import ibase.webitm.utility.ITMException;
@javax.ejb.Local
public interface SalesReturnConfLocal extends ActionHandlerLocal
{
/*public String postSave()throws RemoteException,ITMException;
public String postSave(String domString, String tranId,String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;*/
public String confirm(String pOrder, String xtraParams, String forcedFlag)throws RemoteException, ITMException;
public String confirmSalesReturn(String msalereturn,String xtraParams, Connection conn) throws ITMException;
}
package ibase.webitm.ejb.dis.adv;
import java.rmi.RemoteException;
import java.sql.Connection;
import ibase.webitm.utility.ITMException;
import ibase.webitm.ejb.ActionHandlerRemote;
@javax.ejb.Remote
public interface SalesReturnConfRemote extends ActionHandlerRemote
{
/* public String postSave()throws RemoteException,ITMException;
public String postSave(String domString, String tranId,String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;*/
public String confirm(String pOrder, String xtraParams, String forcedFlag)throws RemoteException, ITMException;
public String confirmSalesReturn(String msalereturn,String xtraParams, Connection conn) throws ITMException;
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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