Package | Description |
---|---|
org.kuali.rice.ken.core | |
org.kuali.rice.ken.postprocessor.kew | |
org.kuali.rice.ken.service.impl | |
org.kuali.rice.ken.web.spring |
Modifier and Type | Method and Description |
---|---|
NotificationService |
NotificationServiceLocator.getNotificationService()
This method returns an instance of the Spring configured impl for the NotificationService.
|
NotificationService |
SpringNotificationServiceLocator.getNotificationService() |
Constructor and Description |
---|
NotificationSenderFormPostProcessor(NotificationService notificationService,
DataObjectService dataObjectService)
Constructs a NotificationSenderFormPostProcessor instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationServiceImpl
NotificationService implementation - this is the default out-of-the-box implementation of the service.
|
Constructor and Description |
---|
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService,
NotificationRecipientService notificationRecipientService,
DataObjectService dataObjectService,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.
|
SendNotificationServiceKewXmlImpl(NotificationService notificationService)
Constructs a SendNotificationServiceKewXmlImpl instance.
|
Modifier and Type | Field and Description |
---|---|
protected NotificationService |
BaseSendNotificationController.notificationService |
protected NotificationService |
ContentTypeController.notificationService |
protected NotificationService |
NotificationController.notificationService |
Modifier and Type | Method and Description |
---|---|
void |
BaseSendNotificationController.setNotificationService(NotificationService notificationService)
Sets the
NotificationService . |
void |
ContentTypeController.setNotificationService(NotificationService notificationService)
Set the Notification Services
|
void |
NotificationController.setNotificationService(NotificationService notificationService)
Set the NotificationService
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.