Commit e4f7ff25 authored by sbade's avatar sbade

Added new methods for Task wise time and E1-score analysis job Id wise.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100113 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 88450adb
...@@ -52,6 +52,11 @@ public abstract interface EmpProductivityLocal extends ValidatorLocal ...@@ -52,6 +52,11 @@ public abstract interface EmpProductivityLocal extends ValidatorLocal
public JSONObject getJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getPieChartJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getPieChartJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getDayWiseOHDistServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String empCode,String deptCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getOHDistributionDetailServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getTaskWiseJobIdWiseE1scoreServlet(String dataSourceName,String frmPrd,String toPrd,String empCode,String deptCode,String usageIntensity,String empTask,String functionType,String topNos) throws RemoteException, ITMException;
public JSONObject getTaskWiseJobIdWiseTimeServlet(String dataSourceName,String frmPrd,String toPrd,String empCode,String deptCode,String usageIntensity,String empTask,String functionType,String topNos) throws RemoteException, ITMException;
} }
......
...@@ -53,6 +53,12 @@ public abstract interface EmpProductivityRemote extends ValidatorRemote ...@@ -53,6 +53,12 @@ public abstract interface EmpProductivityRemote extends ValidatorRemote
public JSONObject getJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getPieChartJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getPieChartJobWiseDistributionServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getDayWiseOHDistServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String empCode,String deptCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getOHDistributionDetailServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getTaskWiseJobIdWiseE1scoreServlet(String dataSourceName,String frmPrd,String toPrd,String empCode,String deptCode,String usageIntensity,String empTask,String functionType,String topNos) throws RemoteException, ITMException;
public JSONObject getTaskWiseJobIdWiseTimeServlet(String dataSourceName,String frmPrd,String toPrd,String empCode,String deptCode,String usageIntensity,String empTask,String functionType,String topNos) throws RemoteException, ITMException;
} }
/* Location: E:\CLIENT\Danish\Employee Effectivness\ibase3-webitm-adm-dashboard1-3-0-4.jar /* Location: E:\CLIENT\Danish\Employee Effectivness\ibase3-webitm-adm-dashboard1-3-0-4.jar
......
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