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
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Dec 12, 2014
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
getChannel, setChannel, update
-
Constructor Details
-
MailLifecycle
public MailLifecycle()
-
-
Method Details
-
process
public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds) - Specified by:
processin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
process
public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId) - Specified by:
processin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
store
public void store(org.exoplatform.commons.api.notification.model.NotificationInfo notifInfo) - Overrides:
storein classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
send
public void send(org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
sendin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-