org.kuali.rice.ken.api.notification
Interface NotificationChannelContract
- All Superinterfaces:
- GloballyUnique, KenIdentifiable, Versioned
- All Known Implementing Classes:
- NotificationChannel, NotificationChannel.Builder, NotificationChannelBo
public interface NotificationChannelContract
- extends KenIdentifiable, Versioned, GloballyUnique
getName
String getName()
getDescription
String getDescription()
isSubscribable
boolean isSubscribable()
getRecipientLists
List<? extends NotificationListRecipientContract> getRecipientLists()
getProducers
List<? extends NotificationProducerContract> getProducers()
getReviewers
List<? extends NotificationChannelReviewerContract> getReviewers()
getSubscriptions
List<? extends UserChannelSubscriptionContract> getSubscriptions()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.