Commit f21ddc02 authored by tmahadi's avatar tmahadi

CustomerIC renamed to CustomerMaster


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101764 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a542aad9
...@@ -25,8 +25,8 @@ import org.w3c.dom.Node; ...@@ -25,8 +25,8 @@ import org.w3c.dom.Node;
import org.w3c.dom.NodeList; import org.w3c.dom.NodeList;
@Stateless @Stateless
public class CustomerIC extends ValidatorEJB public class CustomerMaster extends ValidatorEJB
implements CustomerICLocal, CustomerICRemote implements CustomerMasterLocal, CustomerMasterRemote
{ {
GenericUtility genericUtility = GenericUtility.getInstance(); GenericUtility genericUtility = GenericUtility.getInstance();
String winName = null; String winName = null;
......
...@@ -12,7 +12,7 @@ import ibase.webitm.utility.ITMException; ...@@ -12,7 +12,7 @@ import ibase.webitm.utility.ITMException;
import javax.ejb.Local; // added for ejb3 import javax.ejb.Local; // added for ejb3
@Local // added for ejb3 @Local // added for ejb3
public interface CustomerICLocal extends ValidatorLocal public interface CustomerMasterLocal extends ValidatorLocal
{ {
......
...@@ -14,7 +14,7 @@ import ibase.webitm.ejb.*; ...@@ -14,7 +14,7 @@ import ibase.webitm.ejb.*;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import javax.ejb.Remote; // added for ejb3 import javax.ejb.Remote; // added for ejb3
@Remote // added for ejb3 @Remote // added for ejb3
public interface CustomerICRemote extends ValidatorRemote { public interface CustomerMasterRemote extends ValidatorRemote {
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException; public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, 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