svn commit: r507300 - in /ofbiz/trunk/applications/content: servicedef/services.xml src/org/ofbiz/content/ContentManagementServices.java

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

svn commit: r507300 - in /ofbiz/trunk/applications/content: servicedef/services.xml src/org/ofbiz/content/ContentManagementServices.java

jaz-3
Author: jaz
Date: Tue Feb 13 15:24:15 2007
New Revision: 507300

URL: http://svn.apache.org/viewvc?view=rev&rev=507300
Log:
added ownerContentId to missing definition

Modified:
    ofbiz/trunk/applications/content/servicedef/services.xml
    ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java

Modified: ofbiz/trunk/applications/content/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services.xml?view=diff&rev=507300&r1=507299&r2=507300
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Tue Feb 13 15:24:15 2007
@@ -877,6 +877,7 @@
         <attribute mode="INOUT" name="caContentAssocTypeId" optional="true" type="String"/>
         <attribute mode="INOUT" name="caFromDate" optional="true" type="Timestamp"/>
         <attribute mode="INOUT" name="caSequenceNum" optional="true" type="Long"/>
+        <attribute mode="IN" name="ownerContentId" optional="true" type="String"/>
         <attribute mode="IN" name="rootDir" optional="true" type="String"/>
         <attribute mode="IN" name="targetOperationList" optional="true" type="List"/>
         <attribute mode="IN" name="contentPurposeList" optional="true" type="List"/>

Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java?view=diff&rev=507300&r1=507299&r2=507300
==============================================================================
--- ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java (original)
+++ ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java Tue Feb 13 15:24:15 2007
@@ -1109,10 +1109,7 @@
      * if pageMode == "outline" then if the contentTypeId of children is not "OUTLINE_NODE" or "PAGE_NODE"
      * (it could be DOCUMENT or SUBPAGE_NODE) then it will get changed to PAGE_NODE.`
      * if pageMode == "page" then if the contentTypeId of children is not "PAGE_NODE" or "SUBPAGE_NODE"
-     * (it could be DOCUMENT or OUTLINE_NODE) then it will get changed to SUBPAGE_NODE.`
-     * @param delegator
-     * @param contentId
-     * @param pageMode
+     * (it could be DOCUMENT or OUTLINE_NODE) then it will get changed to SUBPAGE_NODE.`    
      */
     public static Map updatePageType(DispatchContext dctx, Map context) throws GenericServiceException{