public class SendNotificationEvent extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
SendNotificationEvent(org.kuali.rice.krad.document.Document document,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients)
Constructs a SendNotificationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
getNotification() |
List<NotificationTypeRecipient> |
getNotificationTypeRecipients() |
BusinessRuleInterface<SendNotificationEvent> |
getRule()
This method implementer must pass the instance of rule tied with it.
|
void |
setNotification(KcNotification notification) |
void |
setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic SendNotificationEvent(org.kuali.rice.krad.document.Document document,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients)
errorPathPrefix - document - specialReview - public KcNotification getNotification()
public void setNotification(KcNotification notification)
public List<NotificationTypeRecipient> getNotificationTypeRecipients()
public void setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients)
public BusinessRuleInterface<SendNotificationEvent> getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionCopyright © 2013 The Kuali Foundation. All Rights Reserved.