Class AbstractCalendarInstanceManualUserNotification
- java.lang.Object
-
- org.silverpeas.core.notification.user.AbstractComponentInstanceManualUserNotification
-
- org.silverpeas.core.web.calendar.notification.AbstractCalendarInstanceManualUserNotification
-
- All Implemented Interfaces:
ComponentInstanceManualUserNotification
- Direct Known Subclasses:
UserCalendarInstanceManualUserNotification
public abstract class AbstractCalendarInstanceManualUserNotification extends AbstractComponentInstanceManualUserNotification
- Author:
- silveryocha
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.user.ComponentInstanceManualUserNotification
ComponentInstanceManualUserNotification.Constants
-
-
Constructor Summary
Constructors Constructor Description AbstractCalendarInstanceManualUserNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
check(NotificationContext context)
UserNotification
createUserNotification(NotificationContext context)
Creates the user notification after some verifications have been performed.-
Methods inherited from class org.silverpeas.core.notification.user.AbstractComponentInstanceManualUserNotification
initializesWith
-
-
-
-
Method Detail
-
check
protected boolean check(NotificationContext context)
- Overrides:
check
in classAbstractComponentInstanceManualUserNotification
-
createUserNotification
public UserNotification createUserNotification(NotificationContext context)
Description copied from class:AbstractComponentInstanceManualUserNotification
Creates the user notification after some verifications have been performed.- Specified by:
createUserNotification
in classAbstractComponentInstanceManualUserNotification
- Parameters:
context
- aMap
of key-values describing the context within which the user notification has to be built.- Returns:
- a
UserNotification
object.
-
-