You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Nicolas Malin (JIRA)" <ji...@apache.org> on 2015/06/21 11:03:00 UTC

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

    [ 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)