public class AwardNotificationContext extends NotificationContextBase
| Constructor and Description |
|---|
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName) |
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName,
NotificationRenderer renderer,
String forwardName)
Constructs an Award notification context and sets the necessary services.
|
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName,
String forwardName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionTypeCode()
Returns the action type code for this context.
|
Award |
getAward() |
String |
getContextName()
Returns a the name used for the given context.
|
String |
getDocumentNumber()
Returns the document number for the associated document.
|
List<EmailAttachment> |
getEmailAttachments()
This method provides support for email attachments for email notifications.
|
String |
getForwardName() |
String |
getModuleCode()
Returns the associated module as defined in
CoeusModule. |
void |
setAward(Award award) |
void |
setEmailAttachments(List<EmailAttachment> emailAttachments) |
void |
setForwardName(String forwardName) |
getNotificationModuleRoleService, getNotificationRoleQualifierService, getNotificationService, getRenderer, populateRoleQualifiers, replaceContextVariables, setNotificationModuleRoleService, setNotificationRoleQualifierService, setNotificationService, setRendererpublic AwardNotificationContext(Award award, String actionTypeCode, String contextName, NotificationRenderer renderer, String forwardName)
award - actionTypeCode - contextName - renderer - public AwardNotificationContext(Award award, String actionTypeCode, String contextName)
public String getModuleCode()
CoeusModule.NotificationContext.getModuleCode()public String getDocumentNumber()
NotificationContext.getDocumentNumber()public String getActionTypeCode()
NotificationContext.getActionTypeCode()public String getContextName()
NotificationContext.getContextName()public List<EmailAttachment> getEmailAttachments()
NotificationContext.getEmailAttachments()public void setEmailAttachments(List<EmailAttachment> emailAttachments)
emailAttachments - public Award getAward()
public void setAward(Award award)
public String getForwardName()
public void setForwardName(String forwardName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.