Uses of Class
org.starhope.appius.user.notifications.NotificationSet

Packages that use NotificationSet
org.starhope.appius.user.notifications   
 

Uses of NotificationSet in org.starhope.appius.user.notifications
 

Methods in org.starhope.appius.user.notifications that return NotificationSet
static NotificationSet UserNotifier.getNotificationsTo(AbstractUser whom)
          WRITEME: Document this constructor brpocock@star-hope.org
static NotificationSet UserNotifier.getUnreadNotificationsTo(AbstractUser whom)
          WRITEME: Document this method brpocock@star-hope.org
 NotificationSet NotificationSetLoader.loadRecordSetFor(AbstractUser whom)
          Get all (read and unread) notifications for a given user
 NotificationSet NotificationSetLoader.loadUnreadRecordSetFor(AbstractUser whom)
          Get unread (unhandled, not-deleted) notifications for a given user