Uses of Interface
org.kuali.rice.ken.service.UserPreferenceService

Packages that use UserPreferenceService
org.kuali.rice.ken.core   
org.kuali.rice.ken.service.impl   
org.kuali.rice.ken.web.spring   
 

Uses of UserPreferenceService in org.kuali.rice.ken.core
 

Methods in org.kuali.rice.ken.core that return UserPreferenceService
 UserPreferenceService NotificationServiceLocator.getUserPreferenceService()
          This method returns an instance of the Spring configured impl for the UserPreferenceService.
 UserPreferenceService SpringNotificationServiceLocator.getUserPreferenceService()
           
 

Uses of UserPreferenceService in org.kuali.rice.ken.service.impl
 

Classes in org.kuali.rice.ken.service.impl that implement UserPreferenceService
 class UserPreferenceServiceImpl
          UserPreferenceService implementation - uses the businessObjectDao to get at data in the underlying database.
 

Methods in org.kuali.rice.ken.service.impl with parameters of type UserPreferenceService
 void KENAPIServiceImpl.setUserPreferenceService(UserPreferenceService ups)
          Sets the UserPreferenceService
 

Constructors in org.kuali.rice.ken.service.impl with parameters of type UserPreferenceService
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService, NotificationRecipientService notificationRecipientService, GenericDao businessObjectDao, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor, UserPreferenceService userPreferenceService)
          Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.
 

Uses of UserPreferenceService in org.kuali.rice.ken.web.spring
 

Fields in org.kuali.rice.ken.web.spring declared as UserPreferenceService
protected  UserPreferenceService UserPreferencesController.userPreferenceService
           
 

Methods in org.kuali.rice.ken.web.spring with parameters of type UserPreferenceService
 void UserPreferencesController.setUserPreferenceService(UserPreferenceService userPreferenceService)
          Set the UserPreferenceService
 



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