[jira] [Commented] (OFBIZ-6986) Simplify getChildHRCategoryTree

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6986) Simplify getChildHRCategoryTree

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306611#comment-15306611 ]

Kulwant commented on OFBIZ-6986:
--------------------------------

I have seen JSONConverters and reason why i think it will not work is because,
1. Request Object gives access to body by doing getParameter("__NAME_OF_PARAMETER__")

but JsonConverter only iterates over the keys to convert it into required format.
but Request Object only allows to manually access parameters one by one.

> Simplify getChildHRCategoryTree
> -------------------------------
>
>                 Key: OFBIZ-6986
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6986
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL APPLICATIONS, humanres
>            Reporter: Kulwant
>            Assignee: Pranay Pandey
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-6986.patch, OFBIZ-6986.patch, OFBIZ-6986.patch
>
>
> breaking the single long method to multiple private functions with improved exception handling.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)