Commit fdf85b19 authored by vbhosale's avatar vbhosale

return type changed to json array

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193238 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 70f6a10d
...@@ -12,6 +12,6 @@ public interface ShortageInventoryRemote extends ValidatorRemote ...@@ -12,6 +12,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 siteCode , 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