Class ReplyTemplateBuilder

java.lang.Object
org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
org.exoplatform.agenda.notification.builder.ReplyTemplateBuilder

public class ReplyTemplateBuilder extends org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReplyTemplateBuilder(org.exoplatform.commons.api.notification.channel.template.TemplateProvider templateProvider, org.exoplatform.container.ExoContainer container, org.exoplatform.commons.api.notification.model.PluginKey key, boolean isPushNotification)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    groovy.text.Template
     
    org.exoplatform.commons.api.notification.channel.template.TemplateProvider
     
    protected boolean
    makeDigest(org.exoplatform.commons.api.notification.NotificationContext notificationContext, Writer writer)
     
    protected org.exoplatform.commons.api.notification.model.MessageInfo
    makeMessage(org.exoplatform.commons.api.notification.NotificationContext ctx)
     

    Methods inherited from class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder

    buildDigest, buildMessage, getLanguage, getNotificationToStore, getOrganizationService, setTemplateEngine

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplyTemplateBuilder

      public ReplyTemplateBuilder(org.exoplatform.commons.api.notification.channel.template.TemplateProvider templateProvider, org.exoplatform.container.ExoContainer container, org.exoplatform.commons.api.notification.model.PluginKey key, boolean isPushNotification)
  • Method Details

    • getTemplateEngine

      public groovy.text.Template getTemplateEngine()
      Overrides:
      getTemplateEngine in class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
    • makeMessage

      protected org.exoplatform.commons.api.notification.model.MessageInfo makeMessage(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Specified by:
      makeMessage in class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
    • makeDigest

      protected boolean makeDigest(org.exoplatform.commons.api.notification.NotificationContext notificationContext, Writer writer)
      Specified by:
      makeDigest in class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
    • getTemplateProvider

      public org.exoplatform.commons.api.notification.channel.template.TemplateProvider getTemplateProvider()