Class NotificationTemplatePatch_v21

All Implemented Interfaces:
ModuleComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

public class NotificationTemplatePatch_v21 extends RMv21PatchComponent
Adds a new email template for rejected records to the existing templates
Since:
2.1
Author:
Tuna Aksoy
  • Constructor Details

    • NotificationTemplatePatch_v21

      public NotificationTemplatePatch_v21()
  • Method Details

    • setNotificationHelper

      public void setNotificationHelper(RecordsManagementNotificationHelper notificationHelper)
      Parameters:
      notificationHelper - notification helper
    • setNodeService

      public void setNodeService(NodeService nodeService)
      Parameters:
      nodeService - node service
    • setContentService

      public void setContentService(ContentService contentService)
      Parameters:
      contentService - content service
    • executePatch

      protected void executePatch()
      Description copied from class: ModulePatchComponent
      Execute patch work.
      Specified by:
      executePatch in class ModulePatchComponent