|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.user.notifications.UserNotifier
public class UserNotifier
Gather the notifications relevant ot one user
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 |
---|
private static NotificationSetLoader storage
Constructor Detail |
---|
public UserNotifier()
Method Detail |
---|
public static NotificationSet getNotificationsTo(AbstractUser whom)
whom
- WRITEME
public static NotificationSet getUnreadNotificationsTo(AbstractUser whom)
whom
- WRITEME
private static void initStorage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |