Package | Description |
---|---|
org.kuali.rice.kcb.deliverer | |
org.kuali.rice.kcb.deliverer.impl | |
org.kuali.rice.kcb.quartz | |
org.kuali.rice.kcb.service | |
org.kuali.rice.kcb.service.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
BulkMessageDeliverer
A NotificationMessageDeliverer interface specialization that should be implemented
by deliverers which can deliver messages in bulk.
|
Modifier and Type | Class and Description |
---|---|
class |
AOLInstantMessageDeliverer
This class is responsible for describing the AOL Instant Messenger delivery mechanism for
the system; however, it is not yet integrated into the system and is just a stub.
|
class |
EmailMessageDeliverer
This class is responsible for describing the email delivery mechanism for
the system.
|
class |
MockMessageDeliverer
A mock message deliverer that does nothing
|
class |
SMSMessageDeliverer
This class is responsible for describing the SMS delivery mechanism for
the system.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<MessageDelivery> |
MessageProcessingJob.process(MessageDeliverer messageDeliverer,
MessageDelivery messageDelivery,
MessageProcessingJob.Mode mode)
Implements delivery of a single MessageDelivery
|
Modifier and Type | Method and Description |
---|---|
MessageDeliverer |
MessageDelivererRegistryService.getDeliverer(MessageDelivery messageDelivery)
This method returns the associated deliverer class instance for the given MessageDelivery instance.
|
MessageDeliverer |
MessageDelivererRegistryService.getDelivererByName(String messageDelivererName)
This method returns the associated deliverer class instance for the given deliverer name.
|
Modifier and Type | Method and Description |
---|---|
Collection<MessageDeliverer> |
MessageDelivererRegistryService.getAllDeliverers()
This service method is responsible for retrieving all MessageDeliverer Types.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipientPreferenceService.saveRecipientPreferences(String userid,
HashMap<String,String> prefs,
MessageDeliverer deliverer)
This method will save a user recipient preferences in the system.
|
Modifier and Type | Method and Description |
---|---|
MessageDeliverer |
MessageDelivererRegistryServiceImpl.getDeliverer(MessageDelivery messageDelivery)
Implements by calling getDelivererByName for the delivery type name within the messageDelivery object.
|
MessageDeliverer |
MessageDelivererRegistryServiceImpl.getDelivererByName(String messageDelivererName)
Implements by doing a key lookup in the hashmap that acts as the deliverer plugin registry.
|
Modifier and Type | Method and Description |
---|---|
Collection<MessageDeliverer> |
MessageDelivererRegistryServiceImpl.getAllDeliverers()
Implements by constructing instances of each registered class and adding to an ArrayList that
gets passed back to the calling method.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipientPreferenceServiceImpl.saveRecipientPreferences(String recipientId,
HashMap<String,String> prefs,
MessageDeliverer deliverer) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.