|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationID | |
---|---|
org.apache.agila.impl | Holds platform specific implementations |
org.apache.agila.impl.jdbc | |
org.apache.agila.impl.memory | |
org.apache.agila.services.notification |
Uses of NotificationID in org.apache.agila.impl |
---|
Methods in org.apache.agila.impl that return NotificationID | |
---|---|
NotificationID |
NotificationImpl.getNotificationID()
|
Methods in org.apache.agila.impl with parameters of type NotificationID | |
---|---|
void |
NotificationImpl.setNotificationID(NotificationID id)
|
Constructors in org.apache.agila.impl with parameters of type NotificationID | |
---|---|
NotificationImpl(NotificationID id,
UserID userID,
java.lang.String msg)
|
Uses of NotificationID in org.apache.agila.impl.jdbc |
---|
Methods in org.apache.agila.impl.jdbc with parameters of type NotificationID | |
---|---|
protected NotificationImpl |
NotificationServiceImpl.get(NotificationID id)
|
Uses of NotificationID in org.apache.agila.impl.memory |
---|
Methods in org.apache.agila.impl.memory with parameters of type NotificationID | |
---|---|
protected NotificationImpl |
NotificationServiceImpl.get(NotificationID id)
|
Uses of NotificationID in org.apache.agila.services.notification |
---|
Methods in org.apache.agila.services.notification that return NotificationID | |
---|---|
static NotificationID |
NotificationID.fromString(java.lang.String s)
|
NotificationID |
Notification.getNotificationID()
|
NotificationID |
NotificationService.notify(UserID userId,
java.lang.String message)
Create a notification for a designated user. |
NotificationID |
AbstractNotificationService.notify(UserID userID,
java.lang.String message)
Create a notification for a designated user. |
Methods in org.apache.agila.services.notification with parameters of type NotificationID | |
---|---|
void |
NotificationService.dismissNotification(NotificationID id)
Dismiss a notification. |
void |
AbstractNotificationService.dismissNotification(NotificationID id)
Dismiss a notification. |
protected abstract NotificationImpl |
AbstractNotificationService.get(NotificationID id)
Query the specific notification. |
Notification |
NotificationService.getNotification(NotificationID id)
Get notification. |
Notification |
AbstractNotificationService.getNotification(NotificationID id)
Get notification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |