|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationSetLoader
Load notifications. This is just the interface... specific storage engines (e.g. SQL) will implement this interface
Method Summary | |
---|---|
NotificationSet |
loadRecordSetFor(AbstractUser whom)
Get all (read and unread) notifications for a given user |
NotificationSet |
loadUnreadRecordSetFor(AbstractUser whom)
Get unread (unhandled, not-deleted) notifications for a given user |
Methods inherited from interface org.starhope.appius.util.RecordSetLoader |
---|
initializeStorage, loadRecordSet, loadRecordSetByIDs, saveRecordSet |
Method Detail |
---|
NotificationSet loadRecordSetFor(AbstractUser whom)
whom
- the user whose notifications are to be loaded
NotificationSet loadUnreadRecordSetFor(AbstractUser whom)
whom
- the user whose notifications are to be loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |