| Package | Description |
|---|---|
| org.kuali.rice.ken.core | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.web.spring |
| Modifier and Type | Method and Description |
|---|---|
NotificationMessageDeliveryService |
SpringNotificationServiceLocator.getNotificationMessageDeliveryService() |
NotificationMessageDeliveryService |
NotificationServiceLocator.getNotificationMessageDeliveryService()
This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationMessageDeliveryServiceImpl
NotificationService implementation - this is the default out-of-the-box implementation of the service that uses the
businessObjectDao to get at the data via our OOTB DBMS.
|
| Constructor and Description |
|---|
NotificationMessageDeliveryAutoRemovalServiceImpl(GenericDao businessObjectDao,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor,
NotificationMessageDeliveryService messageDeliveryService)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.
|
NotificationServiceImpl(GenericDao businessObjectDao,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationWorkflowDocumentService notificationWorkflowDocumentService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationMessageDeliveryService |
NotificationController.messageDeliveryService |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationController.setMessageDeliveryService(NotificationMessageDeliveryService messageDeliveryService)
Sets the messageDeliveryService attribute value.
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.