]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Add commands and tha ability to manage more than one item at a time in the result...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.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 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7 <!-- Result list view commands -->
8 <bean id="org.argeo.slc.client.ui.refreshResultList"
9 class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler"
10 scope="prototype">
11 </bean>
12
13 <bean id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
14 class="org.argeo.slc.client.ui.commands.RemoveSelectedResultFromResultList"
15 scope="prototype">
16 </bean>
17
18
19 <bean id="org.argeo.slc.client.ui.refreshExecutionModulesView"
20 class="org.argeo.slc.client.ui.commands.ExecutionModulesViewRefreshHandler"
21 scope="prototype">
22 </bean>
23 <bean id="org.argeo.slc.client.ui.refreshProcessList"
24 class="org.argeo.slc.client.ui.commands.ProcessListViewRefreshHandler"
25 scope="prototype">
26 </bean>
27 <bean id="org.argeo.slc.client.ui.displayProcessDetails"
28 class="org.argeo.slc.client.ui.commands.ProcessDetailsDisplayHandler"
29 scope="prototype">
30 </bean>
31 <bean id="org.argeo.slc.client.ui.displayResultDetails"
32 class="org.argeo.slc.client.ui.commands.ResultDetailsDisplayHandler"
33 scope="prototype">
34 </bean>
35 <!-- <bean id="org.argeo.slc.client.ui.displayResultDetailsWithExcel" class="org.argeo.slc.client.ui.commands.ResultDetailsExcelHandler"
36 scope="prototype"> </bean> -->
37 <bean id="org.argeo.slc.client.ui.launchBatch" class="org.argeo.slc.client.ui.commands.LaunchBatchHandler"
38 scope="prototype">
39 </bean>
40 <bean id="org.argeo.slc.client.ui.removeSelectedFromBatch"
41 class="org.argeo.slc.client.ui.commands.RemoveSelectedProcessFromBatchHandler"
42 scope="prototype">
43 </bean>
44 <bean id="org.argeo.slc.client.ui.clearBatch" class="org.argeo.slc.client.ui.commands.ClearBatchHandler"
45 scope="prototype">
46 </bean>
47 <bean id="org.argeo.slc.client.ui.manageBundles" class="org.argeo.slc.client.ui.commands.ManageBundlesHandler"
48 scope="prototype">
49 </bean>
50 </beans>