You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2010/02/18 19:40:48 UTC

svn commit: r911517 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Author: lektran
Date: Thu Feb 18 18:40:47 2010
New Revision: 911517

URL: http://svn.apache.org/viewvc?rev=911517&view=rev
Log:
Added entity-count documentation regarding the java type of the value returned.

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=911517&r1=911516&r2=911517&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Thu Feb 18 18:40:47 2010
@@ -2575,6 +2575,7 @@
     <xs:element name="entity-count" substitutionGroup="EntityFindOperations">
         <xs:annotation>
             <xs:documentation>
+                Returns a long presenting the number of results found matching the specified condition.
                 The entity-count is very  similar to the entity-condition.
 
                 Specify the entity-name, optionally the delgator-name if you want to override that,