Commit 22024948 authored by sbade's avatar sbade

removed SOP


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100322 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 959582b5
...@@ -51,7 +51,7 @@ import org.json.simple.JSONObject; ...@@ -51,7 +51,7 @@ import org.json.simple.JSONObject;
functionType = request.getParameter("service"); functionType = request.getParameter("service");
context = new InitialContext(appConnectParm.getProperty()); context = new InitialContext(appConnectParm.getProperty());
empEffectivenessRemote = (EmpProductivityRemote)context.lookup("ibase/EmpProductivity/remote"); empEffectivenessRemote = (EmpProductivityRemote)context.lookup("ibase/EmpProductivity/remote");
JSONObject jsonObjData = empEffectivenessRemote.getTopTimeJobIdWiseServlet(dataSourceName, frDate,toDate, empTask,deptCode,topNos,empCode,usageIntensity,functionType); JSONObject jsonObjData = empEffectivenessRemote.getTopTimeJobIdWiseServlet(dataSourceName, frDate,toDate, empTask,deptCode,topNos,empCode,usageIntensity,functionType);
OutputStream outputStream = response.getOutputStream(); OutputStream outputStream = response.getOutputStream();
outputStream.write(jsonObjData.toString().getBytes()); outputStream.write(jsonObjData.toString().getBytes());
......
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