Commit 2616b7ee authored by vbhosale's avatar vbhosale

new method added(team attendance details) and parameter for view option

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172581 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 672b000f
......@@ -9,9 +9,10 @@ import org.json.simple.JSONObject;
public interface ManagmentDashboardLocal
{
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 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 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