Commit c82bc7ca authored by pdas's avatar pdas

calculation and udating net amount in the header.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97585 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a21664d4
package ibase.webitm.ejb.dis.adv;
import ibase.webitm.ejb.*;
import java.rmi.RemoteException;
//import javax.ejb.EJBObject;
import java.sql.Connection;
import ibase.webitm.utility.ITMException;
import javax.ejb.Local; // added for ejb3
@Local // added for ejb3
public interface ChargeBackFormPostSaveLocal extends ValidatorLocal//, EJBObject
{
public String postSave(String winName,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException;
public String postSaveRec(String xmlString1,String domID,String objContext,String editFlag, String xtraParams, Connection conn)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