Class NotificationTemplatePatch

  • All Implemented Interfaces:
    org.alfresco.repo.module.ModuleComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    public class NotificationTemplatePatch
    extends ModulePatchComponent
    implements org.springframework.beans.factory.BeanNameAware
    Notification template patch implementation
    Since:
    2.0
    Author:
    Roy Wetherall
    • Constructor Detail

      • NotificationTemplatePatch

        public NotificationTemplatePatch()
    • Method Detail

      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
        Parameters:
        nodeService - node service
      • setContentService

        public void setContentService​(org.alfresco.service.cmr.repository.ContentService contentService)
        Parameters:
        contentService - content service
      • setVersionService

        public void setVersionService​(org.alfresco.service.cmr.version.VersionService versionService)
        Parameters:
        versionService - version service
      • setAuditService

        public void setAuditService​(org.alfresco.service.cmr.audit.AuditService auditService)
        Parameters:
        auditService - audit service
      • setBeanName

        public void setBeanName​(String name)
        Specified by:
        setBeanName in interface org.springframework.beans.factory.BeanNameAware
        Overrides:
        setBeanName in class org.alfresco.repo.module.AbstractModuleComponent
        See Also:
        AbstractModuleComponent.setBeanName(java.lang.String)