|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ken.core.SpringNotificationServiceLocator
public class SpringNotificationServiceLocator
NotificationServiceLocator backed by a Spring Bean Factory - responsible for returning instances of services instantiated by the Spring context loader.
Constructor Summary | |
---|---|
SpringNotificationServiceLocator(org.springframework.beans.factory.BeanFactory beanFactory)
Constructs a SpringNotificationServiceLocator.java. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringNotificationServiceLocator(org.springframework.beans.factory.BeanFactory beanFactory)
beanFactory
- Method Detail |
---|
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 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |