svn commit: r617578 - /ofbiz/trunk/applications/workeffort/servicedef/services.xml

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

svn commit: r617578 - /ofbiz/trunk/applications/workeffort/servicedef/services.xml

mrisaliti
Author: mrisaliti
Date: Fri Feb  1 09:55:00 2008
New Revision: 617578

URL: http://svn.apache.org/viewvc?rev=617578&view=rev
Log:
Add definition of service getWorkEffortAssignedEventsForRoleOfAllParties method to WorkEffortServices to get the events of a role but not filter by PartyId.

Modified:
    ofbiz/trunk/applications/workeffort/servicedef/services.xml

Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=617578&r1=617577&r2=617578&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Fri Feb  1 09:55:00 2008
@@ -175,6 +175,12 @@
         <attribute name="roleTypeId" type="String" mode="IN" optional="false"/>
         <attribute name="events" type="java.util.List" mode="OUT" optional="false"/>
     </service>
+    <service name="getWorkEffortAssignedEventsForRoleOfAllParties" engine="java"
+            location="org.ofbiz.workeffort.workeffort.WorkEffortServices" invoke="getWorkEffortAssignedEventsForRoleOfAllParties">
+        <description>Get the active WorkEffort Events in the specified role for all the parties.</description>
+        <attribute name="roleTypeId" type="String" mode="IN" optional="false"/>
+        <attribute name="events" type="java.util.List" mode="OUT" optional="false"/>
+    </service>
     <service name="getWorkEffortAssignedTasks" engine="java"
             location="org.ofbiz.workeffort.workeffort.WorkEffortServices" invoke="getWorkEffortAssignedTasks">
         <description>Get WorkEffort Assigned Tasks</description>