Commit 3d162c98 authored by vbhosale's avatar vbhosale

added ang and dbr method

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193475 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 17a24376
...@@ -2,8 +2,7 @@ package ibase.dashboard.scm.ejb; ...@@ -2,8 +2,7 @@ package ibase.dashboard.scm.ejb;
import java.rmi.RemoteException; import java.rmi.RemoteException;
import org.json.simple.JSONArray; import org.json.JSONObject;
import org.json.simple.JSONObject;
import ibase.webitm.ejb.ValidatorLocal; import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
...@@ -12,5 +11,5 @@ public interface ShortageInventoryLocal extends ValidatorLocal ...@@ -12,5 +11,5 @@ public interface ShortageInventoryLocal extends ValidatorLocal
{ {
//return type changed from json object to json array by Vinay //return type changed from json object to json array by Vinay
public String getAngShortageInventory(String dataSourceName , String siteCode , String finYear , String fromDate, String toDate) throws RemoteException, ITMException; public String getAngShortageInventory(String dataSourceName , String siteCode , String finYear , String fromDate, String toDate) throws RemoteException, ITMException;
public JSONObject getShortageInventory(String dataSourceName , String loginSiteCode , String finYear) throws RemoteException, ITMException;
} }
...@@ -2,8 +2,7 @@ package ibase.dashboard.scm.ejb; ...@@ -2,8 +2,7 @@ package ibase.dashboard.scm.ejb;
import java.rmi.RemoteException; import java.rmi.RemoteException;
import org.json.simple.JSONArray; import org.json.JSONObject;
import org.json.simple.JSONObject;
import ibase.webitm.ejb.ValidatorRemote; import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
...@@ -12,6 +11,6 @@ public interface ShortageInventoryRemote extends ValidatorRemote ...@@ -12,6 +11,6 @@ public interface ShortageInventoryRemote extends ValidatorRemote
{ {
//return type changed from json object to json array by Vinay //return type changed from json object to json array by Vinay
public String getAngShortageInventory(String dataSourceName , String siteCode , String finYear , String fromDate, String toDate) throws RemoteException, ITMException; public String getAngShortageInventory(String dataSourceName , String siteCode , String finYear , String fromDate, String toDate) throws RemoteException, ITMException;
public JSONObject getShortageInventory(String dataSourceName , String loginSiteCode , String finYear) 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