| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd"> |
| <description>Accounting Payment Gateway Config Services</description> |
| <vendor>OFBiz</vendor> |
| <version>1.0</version> |
| |
| <!-- Payment Gateway Config Method services --> |
| <service name="createPaymentGatewayConfig" engine="entity-auto" invoke="create" default-entity-name="PaymentGatewayConfig"> |
| <description>Create Payment Gateway Config</description> |
| <auto-attributes include="pk" mode="INOUT" optional="true"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="updatePaymentGatewayConfig" engine="entity-auto" invoke="update" default-entity-name="PaymentGatewayConfig"> |
| <description>Update Payment Gateway Config</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="deletePaymentGatewayConfig" engine="entity-auto" invoke="delete" default-entity-name="PaymentGatewayConfig"> |
| <description>Delete Payment Gateway Config</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| </service> |
| |
| <service name="createPaymentGatewayConfigSagePay" engine="entity-auto" invoke="create" default-entity-name="PaymentGatewaySagePay"> |
| <description>Create Payment Gateway Config SagePay</description> |
| <auto-attributes include="pk" mode="INOUT" optional="true"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="updatePaymentGatewayConfigSagePay" engine="entity-auto" invoke="update" default-entity-name="PaymentGatewaySagePay"> |
| <description>Update Payment Gateway Config SagePay</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="deletePaymentGatewayConfigSagePay" engine="entity-auto" invoke="delete" default-entity-name="PaymentGatewaySagePay"> |
| <description>Delete Payment Gateway Config SagePay</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| </service> |
| |
| <service name="createPaymentGatewayConfigAuthorizeNet" engine="entity-auto" invoke="create" default-entity-name="PaymentGatewayAuthorizeNet"> |
| <description>Create Payment Gateway Config Authorize Dot Net</description> |
| <auto-attributes include="pk" mode="INOUT" optional="true"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="updatePaymentGatewayConfigAuthorizeNet" engine="entity-auto" invoke="update" default-entity-name="PaymentGatewayAuthorizeNet"> |
| <description>Update Payment Gateway Config Authorize Dot Net</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="deletePaymentGatewayConfigAuthorizeNet" engine="entity-auto" invoke="delete" default-entity-name="PaymentGatewayAuthorizeNet"> |
| <description>Delete Payment Gateway Config Authorize Dot Net</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| </service> |
| |
| <service name="createPaymentGatewayConfigClearCommerce" engine="entity-auto" invoke="create" default-entity-name="PaymentGatewayClearCommerce"> |
| <description>Create Payment Gateway Config Clear Commerce</description> |
| <auto-attributes include="pk" mode="INOUT" optional="true"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="updatePaymentGatewayConfigClearCommerce" engine="entity-auto" invoke="update" default-entity-name="PaymentGatewayClearCommerce"> |
| <description>Update Payment Gateway Config Clear Commerce</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| <auto-attributes include="nonpk" mode="IN" optional="true"/> |
| </service> |
| <service name="deletePaymentGatewayConfigClearCommerce" engine="entity-auto" invoke="delete" default-entity-name="PaymentGatewayClearCommerce"> |
| <description>Delete Payment Gateway Config Clear Commerce</description> |
| <auto-attributes include="pk" mode="IN" optional="false"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigCyberSource" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigCyberSource"> |
| <description>Update Payment Gateway Config CyberSource</description> |
| <auto-attributes entity-name="PaymentGatewayCyberSource" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayCyberSource" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigPayflowPro" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigPayflowPro"> |
| <description>Update Payment Gateway Config Payflow Pro</description> |
| <auto-attributes entity-name="PaymentGatewayPayflowPro" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayPayflowPro" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigPayPal" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigPayPal"> |
| <description>Update Payment Gateway Config PayPal</description> |
| <auto-attributes entity-name="PaymentGatewayPayPal" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayPayPal" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigWorldPay" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigWorldPay"> |
| <description>Update Payment Gateway Config WorldPay</description> |
| <auto-attributes entity-name="PaymentGatewayWorldPay" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayWorldPay" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigType" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigType"> |
| <description>Update Payment Gateway Config Type</description> |
| <auto-attributes entity-name="PaymentGatewayConfigType" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayConfigType" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigSecurePay" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigSecurePay"> |
| <description>Update Payment Gateway Config SecurePay</description> |
| <auto-attributes entity-name="PaymentGatewaySecurePay" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewaySecurePay" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigEway" engine="entity-auto" invoke="update" default-entity-name="PaymentGatewayEway" auth="true"> |
| <auto-attributes mode="IN" include="pk" optional="false"/> |
| <auto-attributes mode="IN" include="nonpk" optional="true"/> |
| </service> |
| |
| <service name="updatePaymentGatewayConfigiDEAL" engine="simple" location="component://accounting/minilang/payment/PaymentGatewayConfigServices.xml" invoke="updatePaymentGatewayConfigiDEAL"> |
| <description>Update Payment Gateway Config iDEAL</description> |
| <auto-attributes entity-name="PaymentGatewayiDEAL" include="pk" mode="IN" optional="false"/> |
| <auto-attributes entity-name="PaymentGatewayiDEAL" include="nonpk" mode="IN" optional="true"/> |
| </service> |
| </services> |