public abstract class

WebNotificationAbstract

extends Object
implements WebNotification
java.lang.Object
   ↳ com.microstrategy.web.objects.WebNotificationAbstract
Known Direct Subclasses

Summary

Fields
protected Map<String, String> extraProperties
protected WebObjectsFactory factory
protected List<String> userIds
Public Methods
List<String> getUserIds()
Get the list of user ids, which identifies the recipients of the notification
void setUserIds(List<String> userIds)
Set the list of user ids, which identifies the recipients of the notification
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.objects.WebNotification

Fields

protected Map<String, String> extraProperties

protected WebObjectsFactory factory

protected List<String> userIds

Public Methods

public List<String> getUserIds ()

Get the list of user ids, which identifies the recipients of the notification

Returns
  • list of user ids

public void setUserIds (List<String> userIds)

Set the list of user ids, which identifies the recipients of the notification

public String toString ()