public interface NotificationChannelContract extends KenIdentifiable, Versioned, GloballyUnique
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
List<? extends NotificationProducerContract> |
getProducers() |
List<? extends NotificationListRecipientContract> |
getRecipientLists() |
List<? extends NotificationChannelReviewerContract> |
getReviewers() |
List<? extends UserChannelSubscriptionContract> |
getSubscriptions() |
boolean |
isSubscribable() |
getId
getVersionNumber
getObjectId
String getDescription()
boolean isSubscribable()
List<? extends NotificationListRecipientContract> getRecipientLists()
List<? extends NotificationProducerContract> getProducers()
List<? extends NotificationChannelReviewerContract> getReviewers()
List<? extends UserChannelSubscriptionContract> getSubscriptions()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.