|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReceivedAlertNotification
This interface exposes information about an alert notification that has been delivered to a user.
| Method Summary | |
|---|---|
int |
getID()
Returns either alert notification ID or user ID. |
boolean |
isMarkedAsRead()
Checks whether the recipient user has read the alert notification. |
void |
setMarkedAsRead(boolean isRead)
Sets whether the recipient user has read the alert notification. |
| Method Detail |
|---|
int getID()
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification#getRecipients,
this method returns the ID of the user that received this alert notification.
If this object was returned by
IUserBase.getReceivedAlertNotifications(),
this method returns the ID of the alert notification which this user has received.
boolean isMarkedAsRead()
void setMarkedAsRead(boolean isRead)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||