You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2016/11/08 09:36:01 UTC

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

Thanks Arun,

I partially (but enough IMO) completed at revision: 1768649

Jacques

Le 05/11/2016 � 07:26, arunpatidar@apache.org 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_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>
>
>
>


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

Posted by Arun Patidar <ar...@hotwaxsystems.com>.
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 <
jacques.le.roux@les7arts.com> wrote:

> Thanks Arun,
>
> I partially (but enough IMO) completed at revision: 1768649
>
> Jacques
>
>
> Le 05/11/2016 à 07:26, arunpatidar@apache.org 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>
>>
>>
>>
>>
>