Commit 898472a8 authored by abibave's avatar abibave

Request Id:W16LSER005

Source Files of customer master workflow.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43823 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 30a4acbc
This diff is collapsed.
This diff is collapsed.
package ibase.webitm.ejb.dis;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
@Local
public interface CustomerMasterWfEJBLocal extends ValidatorLocal {
public String insertCustomerMaster(String objName,String tranId,String xmlDataAll,String docId,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 CustomerMasterWfEJBRemote extends ValidatorRemote {
public String insertCustomerMaster(String objName,String tranId,String xmlDataAll,String docId,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