Class MailLifecycle

java.lang.Object
org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
org.exoplatform.commons.notification.lifecycle.MailLifecycle

public class MailLifecycle extends org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId)
     
    void
    process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds)
     
    void
    send(org.exoplatform.commons.api.notification.NotificationContext ctx)
     
    void
    store(org.exoplatform.commons.api.notification.model.NotificationInfo notifInfo)
     

    Methods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle

    getChannel, setChannel, update

    Methods inherited from class java.lang.Object

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

    • MailLifecycle

      public MailLifecycle()
  • Method Details

    • process

      public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds)
      Specified by:
      process in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
    • process

      public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId)
      Specified by:
      process in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
    • store

      public void store(org.exoplatform.commons.api.notification.model.NotificationInfo notifInfo)
      Overrides:
      store in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
    • send

      public void send(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Overrides:
      send in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle