public class ProposalDevelopmentNotificationContext extends NotificationContextBase
| Constructor and Description |
|---|
ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal,
String actionTypeCode,
String contextName)
Constructs a ProposalDevelopmentNotificationContext.java using a default Proposal Development Renderer.
|
ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs a Proposal Development notification context and sets the necessary services.
|
| 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 |
getModuleCode()
Returns the associated module as defined in
CoeusModule. |
DevelopmentProposal |
getProposal() |
void |
setEmailAttachments(List<EmailAttachment> emailAttachments) |
void |
setProposal(DevelopmentProposal proposal) |
getNotificationModuleRoleService, getNotificationRoleQualifierService, getNotificationService, getRenderer, populateRoleQualifiers, replaceContextVariables, setNotificationModuleRoleService, setNotificationRoleQualifierService, setNotificationService, setRendererpublic ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal, String actionTypeCode, String contextName, NotificationRenderer renderer)
developmentProposal - actionTypeCode - contextName - renderer - public ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal, String actionTypeCode, String contextName)
developmentProposal - actionTypeCode - 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 DevelopmentProposal getProposal()
public void setProposal(DevelopmentProposal proposal)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.