Interface NotificationChannelContract
- All Superinterfaces:
GloballyUnique,KenIdentifiable,Versioned
- All Known Implementing Classes:
NotificationChannel,NotificationChannel.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()List<? extends NotificationProducerContract> List<? extends NotificationListRecipientContract> List<? extends NotificationChannelReviewerContract> List<? extends UserChannelSubscriptionContract> booleanMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.ken.api.common.KenIdentifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
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()
-