Commit 33b9c2c5 authored by vbhosale's avatar vbhosale

Added new method & parameter added for view option.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172582 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2616b7ee
...@@ -8,9 +8,11 @@ import org.json.simple.JSONObject; ...@@ -8,9 +8,11 @@ import org.json.simple.JSONObject;
public interface ManagmentDashboardRemote public interface ManagmentDashboardRemote
{ {
public JSONObject getPendingReqSummary(String dataSourceName,String empCode,String frmDate,String toDate) throws RemoteException, ITMException; public JSONObject getPendingReqSummary(String dataSourceName,String empCode,String frmDate,String toDate) throws RemoteException, ITMException;
public JSONObject getWorkAlloSummary(String dataSourceName, String empCode, String frmDate, String toDate) throws RemoteException, ITMException; public JSONObject getWorkAlloSummary(String dataSourceName, String dataProvider , String empCode, String frmDate, String toDate) throws RemoteException, ITMException;
public JSONObject getReqEfficiencySummary(String dataSourceName, String empCode, String frmDate, String toDate) throws RemoteException, ITMException; 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 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 getMissingFDBack(String fromDate, String toDate,String empCode,String dataProvider,String dataSourceName) throws RemoteException, ITMException;
public JSONObject getReqEfficiencySummaryPie(String dataSourceName, String empCode, String fromDate, String toDate) throws RemoteException, ITMException; public JSONObject getReqEfficiencySummaryPie(String dataSourceName, String empCode, String fromDate, String toDate) throws RemoteException, ITMException;
public JSONObject getTeamAttendanceDetails(String fromDate, String toDate, String empCode, String dataProvider,String dataSourceName ) 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