org.kuali.rice.ken.api.notification
Interface NotificationContract
- All Superinterfaces:
- GloballyUnique, KenIdentifiable, Versioned
- All Known Implementing Classes:
- Notification, Notification.Builder, NotificationBo
public interface NotificationContract
- extends KenIdentifiable, Versioned, GloballyUnique
getCreationDateTime
org.joda.time.DateTime getCreationDateTime()
- This is the namespace code for the Group.
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
- Returns:
- namespaceCode
getRecipients
List<? extends NotificationRecipientContract> getRecipients()
getSenders
List<? extends NotificationSenderContract> getSenders()
getAutoRemoveDateTime
org.joda.time.DateTime getAutoRemoveDateTime()
getChannel
NotificationChannelContract getChannel()
getContent
String getContent()
getContentType
NotificationContentTypeContract getContentType()
getDeliveryType
String getDeliveryType()
getPriority
NotificationPriorityContract getPriority()
getProducer
NotificationProducerContract getProducer()
getSendDateTime
org.joda.time.DateTime getSendDateTime()
getProcessingFlag
String getProcessingFlag()
getLockedDate
org.joda.time.DateTime getLockedDate()
getTitle
String getTitle()
getContentMessage
String getContentMessage()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.