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

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

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

lektran
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,