com.businessobjects.sdk.plugin.desktop.common
Interface IReceivedAlertNotification


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

getID

int getID()
Returns either alert notification ID or user ID. If this object was returned by 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.


isMarkedAsRead

boolean isMarkedAsRead()
Checks whether the recipient user has read the alert notification.


setMarkedAsRead

void setMarkedAsRead(boolean isRead)
Sets whether the recipient user has read the alert notification.