← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8: getAllIndicatorGroups added to dispatcher.xml.

 

------------------------------------------------------------
revno: 8
committer: janhov <janhov@laptop>
branch nick: trunk
timestamp: Sun 2009-03-08 20:59:06 +0530
message:
  getAllIndicatorGroups added to dispatcher.xml.
modified:
  webservice/dhis-webservice-expoze/src/main/resources/dispatcher.xml

=== modified file 'webservice/dhis-webservice-expoze/src/main/resources/dispatcher.xml'
--- webservice/dhis-webservice-expoze/src/main/resources/dispatcher.xml	2009-03-08 11:53:40 +0000
+++ webservice/dhis-webservice-expoze/src/main/resources/dispatcher.xml	2009-03-08 15:29:06 +0000
@@ -362,6 +362,25 @@
         </response>
       </responses>
     </request>
+	  
+	<!-- IndicatorGroup -->
+	  
+	<request>
+      <name>getAllIndicatorGroups</name>
+      <bean>org.hisp.dhis.indicator.IndicatorService</bean>
+      <method>getAllIndicatorGroups</method>
+      <template>xmlIndicatorGroups.vm</template>
+      <responses>
+        <response>
+          <format>xml</format>
+        </response>
+        <response>
+          <format>json</format>
+          <template>jsonIndicatorGroups.vm</template>
+          <contentType>application/json</contentType>
+        </response>
+      </responses>
+	</request>
       
     <!-- DataSet -->        
     



--

https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.