Replace VisionOBJServiceUtility.java

parent 2e112c2b
......@@ -3,7 +3,6 @@ package ibase.webService;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.rmi.RemoteException;
import java.util.HashMap;
......@@ -1506,7 +1505,8 @@ class VisionOBJServiceUtility extends RestAPIServiceUtility {
}
return columnArray;
}
// Added by Amol S. on 24-JUN-24 [new endpoint for pophelp info] -- START
public String getObjPopHelpInfoAll(String objName, String tokenIDfromHeader) {
UserInfoBean userInfo = null;
......@@ -1534,27 +1534,8 @@ class VisionOBJServiceUtility extends RestAPIServiceUtility {
e.printStackTrace();
}
//
// if( "json".equalsIgnoreCase(returnType) && currentDetailNode != null && currentDetailNode.getElementsByTagName("Errors").item(0) == null )
// {
// E12GenericUtility gn = new E12GenericUtility();
// try {
// reqPopxml = gn.xmlToJSONString(reqPopxml);
// } catch (Exception e) {
// e.printStackTrace();
// }
// }
//
// response.setContentType("text/xml; charset=" + CommonConstants.ENCODING);
// response.setHeader("Cache-Control", "no-cache");
// try {
// response.getWriter().write(reqPopxml);
// } catch (IOException e) {
// e.printStackTrace();
// }
return reqPopxml;
}
// Added by Amol S. on 24-JUN-24 [new endpoint for pophelp info] -- END
}
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