Author: jacopoc
Date: Sun Oct 15 09:09:56 2006
New Revision: 464219

URL: http://svn.apache.org/viewvc?view=rev&rev=464219
Log:
Applied patch from Ashish Vijaywargiya (OFBIZ-378) that fixes the searches done 
thru the performFind services.

Modified:
    incubator/ofbiz/trunk/framework/common/servicedef/services.xml

Modified: incubator/ofbiz/trunk/framework/common/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/servicedef/services.xml?view=diff&rev=464219&r1=464218&r2=464219
==============================================================================
--- incubator/ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ incubator/ofbiz/trunk/framework/common/servicedef/services.xml Sun Oct 15 
09:09:56 2006
@@ -193,6 +193,7 @@
         <attribute name="orderBy" type="String" mode="IN" optional="true"/>
         <attribute name="noConditionFind" type="String" mode="IN" 
optional="true"><!-- find with no condition (empty entityConditionList) only 
done when this is Y --></attribute>
         <attribute name="filterByDate" type="String" mode="IN" 
optional="true"/>
+        <attribute name="filterByDateValue" type="Timestamp" mode="IN" 
optional="true"/>
         <attribute name="queryString" type="String" mode="OUT" 
optional="true"/>
         <attribute name="queryStringMap" type="java.util.Map" mode="OUT" 
optional="true"/>
         <attribute name="orderByList" type="java.util.List" mode="OUT" 
optional="true"/>


Reply via email to