Uses of Interface
org.kuali.rice.ken.service.UserPreferenceService
Packages that use UserPreferenceService
Package
Description
-
Uses of UserPreferenceService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return UserPreferenceServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getUserPreferenceService()This method returns an instance of the Spring configured impl for the UserPreferenceService.SpringNotificationServiceLocator.getUserPreferenceService() -
Uses of UserPreferenceService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement UserPreferenceServiceModifier and TypeClassDescriptionclassUserPreferenceService implementation - uses the businessObjectDao to get at data in the underlying database.Methods in org.kuali.rice.ken.service.impl with parameters of type UserPreferenceServiceModifier and TypeMethodDescriptionvoidKENAPIServiceImpl.setUserPreferenceService(UserPreferenceService ups) Sets the UserPreferenceService -
Uses of UserPreferenceService in org.kuali.rice.ken.web.spring
Fields in org.kuali.rice.ken.web.spring declared as UserPreferenceServiceModifier and TypeFieldDescriptionprotected UserPreferenceServiceUserPreferencesController.userPreferenceServiceMethods in org.kuali.rice.ken.web.spring that return UserPreferenceServiceMethods in org.kuali.rice.ken.web.spring with parameters of type UserPreferenceServiceModifier and TypeMethodDescriptionvoidUserPreferencesController.setUserPreferenceService(UserPreferenceService userPreferenceService)