org.kuali.rice.ken.core
Interface NotificationServiceLocator

All Known Implementing Classes:
SpringNotificationServiceLocator

public interface NotificationServiceLocator

Interface for obtaining Notification System services

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 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.
 

Method Detail

getKENAPIService

KENAPIService getKENAPIService()
This method returns an instance of the Spring configured impl for the KENAPIService.

Returns:
KENAPIService

getNotificationService

NotificationService getNotificationService()
This method returns an instance of the Spring configured impl for the NotificationService.

Returns:
NotificationService

getNotificationContentTypeService

NotificationContentTypeService getNotificationContentTypeService()
This method returns an instance of the Spring configured impl for the NotificationContentTypeService.

Returns:
NotificationContentTypeService

getNotificationMessageContentService

NotificationMessageContentService getNotificationMessageContentService()
This method returns an instance of the Spring configured impl for the NotificationMessageContentService.

Returns:
NotificationMessageContentService

getGenericDao

GenericDao getGenericDao()
This method returns an instance of the Spring configured impl for the BusinessObjectDao.

Returns:
GenericDao

getNotificationAuthorizationService

NotificationAuthorizationService getNotificationAuthorizationService()
This method returns an instance of the Spring configured impl for the NotificationAuthorizationService.

Returns:
NotificationAuthorizationService

getNotificationWorkflowDocumentService

NotificationWorkflowDocumentService getNotificationWorkflowDocumentService()
This method returns an instance of the Spring configured impl for the NotificationWorkflowDocumentService.

Returns:
NotificationWorkflowDocumentService

getNotificationMessageDeliveryAutoRemovalService

NotificationMessageDeliveryAutoRemovalService getNotificationMessageDeliveryAutoRemovalService()
This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryAutoRemovalService.

Returns:
NotificationMessageDeliveryAutoRemovalService

getNotificationMessageDeliveryResolverService

NotificationMessageDeliveryResolverService getNotificationMessageDeliveryResolverService()
This method returns an instance of the Spring configured impl for the getNotificationMessageDeliveryResolverService.

Returns:
NotificationMessageDeliveryResolverService

getNotificationRecipientService

NotificationRecipientService getNotificationRecipientService()
This method returns an instance of the Spring configured impl for the NotificationRecipientService.

Returns:
NotificationRecipientService

getNotificationMessageDeliveryService

NotificationMessageDeliveryService getNotificationMessageDeliveryService()
This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryService.

Returns:
NotificationMessageDeliveryService

getUserPreferenceService

UserPreferenceService getUserPreferenceService()
This method returns an instance of the Spring configured impl for the UserPreferenceService.

Returns:
UserPreferenceService

getNotificationChannelService

NotificationChannelService getNotificationChannelService()
This method returns an instance of the Spring configured impl for the NotificationChannelService.

Returns:
NotificationChannelService

getScheduler

org.quartz.Scheduler getScheduler()
Returns the Quartz scheduler used by the Notification system

Returns:
the Quartz scheduler used by the Notification system


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.