Class NotificationTemplatePatch_v21
java.lang.Object
org.alfresco.repo.module.AbstractModuleComponent
org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
org.alfresco.module.org_alfresco_module_rm.patch.v21.NotificationTemplatePatch_v21
- All Implemented Interfaces:
ModuleComponent,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.context.ApplicationContextAware
Adds a new email template for rejected records to the existing templates
- Since:
- 2.1
- Author:
- Tuna Aksoy
-
Field Summary
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
behaviourFilter, LOGGER, modulePatchExecuter, registryService, retryingTransactionHelperFields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidExecute patch work.voidsetContentService(ContentService contentService) voidsetNodeService(NodeService nodeService) voidsetNotificationHelper(RecordsManagementNotificationHelper notificationHelper) Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
init, setApplicationContextMethods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
executeInternal, setBehaviourFilter, setModulePatchExecuter, setRegistryService, setRetryingTransactionHelperMethods inherited from class org.alfresco.repo.module.AbstractModuleComponent
checkProperties, equals, execute, getAppliesFromVersionNumber, getAppliesToVersionNumber, getDependsOn, getDescription, getModuleId, getName, getSinceVersionNumber, hashCode, isExecuteOnceOnly, setAppliesFromVersion, setAppliesToVersion, setAuthenticationComponent, setBeanName, setDependsOn, setDescription, setExecuteOnceOnly, setModuleId, setModuleService, setName, setServiceRegistry, setSinceVersion, setTenantAdminService, shutdown, toString
-
Constructor Details
-
NotificationTemplatePatch_v21
public NotificationTemplatePatch_v21()
-
-
Method Details
-
setNotificationHelper
- Parameters:
notificationHelper- notification helper
-
setNodeService
- Parameters:
nodeService- node service
-
setContentService
- Parameters:
contentService- content service
-
executePatch
protected void executePatch()Description copied from class:ModulePatchComponentExecute patch work.- Specified by:
executePatchin classModulePatchComponent
-