public class NegotiationCloseNotificationContext extends NotificationContextBase
| Constructor and Description |
|---|
NegotiationCloseNotificationContext(NegotiationDocument negotiationDocument) |
| 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. |
NegotiationDocument |
getNegotiationDocument() |
void |
setEmailAttachments(List<EmailAttachment> emailAttachments) |
void |
setNegotiationDocument(NegotiationDocument negotiationDocument) |
getNotificationModuleRoleService, getNotificationRoleQualifierService, getNotificationService, getRenderer, populateRoleQualifiers, replaceContextVariables, setNotificationModuleRoleService, setNotificationRoleQualifierService, setNotificationService, setRendererpublic NegotiationCloseNotificationContext(NegotiationDocument negotiationDocument)
public String getModuleCode()
NotificationContextCoeusModule.CoeusModulepublic String getActionTypeCode()
NotificationContextpublic String getDocumentNumber()
NotificationContextpublic String getContextName()
NotificationContextpublic NegotiationDocument getNegotiationDocument()
public void setNegotiationDocument(NegotiationDocument negotiationDocument)
public List<EmailAttachment> getEmailAttachments()
NotificationContextpublic void setEmailAttachments(List<EmailAttachment> emailAttachments)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.