java.lang.Object
org.exoplatform.commons.notification.impl.service.template.DigestorServiceImpl
All Implemented Interfaces:
org.exoplatform.commons.api.notification.service.template.DigestorService

public class DigestorServiceImpl extends Object implements org.exoplatform.commons.api.notification.service.template.DigestorService
  • Constructor Summary

    Constructors
    Constructor
    Description
    DigestorServiceImpl(NotificationContextFactory notificationContextFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.api.notification.model.MessageInfo
    buildMessage(org.exoplatform.commons.api.notification.NotificationContext jobContext, Map<org.exoplatform.commons.api.notification.model.PluginKey,List<org.exoplatform.commons.api.notification.model.NotificationInfo>> notificationData, org.exoplatform.commons.api.notification.model.UserSetting userSetting)
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • buildMessage

      public org.exoplatform.commons.api.notification.model.MessageInfo buildMessage(org.exoplatform.commons.api.notification.NotificationContext jobContext, Map<org.exoplatform.commons.api.notification.model.PluginKey,List<org.exoplatform.commons.api.notification.model.NotificationInfo>> notificationData, org.exoplatform.commons.api.notification.model.UserSetting userSetting)
      Specified by:
      buildMessage in interface org.exoplatform.commons.api.notification.service.template.DigestorService