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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-datamart/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
  <!-- DataMart -->
 
8
  
 
9
  <bean id="org.hisp.dhis.datamart.action.ExportAction"
 
10
    class="org.hisp.dhis.datamart.action.ExportAction"
 
11
    scope="prototype">
 
12
    <property name="processCoordinator"
 
13
      ref="processCoordinator"/>
 
14
    <property name="currentUserService"
 
15
      ref="org.hisp.dhis.user.CurrentUserService"/>
 
16
  </bean>
 
17
  
 
18
  <bean id="org.hisp.dhis.datamart.action.ExportDataMartExportAction"
 
19
    class="org.hisp.dhis.datamart.action.ExportDataMartExportAction"
 
20
    scope="prototype">
 
21
    <property name="processCoordinator"
 
22
      ref="processCoordinator"/>
 
23
    <property name="currentUserService"
 
24
      ref="org.hisp.dhis.user.CurrentUserService"/>
 
25
    <property name="dataMartExportService"
 
26
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
27
  </bean>
 
28
  
 
29
  <bean id="org.hisp.dhis.datamart.action.GetExportStatusAction"
 
30
    class="org.hisp.dhis.datamart.action.GetExportStatusAction"
 
31
    scope="prototype">
 
32
    <property name="processCoordinator"
 
33
      ref="processCoordinator"/>
 
34
  </bean>
 
35
        
 
36
  <bean id="org.hisp.dhis.datamart.action.CancelExportAction"
 
37
    class="org.hisp.dhis.datamart.action.CancelExportAction"
 
38
    scope="prototype">
 
39
    <property name="processCoordinator"
 
40
      ref="processCoordinator"/>
 
41
  </bean>
 
42
                
 
43
  <bean id="org.hisp.dhis.datamart.action.GetOptionsAction"
 
44
    class="org.hisp.dhis.datamart.action.GetOptionsAction"
 
45
    scope="prototype">
 
46
    <property name="dataElementService"
 
47
      ref="org.hisp.dhis.dataelement.DataElementService"/>
 
48
    <property name="indicatorService"
 
49
      ref="org.hisp.dhis.indicator.IndicatorService"/>
 
50
    <property name="organisationUnitService"
 
51
      ref="org.hisp.dhis.organisationunit.OrganisationUnitService"/>
 
52
    <property name="periodService"
 
53
      ref="org.hisp.dhis.period.PeriodService"/>
 
54
    <property name="dataMartExportService"
 
55
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
56
        </bean>
 
57
  
 
58
  <!-- DataMartExport -->
 
59
  
 
60
  <bean id="org.hisp.dhis.datamart.action.SaveDataMartExportAction"
 
61
    class="org.hisp.dhis.datamart.action.SaveDataMartExportAction"
 
62
    scope="prototype">
 
63
    <property name="dataMartExportService"
 
64
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
65
    <property name="dataElementService"
 
66
      ref="org.hisp.dhis.dataelement.DataElementService"/>
 
67
    <property name="indicatorService"
 
68
      ref="org.hisp.dhis.indicator.IndicatorService"/>
 
69
    <property name="periodService"
 
70
      ref="org.hisp.dhis.period.PeriodService"/>
 
71
    <property name="organisationUnitService"
 
72
      ref="org.hisp.dhis.organisationunit.OrganisationUnitService"/>
 
73
  </bean>
 
74
  
 
75
  <bean id="org.hisp.dhis.datamart.action.GetAllDataMartExportsAction"
 
76
    class="org.hisp.dhis.datamart.action.GetAllDataMartExportsAction"
 
77
    scope="prototype">
 
78
    <property name="dataMartExportService"
 
79
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
80
  </bean>
 
81
  
 
82
  <bean id="org.hisp.dhis.datamart.action.RemoveDataMartExportAction"
 
83
    class="org.hisp.dhis.datamart.action.RemoveDataMartExportAction"
 
84
    scope="prototype">
 
85
    <property name="dataMartExportService"
 
86
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
87
  </bean>
 
88
  
 
89
  <bean id="org.hisp.dhis.datamart.action.GetDataMartExportAction"
 
90
    class="org.hisp.dhis.datamart.action.GetDataMartExportAction"
 
91
    scope="prototype">
 
92
    <property name="dataMartExportService"
 
93
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
94
  </bean>
 
95
  
 
96
  <bean id="org.hisp.dhis.datamart.action.ValidateDataMartExportAction"
 
97
    class="org.hisp.dhis.datamart.action.ValidateDataMartExportAction"
 
98
    scope="prototype">    
 
99
    <property name="dataMartExportService"
 
100
      ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
101
  </bean>
 
102
  
 
103
  <bean id="org.hisp.dhis.datamart.action.AddDataMartExportToDashboardAction"
 
104
    class="org.hisp.dhis.datamart.action.AddDataMartExportToDashboardAction"
 
105
    scope="prototype">
 
106
    <property name="currentUserService" ref="org.hisp.dhis.user.CurrentUserService"/>
 
107
    <property name="userStore" ref="org.hisp.dhis.user.UserStore"/>
 
108
    <property name="dataMartExportService" ref="org.hisp.dhis.datamart.DataMartExportService"/>
 
109
  </bean>
 
110
  
 
111
</beans>