public interface

WebEmailNotification

implements WebNotification
com.microstrategy.web.objects.WebEmailNotification

Summary

Public Methods
abstract String getEmailBody()
Get the email body
abstract String getEmailFooter()
Get the email footer
abstract String getEmailHeader()
E Get the email header
abstract String getEmailSubject()
Get the email subject
abstract Map<String, String> getExtraProperties()
Get the extra properties of the notification.
abstract int getNotificationType()
Get the notification type
abstract boolean isHtml()
Get if the email body is using html
abstract void setEmailBody(String emailBody)
Set the email body
abstract void setEmailFooter(String emailFooter)
Set the email footer
abstract void setEmailHeader(String emailHeader)
Set the email header
abstract void setEmailSubject(String emailSubject)
Set the email subject
abstract void setExtraProperties(Map<String, String> extraProperties)
Set the extra properties of the notification.
abstract void setHtml(boolean isHtml)
Set if the email body is HTML
abstract void setNotificationType(int notificationType)
Set the notification type
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.WebNotification

Public Methods

public abstract String getEmailBody ()

Get the email body

Returns
  • email body

public abstract String getEmailFooter ()

Get the email footer

Returns
  • email footer

public abstract String getEmailHeader ()

E Get the email header

Returns
  • email header

public abstract String getEmailSubject ()

Get the email subject

Returns
  • email subject

public abstract Map<String, String> getExtraProperties ()

Get the extra properties of the notification. Extra properties allow to put extra properties into the notification that are not by default supported. Key => represent the type of the property. Value => represent the value of the property.

Returns
  • email subject

public abstract int getNotificationType ()

Get the notification type

Returns

public abstract boolean isHtml ()

Get if the email body is using html

Returns
  • if the email body is using html

public abstract void setEmailBody (String emailBody)

Set the email body

public abstract void setEmailFooter (String emailFooter)

Set the email footer

public abstract void setEmailHeader (String emailHeader)

Set the email header

public abstract void setEmailSubject (String emailSubject)

Set the email subject

public abstract void setExtraProperties (Map<String, String> extraProperties)

Set the extra properties of the notification. Extra properties allow to put extra properties into the notification that are not by default supported. Key => represent the type of the property. Value => represent the value of the property.

Parameters
extraProperties map of the extra properties.

public abstract void setHtml (boolean isHtml)

Set if the email body is HTML

Parameters
isHtml if the email body is HTML

public abstract void setNotificationType (int notificationType)

Set the notification type