FreezeService code refactoring

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@43578 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2012-11-13 15:53:53 +00:00
parent c1b9427470
commit d8ab355a05
10 changed files with 87 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
<property name="recordsManagementService" ref="recordsManagementService" />
<property name="permissionService" ref="PermissionService" />
<property name="nodeService" ref="NodeService" />
<property name="freezeService" ref="freezeService" />
</bean>
<bean id="capabilityCondition.frozen"

View File

@@ -17,6 +17,7 @@
<property name="nodeService" ref="NodeService"/>
<property name="namespaceService" ref="NamespaceService"/>
<property name="capabilityService" ref="CapabilityService"/>
<property name="freezeService" ref="freezeService"/>
</bean>
<bean id="jsonConversionComponent.baseIndicator"