|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.agila.services.notification.AbstractNotificationService
org.apache.agila.impl.memory.NotificationServiceImpl
public class NotificationServiceImpl
Constructor Summary | |
---|---|
NotificationServiceImpl()
|
Method Summary | |
---|---|
protected NotificationImpl |
createNew(UserID userID,
java.lang.String msg)
Creates a new notification |
protected NotificationImpl |
get(NotificationID id)
Query the specific notification. |
protected java.util.List |
getForUserID(UserID id)
Query all notifications for a given user. |
protected boolean |
save(Notification notification)
Update the notification info. |
Methods inherited from class org.apache.agila.services.notification.AbstractNotificationService |
---|
dismissNotification, getNotification, getNotificationsForUser, notify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationServiceImpl()
Method Detail |
---|
protected NotificationImpl createNew(UserID userID, java.lang.String msg)
AbstractNotificationService
createNew
in class AbstractNotificationService
protected boolean save(Notification notification)
AbstractNotificationService
save
in class AbstractNotificationService
protected NotificationImpl get(NotificationID id)
AbstractNotificationService
get
in class AbstractNotificationService
protected java.util.List getForUserID(UserID id)
AbstractNotificationService
getForUserID
in class AbstractNotificationService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |