You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Howe (JIRA)" <ji...@apache.org> on 2007/04/16 10:04:15 UTC

[jira] Updated: (OFBIZ-893) And createOrStore option to create-value in minilang

     [ https://issues.apache.org/jira/browse/OFBIZ-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Howe updated OFBIZ-893:
-----------------------------

    Priority: Minor  (was: Major)

> And createOrStore option to create-value in minilang
> ----------------------------------------------------
>
>                 Key: OFBIZ-893
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-893
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Chris Howe
>            Priority: Minor
>
> Add attribute or-store to <create-value> in simple-mehtod.  Will run operation with:
> methodContext.getDelegator().createOrStore(value, doCacheClear)
> instead of:
> methodContext.getDelegator().create(value, doCacheClear);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.