You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2008/07/11 21:56:25 UTC

svn commit: r676062 - /ofbiz/trunk/applications/order/servicedef/services.xml

Author: sichen
Date: Fri Jul 11 12:56:25 2008
New Revision: 676062

URL: http://svn.apache.org/viewvc?rev=676062&view=rev
Log:
changed updateOrderItemShipGroup to auto-fields OrderItemShipGroup

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

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=676062&r1=676061&r2=676062&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Jul 11 12:56:25 2008
@@ -620,12 +620,11 @@
     </service>
     
     <!-- Order Shipping and Contacts -->
-    <service name="updateOrderItemShipGroup" engine="simple"
+    <service name="updateOrderItemShipGroup" default-entity-name="OrderItemShipGroup" engine="simple"
             location="org/ofbiz/order/order/OrderServices.xml" invoke="updateOrderItemShipGroup" auth="true">
         <description>Updates OrderItemShipGroup.  The shipmentMethod field is of the format ${shipmentMethodTypeId}@${carrierPartyId}</description>
-        <attribute name="orderId" type="String" mode="IN" optional="false"/>
-        <attribute name="shipGroupSeqId" type="String" mode="IN" optional="false"/>
-        <attribute name="contactMechId" type="String" mode="IN" optional="true"/>
+        <auto-attributes mode="IN" include="pk" optional="false"/>
+        <auto-attributes mode="IN" include="nonpk" optional="true"/>
         <attribute name="oldContactMechId" type="String" mode="IN" optional="true"/>
         <attribute name="shipmentMethod" type="String" mode="IN" optional="true"/>
         <attribute name="contactMechPurposeTypeId" type="String" mode="IN" optional="true"/>