public class SpringNotificationServiceLocator extends Object implements NotificationServiceLocator
Constructor and Description |
---|
SpringNotificationServiceLocator(org.springframework.beans.factory.BeanFactory beanFactory)
Constructs a SpringNotificationServiceLocator.java.
|
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.
|
NotificationDao |
getNotificationDao() |
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.
|
NotificationMessegeDeliveryDao |
getNotificationMessegDeliveryDao() |
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.
|
public SpringNotificationServiceLocator(org.springframework.beans.factory.BeanFactory beanFactory)
beanFactory
- public KENAPIService getKENAPIService()
NotificationServiceLocator
getKENAPIService
in interface NotificationServiceLocator
public NotificationService getNotificationService()
NotificationServiceLocator
getNotificationService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationService()
public NotificationContentTypeService getNotificationContentTypeService()
NotificationServiceLocator
getNotificationContentTypeService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationContentTypeService()
public NotificationMessageContentService getNotificationMessageContentService()
NotificationServiceLocator
getNotificationMessageContentService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationMessageContentService()
public GenericDao getGenericDao()
NotificationServiceLocator
getGenericDao
in interface NotificationServiceLocator
NotificationServiceLocator.getGenericDao()
public NotificationDao getNotificationDao()
public NotificationMessegeDeliveryDao getNotificationMessegDeliveryDao()
public NotificationAuthorizationService getNotificationAuthorizationService()
NotificationServiceLocator
getNotificationAuthorizationService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationAuthorizationService()
public NotificationWorkflowDocumentService getNotificationWorkflowDocumentService()
NotificationServiceLocator
getNotificationWorkflowDocumentService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationWorkflowDocumentService()
public NotificationMessageDeliveryAutoRemovalService getNotificationMessageDeliveryAutoRemovalService()
NotificationServiceLocator
getNotificationMessageDeliveryAutoRemovalService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationMessageDeliveryAutoRemovalService()
public NotificationMessageDeliveryResolverService getNotificationMessageDeliveryResolverService()
NotificationServiceLocator
getNotificationMessageDeliveryResolverService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationMessageDeliveryResolverService()
public NotificationRecipientService getNotificationRecipientService()
NotificationServiceLocator
getNotificationRecipientService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationRecipientService()
public NotificationMessageDeliveryService getNotificationMessageDeliveryService()
NotificationServiceLocator
getNotificationMessageDeliveryService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationMessageDeliveryService()
public UserPreferenceService getUserPreferenceService()
NotificationServiceLocator
getUserPreferenceService
in interface NotificationServiceLocator
NotificationServiceLocator.getUserPreferenceService()
public NotificationChannelService getNotificationChannelService()
NotificationServiceLocator
getNotificationChannelService
in interface NotificationServiceLocator
NotificationServiceLocator.getNotificationChannelService()
public org.quartz.Scheduler getScheduler()
NotificationServiceLocator
getScheduler
in interface NotificationServiceLocator
NotificationServiceLocator.getScheduler()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.