svn commit: r548378 - /ofbiz/trunk/applications/content/servicedef/services.xml

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

svn commit: r548378 - /ofbiz/trunk/applications/content/servicedef/services.xml

byersa-3
Author: byersa
Date: Mon Jun 18 08:15:40 2007
New Revision: 548378

URL: http://svn.apache.org/viewvc?view=rev&rev=548378
Log:
Made OUT lists optional in getSubContentWithPerm services.

Modified:
    ofbiz/trunk/applications/content/servicedef/services.xml

Modified: ofbiz/trunk/applications/content/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services.xml?view=diff&rev=548378&r1=548377&r2=548378
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Mon Jun 18 08:15:40 2007
@@ -51,7 +51,7 @@
         <attribute mode="IN" name="contentOperationId" optional="true" type="String"/>
         <attribute mode="IN" name="useCache" optional="true" type="Boolean"/>
         <attribute mode="IN" name="filterByDate" optional="true" type="Boolean"/>
-        <attribute mode="OUT" name="subContentList" optional="false" type="java.util.List"/>
+        <attribute mode="OUT" name="subContentList" optional="true" type="java.util.List"/>
     </service>
     
     <service name="getSubSubContentWithPermCheck" engine="simple"  auth="true"
@@ -60,7 +60,7 @@
         <implements service="getSubContentWithPermCheck"/>
         <attribute mode="IN" name="subContentAssocTypeId" optional="true" type="String"/>
         <attribute mode="IN" name="subMapKey" optional="true" type="String"/>
-        <attribute mode="OUT" name="subSubContentList" optional="false" type="java.util.List"/>
+        <attribute mode="OUT" name="subSubContentList" optional="true" type="java.util.List"/>
     </service>
 
     <service name="getContentAndDataResource" engine="simple" default-entity-name="Content" auth="true"