|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReceivedAlertNotifications
This interface exposes information about the recipients of alert notifications. Users will receive alert notifications if they are subscribed to an alert that gets triggered. Recipient information may be retrieved from the alert notification or from the user that receives it.
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification,
IUser| Method Summary | |
|---|---|
IReceivedAlertNotification |
get(int objID)
Returns alert notification recipient details. |
java.util.Set |
getIDs()
Returns either alert notification IDs or user IDs. |
java.util.Iterator |
iterator()
Returns an iterator that can be used to iterate over the IReceivedAlertNotification
objects in this collection. |
boolean |
remove(int objID)
Removes a subscription. |
int |
size()
Returns the number of recipients. |
| Method Detail |
|---|
java.util.Set getIDs()
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification#getRecipients,
this method returns the IDs of the users that received this alert notification.
If this object was returned by
IUserBase.getReceivedAlertNotifications(),
this method returns the IDs of the alert notifications which this user has received.
IReceivedAlertNotification get(int objID)
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification#getRecipients,
this method returns recipient details to this alert notification for the specified user.
If this object was returned by
IUserBase.getReceivedAlertNotifications(),
this method returns recipient details for this user to the specified alert notification.
objID - Alert notification ID or user ID
IReceivedAlertNotifications.getIDs()boolean remove(int objID)
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification#getRecipients,
this method deletes this alert notification from the specified user's inbox.
If this object was returned by
IUserBase.getReceivedAlertNotifications(),
this method deletes the specified alert notification from this user's inbox.
objID - Alert notification ID or user ID
IReceivedAlertNotifications.getIDs()java.util.Iterator iterator()
IReceivedAlertNotification
objects in this collection.
iterator in interface java.lang.Iterableint size()
com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotification#getRecipients,
returns the number of recipients for this alert notification. If this object was returned by
IUserBase.getReceivedAlertNotifications(),
returns the number of alert notifications that this user sees.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||