Class MatrixTemplateBuilder

java.lang.Object
org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
io.meeds.chat.notification.builder.MatrixTemplateBuilder

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

    Constructors
    Constructor
    Description
    MatrixTemplateBuilder(MailTemplateProvider mailTemplateProvider, org.exoplatform.services.resources.ResourceBundleService resourceBundleService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 notificationContext)
     

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

    buildDigest, buildMessage, getLanguage, getNotificationToStore, getOrganizationService, getTemplateEngine, setTemplateEngine

    Methods inherited from class java.lang.Object

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

    • MatrixTemplateBuilder

      public MatrixTemplateBuilder(MailTemplateProvider mailTemplateProvider, org.exoplatform.services.resources.ResourceBundleService resourceBundleService)
  • Method Details

    • makeMessage

      protected org.exoplatform.commons.api.notification.model.MessageInfo makeMessage(org.exoplatform.commons.api.notification.NotificationContext notificationContext)
      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