Commit 0533c50d authored by sbade's avatar sbade

Created new different method for pie chart to resolve 3 row issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99572 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b51f2bf
......@@ -13,5 +13,5 @@ public interface ManagmentDashboardLocal
public JSONObject getReqEfficiencySummary(String dataSourceName, String empCode, String frmDate, String toDate) throws RemoteException, ITMException;
public JSONObject getPendingReqSummaryGrpah(String dataSourceName, String empCode, String fromDate, String toDate) throws RemoteException, ITMException;
public JSONObject getMissingFDBack(String fromDate, String toDate,String empCode,String dataSourceName) throws RemoteException, ITMException;
public JSONObject getReqEfficiencySummaryPie(String dataSourceName, String empCode, String fromDate, String toDate) throws RemoteException, ITMException;
}
......@@ -12,4 +12,5 @@ public interface ManagmentDashboardRemote
public JSONObject getReqEfficiencySummary(String dataSourceName, String empCode, String frmDate, String toDate) throws RemoteException, ITMException;
public JSONObject getPendingReqSummaryGrpah(String dataSourceName, String empCode, String fromDate, String toDate) throws RemoteException, ITMException;
public JSONObject getMissingFDBack(String fromDate, String toDate,String empCode,String dataSourceName) throws RemoteException, ITMException;
public JSONObject getReqEfficiencySummaryPie(String dataSourceName, String empCode, String fromDate, String toDate) 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