mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-1099 (Refactor Transfer and Accession reports)
* Refactored file transfer report dialogue so that it can be used also for other types of reports git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58396 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
<property name="reportTypeName" value="rmr:destructionReport" />
|
<property name="reportTypeName" value="rmr:destructionReport" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!-- FIXME -->
|
||||||
<bean id="transferReportGenerator" parent="declarativeReportGenerator">
|
<bean id="transferReportGenerator" parent="declarativeReportGenerator">
|
||||||
<property name="reportTypeName" value="rmr:transferReport" />
|
<property name="reportTypeName" value="rmr:transferReport" />
|
||||||
</bean>
|
</bean>
|
||||||
@@ -122,18 +123,18 @@
|
|||||||
<property name="reportType" value="rmr:destructionReport" />
|
<property name="reportType" value="rmr:destructionReport" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="fileTransferReport_proxy" parent="rmProxyAction" >
|
<bean id="fileReport_proxy" parent="rmProxyAction" >
|
||||||
<property name="target">
|
<property name="target">
|
||||||
<ref bean="fileTransferReport"/>
|
<ref bean="fileReport"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="interceptorNames">
|
<property name="interceptorNames">
|
||||||
<list>
|
<list>
|
||||||
<idref bean="fileTransferReport_security"/>
|
<idref bean="fileReport_security"/>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="fileTransferReport_security" class="org.alfresco.repo.security.permissions.impl.acegi.MethodSecurityInterceptor" parent="actionSecurity">
|
<bean id="fileReport_security" class="org.alfresco.repo.security.permissions.impl.acegi.MethodSecurityInterceptor" parent="actionSecurity">
|
||||||
<property name="objectDefinitionSource">
|
<property name="objectDefinitionSource">
|
||||||
<value>
|
<value>
|
||||||
<!-- FIXME -->
|
<!-- FIXME -->
|
||||||
@@ -145,7 +146,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="fileTransferReport"
|
<bean id="fileReport"
|
||||||
class="org.alfresco.module.org_alfresco_module_rm.report.action.FileTransferAction"
|
class="org.alfresco.module.org_alfresco_module_rm.report.action.FileTransferAction"
|
||||||
parent="rmAction">
|
parent="rmAction">
|
||||||
<property name="reportService" ref="ReportService" />
|
<property name="reportService" ref="ReportService" />
|
||||||
|
Reference in New Issue
Block a user