[jira] [Commented] (OFBIZ-6523) service findOrders set viewSize and viewIndex to optional

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

[jira] [Commented] (OFBIZ-6523) service findOrders set viewSize and viewIndex to optional

Nicolas Malin (Jira)

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

Nicolas Malin commented on OFBIZ-6523:
--------------------------------------

Yes I can use EntityUtilProperties, just un element that I don't understand :
{code}
    public static Integer getPropertyAsInteger(String resource, String name, int defaultNumber) {
        return UtilProperties.getPropertyAsInteger(resource, name, defaultNumber);
    }
{code}
It's the same code.

> service findOrders set viewSize and viewIndex to optional
> ---------------------------------------------------------
>
>                 Key: OFBIZ-6523
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6523
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Assignee: Nicolas Malin
>            Priority: Minor
>
> The findOrder service force the value viewSize and viewIndex. Set them as optionnal and if they aren't present resolve it from widgets.properties



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