Implemented: Added CRUD services for CommunicationEventPurpose  entity

(OFBIZ-8847) 

Thanks: Amit Gadaley   and Rishi Solanki  for the contribution.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1768259 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/party/servicedef/services.xml b/applications/party/servicedef/services.xml
index e5d1e46..b830254 100644
--- a/applications/party/servicedef/services.xml
+++ b/applications/party/servicedef/services.xml
@@ -800,6 +800,11 @@
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
+    <service name="updateCommunicationEventPurpose" default-entity-name="CommunicationEventPurpose" engine="entity-auto" invoke="update" auth="true">
+        <description>Update a CommunicationEventPurpose</description>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
+        <auto-attributes include="nonpk" mode="IN" optional="true"/>
+    </service>
     <service name="removeCommunicationEventPurpose" default-entity-name="CommunicationEventPurpose" engine="entity-auto" invoke="delete" auth="true">
         <description>Remove a Communication Event Purpose</description>
         <permission-service service-name="partyCommunicationEventPermissionCheck" main-action="DELETE"/>