svn commit: r1768154 - /ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml

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

svn commit: r1768154 - /ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml

Arun Patidar-4
Author: arunpatidar
Date: Sat Nov  5 06:26:58 2016
New Revision: 1768154

URL: http://svn.apache.org/viewvc?rev=1768154&view=rev
Log:
Fixed: Arranged sequence of CRUD services to make consistency.
(OFBIZ-8461)

Thanks: Jacques for reviewing and reporting.

Modified:
    ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml?rev=1768154&r1=1768153&r2=1768154&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml Sat Nov  5 06:26:58 2016
@@ -31,13 +31,13 @@ under the License.
         <auto-attributes entity-name="ShipmentGatewayConfig" include="nonpk" mode="IN" optional="true"/>
     </service>
 
-    <service name="updateShipmentGatewayConfigDhl" engine="entity-auto" invoke="update" default-entity-name="ShipmentGatewayDhl" auth="true">
-        <description>Update a ShipmentGatewayDhl record</description>
+    <service name="createShipmentGatewayDhl" default-entity-name="ShipmentGatewayDhl" engine="entity-auto" invoke="create" auth="true">
+        <description>Create a ShipmentGatewayDhl</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
-    <service name="createShipmentGatewayDhl" default-entity-name="ShipmentGatewayDhl" engine="entity-auto" invoke="create" auth="true">
-        <description>Create a ShipmentGatewayDhl</description>
+    <service name="updateShipmentGatewayConfigDhl" default-entity-name="ShipmentGatewayDhl" engine="entity-auto" invoke="update" auth="true">
+        <description>Update a ShipmentGatewayDhl record</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
@@ -46,13 +46,13 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
-    <service name="updateShipmentGatewayConfigFedex" engine="entity-auto" invoke="update" default-entity-name="ShipmentGatewayFedex" auth="true">
-        <description>Update a ShipmentGatewayFedex record</description>
+    <service name="createShipmentGatewayFedex" default-entity-name="ShipmentGatewayFedex" engine="entity-auto" invoke="create" auth="true">
+        <description>Create a ShipmentGatewayFedex</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
-    <service name="createShipmentGatewayFedex" default-entity-name="ShipmentGatewayFedex" engine="entity-auto" invoke="create" auth="true">
-        <description>Create a ShipmentGatewayFedex</description>
+    <service name="updateShipmentGatewayConfigFedex" default-entity-name="ShipmentGatewayFedex" engine="entity-auto" invoke="update" auth="true">
+        <description>Update a ShipmentGatewayFedex record</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>