Commit a35c75d4 authored by sbade's avatar sbade

Added two new methods for Top and Worst E2-score Job Id wise . Request Id: S15JSUN003


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99883 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89949ad6
...@@ -39,6 +39,11 @@ public abstract interface EmpProductivityLocal extends ValidatorLocal ...@@ -39,6 +39,11 @@ public abstract interface EmpProductivityLocal extends ValidatorLocal
public JSONObject getE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getWorstE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getWorstE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getWorstE2ScoreJobIdWiseServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getTopE2ScoreJobIdWiseServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
} }
......
...@@ -39,6 +39,10 @@ public abstract interface EmpProductivityRemote extends ValidatorRemote ...@@ -39,6 +39,10 @@ public abstract interface EmpProductivityRemote extends ValidatorRemote
public JSONObject getE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getWorstE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException; public JSONObject getWorstE1ScoreJobidWiseAnalysisServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getWorstE2ScoreJobIdWiseServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) throws RemoteException, ITMException;
public JSONObject getTopE2ScoreJobIdWiseServlet(String dataSourceName,String frmPrd,String toPrd,String empTask,String deptCode,String topNos,String empCode,String usageIntensity,String functionType) 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