public class AddNotificationRecipientEvent extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
AddNotificationRecipientEvent(org.kuali.rice.krad.document.Document document,
NotificationTypeRecipient notificationTypeRecipient,
List<NotificationTypeRecipient> notificationTypeRecipients)
Constructs an AddNotificationRecipientEvent.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationTypeRecipient |
getNotificationTypeRecipient() |
List<NotificationTypeRecipient> |
getNotificationTypeRecipients() |
BusinessRuleInterface<AddNotificationRecipientEvent> |
getRule()
This method implementer must pass the instance of rule tied with it.
|
void |
setNotificationTypeRecipient(NotificationTypeRecipient notificationTypeRecipient) |
void |
setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic AddNotificationRecipientEvent(org.kuali.rice.krad.document.Document document,
NotificationTypeRecipient notificationTypeRecipient,
List<NotificationTypeRecipient> notificationTypeRecipients)
document - The parent documentnotificationTypeRecipient - The Notification Type Recipient object to validatenotificationTypeRecipients - The existing Notification Type Recipient objectspublic NotificationTypeRecipient getNotificationTypeRecipient()
public void setNotificationTypeRecipient(NotificationTypeRecipient notificationTypeRecipient)
public List<NotificationTypeRecipient> getNotificationTypeRecipients()
public void setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients)
public BusinessRuleInterface<AddNotificationRecipientEvent> getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionCopyright © 2013 The Kuali Foundation. All Rights Reserved.