svn commit: r450668 - /incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r450668 - /incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml

hansbak-2
Author: hansbak
Date: Wed Sep 27 19:33:59 2006
New Revision: 450668

URL: http://svn.apache.org/viewvc?view=rev&rev=450668
Log:
add extended description to service definition

Modified:
    incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml

Modified: incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml?view=diff&rev=450668&r1=450667&r2=450668
==============================================================================
--- incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml (original)
+++ incubator/ofbiz/trunk/applications/party/servicedef/services_view.xml Wed Sep 27 19:33:59 2006
@@ -62,7 +62,7 @@
     <service name="getPartyContactMechValueMaps" engine="java"
             transaction-timeout="7200"
             location="org.ofbiz.party.contact.ContactMechServices" invoke="getPartyContactMechValueMaps" auth="true">
-        <description>Get Contact Mechs associated with party</description>
+        <description>Get Contact Mechs associated with party. It produces a list of Maps (valueMaps) which can contain a list of contactMechPurposes, a partyContactMech Map, contactMechtype Map and a contactMech Map</description>
         <attribute name="partyId" type="String" mode="IN" optional="true"/>
         <attribute name="contactMechTypeId" type="String" mode="IN" optional="true"/>
         <attribute name="showOld" type="Boolean" mode="IN" optional="true"/>