com.silverpeas.notification.builder
Interface UserNotification

All Known Implementing Classes:
DefaultUserNotification, NullUserNotification

public interface UserNotification

Author:
Yohann Chastagnier

Method Summary
 NotificationMetaData getNotificationMetaData()
          Gets the notification data container
 void send()
          Sends the notification
 void send(NotifMediaType mediaType)
          Sends the notification for the given media type
 

Method Detail

getNotificationMetaData

NotificationMetaData getNotificationMetaData()
Gets the notification data container

Returns:

send

void send()
Sends the notification


send

void send(NotifMediaType mediaType)
Sends the notification for the given media type

Parameters:
mediaType -
notification -


Copyright © 2016 Silverpeas. All Rights Reserved.