Commit a3204917 authored by wansari's avatar wansari

D14JKAT004 added getData method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97619 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e65254e1
...@@ -25,5 +25,6 @@ public interface DDPordWizAmdEJBLocal ...@@ -25,5 +25,6 @@ public interface DDPordWizAmdEJBLocal
String itemChanged(Document dom, Document dom1, Document dom2, String itemChanged(Document dom, Document dom1, Document dom2,
String objContext, String currentColumn, String editFlag, String objContext, String currentColumn, String editFlag,
String xtraParams) throws RemoteException, ITMException; String xtraParams) throws RemoteException, ITMException;
String getData(String field, String extra) throws ITMException;
} }
...@@ -24,4 +24,6 @@ public interface DDPordWizAmdEJBRemote ...@@ -24,4 +24,6 @@ public interface DDPordWizAmdEJBRemote
String itemChanged(Document dom, Document dom1, Document dom2, String itemChanged(Document dom, Document dom1, Document dom2,
String objContext, String currentColumn, String editFlag, String objContext, String currentColumn, String editFlag,
String xtraParams) throws RemoteException, ITMException; String xtraParams) throws RemoteException, ITMException;
String getData(String field, String extra) throws 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