|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.vo.workflow.EmailNotification
public class EmailNotification
| Constructor Summary | |
|---|---|
EmailNotification() |
|
| Method Summary | |
|---|---|
java.lang.String |
getEmailTemplate()Returns the name of the email template based on which the email to send should be generated |
java.lang.String |
getEmailTemplateKey()Returns the Key of the Email Template based on which the email to send is generated |
java.lang.String |
getKey()Returns the Email Notification Definition Key (MEV_KEY) |
java.lang.String |
getStatus()Returns the status for which the email should be sent |
java.lang.String |
getStatusKey()Returns the Key of the Status based on which the email is sent |
boolean |
isAssignee()Returns whether the email should be sent to the Task Assignee |
boolean |
isRequester()Returns whether the email should be sent to the Requester |
boolean |
isUser()Returns whether the email should be sent to the Beneficiary User |
boolean |
isUserManager()Returns whether the email should be sent to the Beneficiary Users Manager |
void |
setAssignee(boolean assignee)Sets whether the email should be sent to the Task Assignee |
void |
setEmailTemplate(java.lang.String emailTemplate)Sets the name of the email template based on which the email to send should be generated |
void |
setEmailTemplateKey(java.lang.String emailTemplateKey)Sets the Key of the Email Template based on which the email to send is generated |
void |
setKey(java.lang.String key)Sets the Email Notification Definition Key (MEV_KEY) |
void |
setRequester(boolean requester)Sets whether the email should be sent to the Requester |
void |
setStatus(java.lang.String status)Sets the status for which the email should be sent |
void |
setStatusKey(java.lang.String statusKey)Sets the Key of the Status based on which the email is sent |
void |
setUser(boolean user)Sets whether the email should be sent to the beneficiary User |
void |
setUserManager(boolean userManager)Sets whether the email should be sent to the Beneficiary Users Manager |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailNotification()
| Method Detail |
|---|
public boolean isAssignee()
public void setAssignee(boolean assignee)
assignee - True if it should be sent, False if not.public java.lang.String getEmailTemplate()
public void setEmailTemplate(java.lang.String emailTemplate)
emailTemplate - The Email Template Name to set.public boolean isRequester()
public void setRequester(boolean requester)
requester - True if it should be sent, False if not.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status to set.public boolean isUser()
public void setUser(boolean user)
user - True if it should be sent, False if not.public boolean isUserManager()
public void setUserManager(boolean userManager)
userManager - True if it should be sent, False if not.public java.lang.String getKey()
public void setKey(java.lang.String key)
key - The key to set.public java.lang.String getEmailTemplateKey()
public void setEmailTemplateKey(java.lang.String emailTemplateKey)
emailTemplateKey - The Email Template Key to set.public java.lang.String getStatusKey()
public void setStatusKey(java.lang.String statusKey)
statusKey - The Status Key to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||