blob: c82126fa4be780db81553a9676e3225088c95fb6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
<description>Party Component Services</description>
<vendor>OFBiz</vendor>
<version>1.0</version>
<!-- Party communication services -->
<service name="createCommunicationEventType" default-entity-name="CommunicationEventType" engine="entity-auto" invoke="create" auth="true">
<description>Create a new Communication Event Type Record</description>
<auto-attributes mode="INOUT" include="pk" optional="true"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
</service>
<service name="updateCommunicationEventType" default-entity-name="CommunicationEventType" engine="entity-auto" invoke="update" auth="true">
<description>Update a Communication Event Type Record</description>
<auto-attributes mode="IN" include="pk"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
</service>
<service name="deleteCommunicationEventType" default-entity-name="CommunicationEventType" engine="entity-auto" invoke="delete" auth="true">
<description>Delete a Communication Event Type Record</description>
<auto-attributes mode="IN" include="pk"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
</service>
</services>