public interface NotificationServiceLocator
Modifier and Type | Method and Description |
---|---|
GenericDao |
getGenericDao()
This method returns an instance of the Spring configured impl for the BusinessObjectDao.
|
KENAPIService |
getKENAPIService()
This method returns an instance of the Spring configured impl for the KENAPIService.
|
NotificationAuthorizationService |
getNotificationAuthorizationService()
This method returns an instance of the Spring configured impl for the NotificationAuthorizationService.
|
NotificationChannelService |
getNotificationChannelService()
This method returns an instance of the Spring configured impl for the NotificationChannelService.
|
NotificationContentTypeService |
getNotificationContentTypeService()
This method returns an instance of the Spring configured impl for the NotificationContentTypeService.
|
NotificationMessageContentService |
getNotificationMessageContentService()
This method returns an instance of the Spring configured impl for the NotificationMessageContentService.
|
NotificationMessageDeliveryAutoRemovalService |
getNotificationMessageDeliveryAutoRemovalService()
This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryAutoRemovalService.
|
NotificationMessageDeliveryResolverService |
getNotificationMessageDeliveryResolverService()
This method returns an instance of the Spring configured impl for the getNotificationMessageDeliveryResolverService.
|
NotificationMessageDeliveryService |
getNotificationMessageDeliveryService()
This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryService.
|
NotificationRecipientService |
getNotificationRecipientService()
This method returns an instance of the Spring configured impl for the NotificationRecipientService.
|
NotificationService |
getNotificationService()
This method returns an instance of the Spring configured impl for the NotificationService.
|
NotificationWorkflowDocumentService |
getNotificationWorkflowDocumentService()
This method returns an instance of the Spring configured impl for the NotificationWorkflowDocumentService.
|
org.quartz.Scheduler |
getScheduler()
Returns the Quartz scheduler used by the Notification system
|
UserPreferenceService |
getUserPreferenceService()
This method returns an instance of the Spring configured impl for the UserPreferenceService.
|
KENAPIService getKENAPIService()
NotificationService getNotificationService()
NotificationContentTypeService getNotificationContentTypeService()
NotificationMessageContentService getNotificationMessageContentService()
GenericDao getGenericDao()
NotificationAuthorizationService getNotificationAuthorizationService()
NotificationWorkflowDocumentService getNotificationWorkflowDocumentService()
NotificationMessageDeliveryAutoRemovalService getNotificationMessageDeliveryAutoRemovalService()
NotificationMessageDeliveryResolverService getNotificationMessageDeliveryResolverService()
NotificationRecipientService getNotificationRecipientService()
NotificationMessageDeliveryService getNotificationMessageDeliveryService()
UserPreferenceService getUserPreferenceService()
NotificationChannelService getNotificationChannelService()
org.quartz.Scheduler getScheduler()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.