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()
NotificationServiceLocatorgetKENAPIService in interface NotificationServiceLocatorpublic NotificationService getNotificationService()
NotificationServiceLocatorgetNotificationService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationService()public NotificationContentTypeService getNotificationContentTypeService()
NotificationServiceLocatorgetNotificationContentTypeService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationContentTypeService()public NotificationMessageContentService getNotificationMessageContentService()
NotificationServiceLocatorgetNotificationMessageContentService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationMessageContentService()public GenericDao getGenericDao()
NotificationServiceLocatorgetGenericDao in interface NotificationServiceLocatorNotificationServiceLocator.getGenericDao()public NotificationDao getNotificationDao()
public NotificationMessegeDeliveryDao getNotificationMessegDeliveryDao()
public NotificationAuthorizationService getNotificationAuthorizationService()
NotificationServiceLocatorgetNotificationAuthorizationService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationAuthorizationService()public NotificationWorkflowDocumentService getNotificationWorkflowDocumentService()
NotificationServiceLocatorgetNotificationWorkflowDocumentService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationWorkflowDocumentService()public NotificationMessageDeliveryAutoRemovalService getNotificationMessageDeliveryAutoRemovalService()
NotificationServiceLocatorgetNotificationMessageDeliveryAutoRemovalService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationMessageDeliveryAutoRemovalService()public NotificationMessageDeliveryResolverService getNotificationMessageDeliveryResolverService()
NotificationServiceLocatorgetNotificationMessageDeliveryResolverService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationMessageDeliveryResolverService()public NotificationRecipientService getNotificationRecipientService()
NotificationServiceLocatorgetNotificationRecipientService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationRecipientService()public NotificationMessageDeliveryService getNotificationMessageDeliveryService()
NotificationServiceLocatorgetNotificationMessageDeliveryService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationMessageDeliveryService()public UserPreferenceService getUserPreferenceService()
NotificationServiceLocatorgetUserPreferenceService in interface NotificationServiceLocatorNotificationServiceLocator.getUserPreferenceService()public NotificationChannelService getNotificationChannelService()
NotificationServiceLocatorgetNotificationChannelService in interface NotificationServiceLocatorNotificationServiceLocator.getNotificationChannelService()public org.quartz.Scheduler getScheduler()
NotificationServiceLocatorgetScheduler in interface NotificationServiceLocatorNotificationServiceLocator.getScheduler()Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.