Skip navigation links


com.thortech.xl.vo.workflow
Class EmailNotification

java.lang.Object
  extended by com.thortech.xl.vo.workflow.EmailNotification

All Implemented Interfaces:
java.io.Serializable

public class EmailNotification
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

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

EmailNotification

public EmailNotification()

Method Detail

isAssignee

public boolean isAssignee()
Returns whether the email should be sent to the Task Assignee
Returns:
True if it should be sent, False if not.

setAssignee

public void setAssignee(boolean assignee)
Sets whether the email should be sent to the Task Assignee
Parameters:
assignee - True if it should be sent, False if not.

getEmailTemplate

public java.lang.String getEmailTemplate()
Returns the name of the email template based on which the email to send should be generated
Returns:
The Email Template Name.

setEmailTemplate

public void setEmailTemplate(java.lang.String emailTemplate)
Sets the name of the email template based on which the email to send should be generated
Parameters:
emailTemplate - The Email Template Name to set.

isRequester

public boolean isRequester()
Returns whether the email should be sent to the Requester
Returns:
True if it should be sent, False if not.

setRequester

public void setRequester(boolean requester)
Sets whether the email should be sent to the Requester
Parameters:
requester - True if it should be sent, False if not.

getStatus

public java.lang.String getStatus()
Returns the status for which the email should be sent
Returns:
The status.

setStatus

public void setStatus(java.lang.String status)
Sets the status for which the email should be sent
Parameters:
status - The status to set.

isUser

public boolean isUser()
Returns whether the email should be sent to the Beneficiary User
Returns:
True if it should be sent, False if not.

setUser

public void setUser(boolean user)
Sets whether the email should be sent to the beneficiary User
Parameters:
user - True if it should be sent, False if not.

isUserManager

public boolean isUserManager()
Returns whether the email should be sent to the Beneficiary Users Manager
Returns:
True if it should be sent, False if not.

setUserManager

public void setUserManager(boolean userManager)
Sets whether the email should be sent to the Beneficiary Users Manager
Parameters:
userManager - True if it should be sent, False if not.

getKey

public java.lang.String getKey()
Returns the Email Notification Definition Key (MEV_KEY)
Returns:
The key.

setKey

public void setKey(java.lang.String key)
Sets the Email Notification Definition Key (MEV_KEY)
Parameters:
key - The key to set.

getEmailTemplateKey

public java.lang.String getEmailTemplateKey()
Returns the Key of the Email Template based on which the email to send is generated
Returns:
The Email Template Key.

setEmailTemplateKey

public void setEmailTemplateKey(java.lang.String emailTemplateKey)
Sets the Key of the Email Template based on which the email to send is generated
Parameters:
emailTemplateKey - The Email Template Key to set.

getStatusKey

public java.lang.String getStatusKey()
Returns the Key of the Status based on which the email is sent
Returns:
The Status Key.

setStatusKey

public void setStatusKey(java.lang.String statusKey)
Sets the Key of the Status based on which the email is sent
Parameters:
statusKey - The Status Key to set.

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.