~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/et/dhis-web-ethiopia/src/main/resources/META-INF/dhis/beans.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<beans xmlns="http://www.springframework.org/schema/beans"
 
3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
       xsi:schemaLocation="
 
5
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
6
 
 
7
  <bean id="org.hisp.dhis.web.reports.action.GetMonthlyPeriodsAction"
 
8
        class="org.hisp.dhis.web.reports.action.GetMonthlyPeriodsAction" scope="prototype">
 
9
    <property name="periodService">
 
10
      <ref bean="org.hisp.dhis.period.PeriodService"/>
 
11
    </property>
 
12
  </bean>
 
13
 
 
14
  <bean id="org.hisp.dhis.web.reports.action.SelectOrganisationUnitAction" class="org.hisp.dhis.web.reports.action.SelectOrganisationUnitAction" scope="prototype">
 
15
    <property name="selectionManager">
 
16
      <ref bean="org.hisp.dhis.ouwt.manager.OrganisationUnitSelectionManager"/>
 
17
    </property>
 
18
  </bean>
 
19
 
 
20
  <bean id="org.hisp.dhis.web.reports.action.GenerateReportAction" class="org.hisp.dhis.web.reports.action.GenerateReportAction" scope="prototype">
 
21
    <property name="selectionManager">
 
22
      <ref bean="org.hisp.dhis.ouwt.manager.OrganisationUnitSelectionManager"/>
 
23
    </property>
 
24
  </bean>
 
25
 
 
26
</beans>