Commit bf86cc82 authored by wansari's avatar wansari

D14JKAT004 added DDPordWizAmdEJBRemote


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97538 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b3ffa520
/*
* 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 javax.ejb.Remote;
import org.w3c.dom.Document;
@Remote
public interface DDPordWizAmdEJBRemote
{
String wfValData(String xmlString, String xmlString1, String xmlString2,
String objContext, String editFlag, String xtraParams)
throws RemoteException, ITMException;
String itemChanged(Document dom, Document dom1, Document dom2,
String objContext, String currentColumn, String editFlag,
String xtraParams) 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