org.kuali.rice.ken.api.notification
Interface NotificationProducerContract

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationProducer, NotificationProducer.Builder, NotificationProducerBo

public interface NotificationProducerContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 List<Long> getChannelIds()
           
 String getContactInfo()
           
 String getDescription()
           
 String getName()
           
 
Methods inherited from interface org.kuali.rice.ken.api.common.KenIdentifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getContactInfo

String getContactInfo()

getChannelIds

List<Long> getChannelIds()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.