Thanks Jacques. -- Thanks & Regards --- Arun Patidar Manager,Enterprise Software Development HotWax Mediawww.hotwaxsystems.com
On Tue, Nov 8, 2016 at 3:06 PM, Jacques Le Roux < [email protected]> wrote: > Thanks Arun, > > I partially (but enough IMO) completed at revision: 1768649 > > Jacques > > > Le 05/11/2016 à 07:26, [email protected] a écrit : > >> 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_shipme >> ntgateway.xml >> >> Modified: ofbiz/trunk/applications/product/servicedef/services_shipmen >> tgateway.xml >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/produc >> t/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> >> >> >> >> >
