Commit 94ce325c authored by abibave's avatar abibave

Request Id:W16LSER004

Source Files of Pricelist master workflow by Jaffar/BPandey.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43833 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b3adb086
This diff is collapsed.
This diff is collapsed.
package ibase.webitm.ejb.dis;
import java.rmi.RemoteException;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
import javax.ejb.Local;
@Local
public interface PriceListMasterWfEJBLocal extends ValidatorLocal
{
public String insertPriceListMaster(String objName,String tranId,String xmlDataAll,String xtraParams,String entityCode) throws RemoteException, ITMException;
}
package ibase.webitm.ejb.dis;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Remote;
@Remote
public interface PriceListMasterWfEJBRemote extends ValidatorRemote
{
public String insertPriceListMaster(String objName,String tranId,String xmlDataAll,String xtraParams,String entityCode) 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