|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationRecipientService | |
|---|---|
| org.kuali.rice.ken.core | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.web.spring | |
| Uses of NotificationRecipientService in org.kuali.rice.ken.core |
|---|
| Methods in org.kuali.rice.ken.core that return NotificationRecipientService | |
|---|---|
NotificationRecipientService |
NotificationServiceLocator.getNotificationRecipientService()
This method returns an instance of the Spring configured impl for the NotificationRecipientService. |
NotificationRecipientService |
SpringNotificationServiceLocator.getNotificationRecipientService()
|
| Uses of NotificationRecipientService in org.kuali.rice.ken.service.impl |
|---|
| Classes in org.kuali.rice.ken.service.impl that implement NotificationRecipientService | |
|---|---|
class |
NotificationRecipientServiceKimImpl
NotificationRecipientService implementation This implementation relies on KIM user and group management |
| Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationRecipientService | |
|---|---|
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService,
NotificationRecipientService notificationRecipientService,
DataObjectService dataObjectService,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance. |
|
NotificationServiceImpl(DataObjectService dataObjectService,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance. |
|
| Uses of NotificationRecipientService in org.kuali.rice.ken.web.spring |
|---|
| Fields in org.kuali.rice.ken.web.spring declared as NotificationRecipientService | |
|---|---|
protected NotificationRecipientService |
BaseSendNotificationController.notificationRecipientService
|
protected NotificationRecipientService |
AdministerNotificationRequestController.recipientService
|
| Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationRecipientService | |
|---|---|
void |
BaseSendNotificationController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
Sets the NotificationRecipientService. |
void |
AdministerNotificationRequestController.setRecipientService(NotificationRecipientService notificationRecipientService)
Sets the recipientService attribute value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||