]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.workbench.rap/META-INF/spring/parts.xml
UI authorization
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / META-INF / spring / parts.xml
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" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:util="http://www.springframework.org/schema/util"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
7
8 <!-- COMMANDS -->
9 <bean id="importEntities" class="org.argeo.suite.workbench.commands.ImportEntities"
10 scope="prototype">
11 <property name="repository" ref="repository" />
12 <property name="resourcesService" ref="resourcesService" />
13 <property name="peopleService" ref="peopleService" />
14 </bean>
15
16 <!-- VIEWS -->
17 <bean id="quickSearchView" class="org.argeo.suite.workbench.parts.QuickSearchView"
18 scope="prototype">
19 <property name="repository" ref="repository" />
20 <property name="resourcesService" ref="resourcesService" />
21 <property name="activitiesService" ref="activitiesService" />
22 <property name="peopleService" ref="peopleService" />
23 <property name="systemWorkbenchService" ref="systemWorkbenchService" />
24 </bean>
25
26
27 <!-- EDITORS -->
28 <bean id="defaultDashboardEditor" class="org.argeo.suite.workbench.parts.DefaultDashboardEditor"
29 scope="prototype">
30 <property name="repository" ref="repository" />
31 <!-- <property name="resourcesService" ref="resourcesService" /> -->
32 <property name="activitiesService" ref="activitiesService" />
33 <property name="trackerService" ref="trackerService" />
34 <!-- <property name="documentsService" ref="documentsService" /> -->
35 <property name="systemAppService" ref="systemAppService" />
36 <property name="systemWorkbenchService" ref="systemWorkbenchService" />
37 </bean>
38 </beans>