public interface NotificationContract extends KenIdentifiable, Versioned, GloballyUnique
| Modifier and Type | Method and Description | 
|---|---|
| org.joda.time.DateTime | getAutoRemoveDateTime() | 
| NotificationChannelContract | getChannel() | 
| String | getContent() | 
| String | getContentMessage() | 
| NotificationContentTypeContract | getContentType() | 
| org.joda.time.DateTime | getCreationDateTime()This is the namespace code for the Group. | 
| String | getDeliveryType() | 
| String | getDocTypeName()Gets the custom document type name | 
| org.joda.time.DateTime | getLockedDate() | 
| NotificationPriorityContract | getPriority() | 
| String | getProcessingFlag() | 
| NotificationProducerContract | getProducer() | 
| List<? extends NotificationRecipientContract> | getRecipients() | 
| org.joda.time.DateTime | getSendDateTime() | 
| List<? extends NotificationSenderContract> | getSenders() | 
| String | getTitle() | 
getIdgetVersionNumbergetObjectIdorg.joda.time.DateTime getCreationDateTime()
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
List<? extends NotificationRecipientContract> getRecipients()
List<? extends NotificationSenderContract> getSenders()
org.joda.time.DateTime getAutoRemoveDateTime()
NotificationChannelContract getChannel()
String getContent()
NotificationContentTypeContract getContentType()
String getDeliveryType()
NotificationPriorityContract getPriority()
NotificationProducerContract getProducer()
org.joda.time.DateTime getSendDateTime()
String getProcessingFlag()
org.joda.time.DateTime getLockedDate()
String getContentMessage()
String getDocTypeName()
 If null, the system will use the default KualiNotification document type when routing the notification
 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.