org.starhope.appius.user.notifications
Class UserNotifier

java.lang.Object
  extended by org.starhope.appius.user.notifications.UserNotifier

public class UserNotifier
extends Object

Gather the notifications relevant ot one user

Author:
twheys@gmail.com, brpocock@star-hope.org

Field Summary
private static NotificationSetLoader storage
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
UserNotifier()
           
 
Method Summary
static NotificationSet getNotificationsTo(AbstractUser whom)
          WRITEME: Document this constructor brpocock@star-hope.org
static NotificationSet getUnreadNotificationsTo(AbstractUser whom)
          WRITEME: Document this method brpocock@star-hope.org
private static void initStorage()
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storage

private static NotificationSetLoader storage
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

UserNotifier

public UserNotifier()
Method Detail

getNotificationsTo

public static NotificationSet getNotificationsTo(AbstractUser whom)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
whom - WRITEME
Returns:
WRITEME

getUnreadNotificationsTo

public static NotificationSet getUnreadNotificationsTo(AbstractUser whom)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
whom - WRITEME
Returns:
WRITEME

initStorage

private static void initStorage()
WRITEME: Document this method brpocock@star-hope.org