org.jwaf.notify
Class NotificationsBuilder

java.lang.Object
  |
  +--org.jwaf.notify.NotificationsBuilder

public class NotificationsBuilder
extends java.lang.Object

This is a builder for any type of notification, including multichannel notifications


Constructor Summary
NotificationsBuilder()
           
 
Method Summary
 void addEmailNotification()
           
 void addInboxNotification()
           
 void createNotificationStructure(java.lang.String subject, java.lang.String body, NotifiableUserAdapter sender, NotifiableUserAdapter reciever)
           
 void sendNotifications()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsBuilder

public NotificationsBuilder()
Method Detail

createNotificationStructure

public void createNotificationStructure(java.lang.String subject,
                                        java.lang.String body,
                                        NotifiableUserAdapter sender,
                                        NotifiableUserAdapter reciever)

addEmailNotification

public void addEmailNotification()

addInboxNotification

public void addInboxNotification()

sendNotifications

public void sendNotifications()