|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskNotificationMessage
Message settings for task notifications.
Method Summary | |
---|---|
java.lang.String |
getCurrentEncoding()
Retrieves the current email encoding for the task notification. |
java.lang.String |
getEmailAddress()
Retrieves the email address used for administrative notifications. |
java.lang.String |
getMessageBody()
Message body for this notification type |
java.lang.String |
getSubject()
Subject line for the notifiaction email |
NotificationType |
getType()
Returns the Type for this |
boolean |
isEnabled()
Returns whether email notifications are enabled for this type |
boolean |
isFormDataIncluded()
Sets whether Form Data is to be included with this notification Type |
boolean |
isHtml()
Indicates if the Message Body is formatted as HTML |
void |
setCurrentEncoding(java.lang.String address)
Sets the current email encoding for the selected notification type. |
void |
setEmailAddress(java.lang.String address)
Sets the email address used for administrative notifications. |
void |
setEnabled(boolean enabled)
Sets whether email notifications are enabled for this type |
void |
setFormDataIncluded(boolean included)
Sets wehther the Form data is to be included in the email for this notification type |
void |
setHtml(boolean html)
Sets the Format to be HTML or Plain text. |
void |
setMessageBody(java.lang.String messageBody)
Sets the Message body for this notification type |
void |
setSubject(java.lang.String subject)
Sets the Subject line for this notification Type |
void |
setType(NotificationType type)
Sets the type of notification for this message |
Method Detail |
---|
java.lang.String getMessageBody()
void setMessageBody(java.lang.String messageBody)
messageBody
- the Message Body for this typejava.lang.String getSubject()
void setSubject(java.lang.String subject)
subject
- Subject lineNotificationType getType()
void setType(NotificationType type)
type
- Notification Typeboolean isEnabled()
void setEnabled(boolean enabled)
enabled
- true if the notification is enabled for this typeboolean isFormDataIncluded()
void setFormDataIncluded(boolean included)
included
- true when form data should be included.boolean isHtml()
void setHtml(boolean html)
html
- true when the email message is in HTML format.void setEmailAddress(java.lang.String address)
address
- the email address to be set.java.lang.String getEmailAddress()
void setCurrentEncoding(java.lang.String address)
email
- character encoding to be set.java.lang.String getCurrentEncoding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |