Author: lektran
Date: Sat Jun 7 05:29:36 2008
New Revision: 664331
URL:
http://svn.apache.org/viewvc?rev=664331&view=revLog:
Corrected some simple-method documentation
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=664331&r1=664330&r2=664331&view=diff==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Sat Jun 7 05:29:36 2008
@@ -2308,7 +2308,7 @@
<xs:element name="entity-and" substitutionGroup="EntityFindOperations">
<xs:annotation>
<xs:documentation>
- Does a find-by-and, returns a list of Generic values if any are found, otherwise returns null.
+ Does a find-by-and, returns a list of GenericValues if any are found, otherwise returns an empty list.
Uses name/value pairs, that will be used for the query and will all be "anded" together.
The result-set-type by default is scroll which is flexible so you can go forward.
@@ -2384,7 +2384,7 @@
<xs:element name="entity-condition" substitutionGroup="EntityFindOperations">
<xs:annotation>
<xs:documentation>
- Like entity-and returns a list of Generic values if any are found, otherwise returns null.
+ Like entity-and returns a list of Generic values if any are found, otherwise returns an empty list.
Uses any of condition-expression, condition-list and condition-object.
</xs:documentation>
</xs:annotation>