public class InstitutionalProposalNotificationContext extends NotificationContextBase
| Constructor and Description |
|---|
InstitutionalProposalNotificationContext(InstitutionalProposal institutionalProposal,
String actionTypeCode,
String contextName,
NotificationRenderer renderer,
String forwardName)
Constructs an Institutional Proposal notification context and sets the necessary services.
|
InstitutionalProposalNotificationContext(InstitutionalProposal institutionalProposal,
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. |
void |
setEmailAttachments(List<EmailAttachment> emailAttachments) |
void |
setForwardName(String forwardName) |
getNotificationModuleRoleService, getNotificationRoleQualifierService, getNotificationService, getRenderer, populateRoleQualifiers, replaceContextVariables, setNotificationModuleRoleService, setNotificationRoleQualifierService, setNotificationService, setRendererpublic InstitutionalProposalNotificationContext(InstitutionalProposal institutionalProposal, String actionTypeCode, String contextName, NotificationRenderer renderer, String forwardName)
institutionalProposal - actionTypeCode - contextName - renderer - public InstitutionalProposalNotificationContext(InstitutionalProposal institutionalProposal, String actionTypeCode, String contextName, String forwardName)
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 String getForwardName()
public void setForwardName(String forwardName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.