Commit c2251805 authored by wansari's avatar wansari

D14JKAT004 added DDPordWizAmdPosEJBLRemote


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97541 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b7a663dc
/*
* Author:Wasim Ansari
* Date:10-Mar-15
* Request ID:D14JKAT004 (Delivery Date Ammendment)
*/
package ibase.webitm.ejb.wms;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import java.sql.Connection;
import javax.ejb.Local;
import org.w3c.dom.Document;
@Local
public interface DDPorderWizAmdPosEJBRemote
{
public String postSave(String xmlStringAll, String dcrId, String editFlag, String xtraParams, Connection conn) throws RemoteException,ITMException;
public String generateAmmend(String xmlstring, String xtraParams, String forcedFlag, 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