com.stratelia.silverpeas.notificationManager
Class CurrentUserNotificationContext

java.lang.Object
  extended by com.stratelia.silverpeas.notificationManager.CurrentUserNotificationContext

public class CurrentUserNotificationContext
extends Object

Author:
Yohann Chastagnier

Constructor Summary
CurrentUserNotificationContext()
           
 
Method Summary
 void checkManualUserNotification(NotificationMetaData notificationMetaData)
          Performs some control around a manual user notification by considering that the sender is the current user.
static CurrentUserNotificationContext getCurrentUserNotificationContext()
          Gets the CurrentUserNotificationContext instance associated to the current request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentUserNotificationContext

public CurrentUserNotificationContext()
Method Detail

getCurrentUserNotificationContext

public static CurrentUserNotificationContext getCurrentUserNotificationContext()
Gets the CurrentUserNotificationContext instance associated to the current request.

Returns:
the CurrentUserNotificationContext instance associated to the current request.

checkManualUserNotification

public void checkManualUserNotification(NotificationMetaData notificationMetaData)
                                 throws NotificationManagerException
Performs some control around a manual user notification by considering that the sender is the current user.

Parameters:
notificationMetaData -
Throws:
NotificationManagerException


Copyright © 2016 Silverpeas. All Rights Reserved.