Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
4277b4d2
Commit
4277b4d2
authored
Jun 25, 2024
by
Sonawane Amol Madhjuar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace VisionOBJServiceUtility.java
parent
2e112c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
22 deletions
+3
-22
Amol/Proteus_Lib_Jar/VisionObjService/VisionOBJServiceUtility.java
...eus_Lib_Jar/VisionObjService/VisionOBJServiceUtility.java
+3
-22
No files found.
Amol/Proteus_Lib_Jar/VisionObjService/VisionOBJServiceUtility.java
View file @
4277b4d2
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment