Class DefaultLifecycle
java.lang.Object
org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
org.exoplatform.commons.api.notification.lifecycle.DefaultLifecycle
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Jan 19, 2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(NotificationContext ctx, String userId) Process the notification for the uservoidprocess(NotificationContext ctx, String... userIds) Process the notification for multi-usersvoidsend(NotificationContext ctx) Sends the message by Mail, UI or any the configured channelMethods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
getChannel, setChannel, store, update
-
Constructor Details
-
DefaultLifecycle
public DefaultLifecycle()
-
-
Method Details
-
process
Description copied from class:AbstractNotificationLifecycleProcess the notification for the user- Specified by:
processin classAbstractNotificationLifecycle
-
process
Description copied from class:AbstractNotificationLifecycleProcess the notification for multi-users- Specified by:
processin classAbstractNotificationLifecycle
-
send
Description copied from class:AbstractNotificationLifecycleSends the message by Mail, UI or any the configured channel- Overrides:
sendin classAbstractNotificationLifecycle
-