org.kuali.rice.ken.api.notification
Class NotificationChannel
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.ken.api.notification.NotificationChannel
org.kuali.rice.ken.api.notification.NotificationChannel
- All Implemented Interfaces: 
- Serializable, GloballyUnique, Versioned, ModelObjectBasic, ModelObjectComplete, KenIdentifiable, NotificationChannelContract
- public final class NotificationChannel 
- extends AbstractDataTransferObject- implements NotificationChannelContract
- See Also:
- Serialized Form
 
 
 
 
getName
public String getName()
- 
- Specified by:
- getNamein interface- NotificationChannelContract
 
- 
 
getDescription
public String getDescription()
- 
- Specified by:
- getDescriptionin interface- NotificationChannelContract
 
- 
 
isSubscribable
public boolean isSubscribable()
- 
- Specified by:
- isSubscribablein interface- NotificationChannelContract
 
- 
 
getRecipientLists
public List<NotificationListRecipient> getRecipientLists()
- 
- Specified by:
- getRecipientListsin interface- NotificationChannelContract
 
- 
 
getProducers
public List<NotificationProducer> getProducers()
- 
- Specified by:
- getProducersin interface- NotificationChannelContract
 
- 
 
getReviewers
public List<NotificationChannelReviewer> getReviewers()
- 
- Specified by:
- getReviewersin interface- NotificationChannelContract
 
- 
 
getSubscriptions
public List<UserChannelSubscription> getSubscriptions()
- 
- Specified by:
- getSubscriptionsin interface- NotificationChannelContract
 
- 
 
getId
public Long getId()
- 
- Specified by:
- getIdin interface- KenIdentifiable
 
- 
 
getVersionNumber
public Long getVersionNumber()
- Description copied from interface: Versioned
- Returns the version number for this object.  In general, this value should only
 be null if the object has not yet been stored to a persistent data store.
 This version number is generally used for the purposes of optimistic locking.
 
- 
- Specified by:
- getVersionNumberin interface- Versioned
 
- 
- Returns:
- the version number, or null if one has not been assigned yet
 
getObjectId
public String getObjectId()
- Description copied from interface: GloballyUnique
- Return the globally unique object id of this object.  In general, this value should only
 be null if the object has not yet been stored to a persistent data store.
 
- 
- Specified by:
- getObjectIdin interface- GloballyUnique
 
- 
- Returns:
- the objectId of this object, or null if it has not been set yet
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.