Author: arunpatidar
Date: Sat Nov 5 17:49:51 2016
New Revision: 1768259
URL:
http://svn.apache.org/viewvc?rev=1768259&view=revLog:
Implemented: Added CRUD services for CommunicationEventPurpose entity
(OFBIZ-8847)
Thanks: Amit Gadaley and Rishi Solanki for the contribution.
Modified:
ofbiz/trunk/applications/party/servicedef/services.xml
Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=1768259&r1=1768258&r2=1768259&view=diff==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Sat Nov 5 17:49:51 2016
@@ -800,6 +800,11 @@ under the License.
<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"/>