public class SubAwardNotificationContext extends NotificationContextBase
| Constructor and Description |
|---|
SubAwardNotificationContext(SubAward subAward,
String actionTypeCode,
String contextName) |
SubAwardNotificationContext(SubAward subAward,
String actionTypeCode,
String contextName,
NotificationRenderer renderer,
String forwardName)
Constructs an Award notification context and sets the necessary services.
|
SubAwardNotificationContext(SubAward subAward,
String actionTypeCode,
String contextName,
String forwardName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionTypeCode()
Returns the action type code for this context.
|
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. |
SubAward |
getSubAward() |
void |
setEmailAttachments(List<EmailAttachment> emailAttachments) |
void |
setForwardName(String forwardName) |
void |
setSubAward(SubAward subAward) |
getNotificationModuleRoleService, getNotificationRoleQualifierService, getNotificationService, getRenderer, populateRoleQualifiers, replaceContextVariables, setNotificationModuleRoleService, setNotificationRoleQualifierService, setNotificationService, setRendererpublic SubAwardNotificationContext(SubAward subAward, String actionTypeCode, String contextName, NotificationRenderer renderer, String forwardName)
award - actionTypeCode - contextName - renderer - public SubAwardNotificationContext(SubAward subAward, 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 SubAward getSubAward()
public void setSubAward(SubAward subAward)
public String getForwardName()
public void setForwardName(String forwardName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.