Uses of Class
org.silverpeas.core.personalization.UserPreferences
-
Packages that use UserPreferences Package Description org.silverpeas.core.admin.user.model Provides the interfaces modelling a user and a user group in Silverpeas.org.silverpeas.core.chat Provides the Silverpeas Chat Service.org.silverpeas.core.personalization.dao org.silverpeas.core.personalization.notification org.silverpeas.core.personalization.service org.silverpeas.core.web.mvc.controller org.silverpeas.core.web.rs Provides the API to build REST-based web services in Silverpeas.org.silverpeas.core.web.search org.silverpeas.core.web.subscription org.silverpeas.core.webapi.admin.delegate org.silverpeas.core.webapi.look org.silverpeas.core.webapi.look.delegate org.silverpeas.web.socialnetwork.myprofil.control -
-
Uses of UserPreferences in org.silverpeas.core.admin.user.model
Methods in org.silverpeas.core.admin.user.model that return UserPreferences Modifier and Type Method Description UserPreferences
User. getUserPreferences()
Gets the preferences of this user.UserPreferences
UserDetail. getUserPreferences()
-
Uses of UserPreferences in org.silverpeas.core.chat
Methods in org.silverpeas.core.chat that return UserPreferences Modifier and Type Method Description UserPreferences
ChatUser. getUserPreferences()
-
Uses of UserPreferences in org.silverpeas.core.personalization.dao
Methods in org.silverpeas.core.personalization.dao that return types with arguments of type UserPreferences Modifier and Type Method Description List<UserPreferences>
PersonalizationJPARepository. findByDefaultSpace(String space)
List<UserPreferences>
PersonalizationRepository. findByDefaultSpace(String space)
-
Uses of UserPreferences in org.silverpeas.core.personalization.notification
Methods in org.silverpeas.core.personalization.notification with parameters of type UserPreferences Modifier and Type Method Description protected UserPreferenceEvent
UserPreferenceEventNotifier. createResourceEventFrom(ResourceEvent.Type type, UserPreferences... resource)
Constructors in org.silverpeas.core.personalization.notification with parameters of type UserPreferences Constructor Description UserPreferenceEvent(ResourceEvent.Type type, UserPreferences... resource)
-
Uses of UserPreferences in org.silverpeas.core.personalization.service
Methods in org.silverpeas.core.personalization.service that return UserPreferences Modifier and Type Method Description UserPreferences
DefaultPersonalizationService. getUserSettings(String userId)
UserPreferences
PersonalizationService. getUserSettings(String userId)
Methods in org.silverpeas.core.personalization.service with parameters of type UserPreferences Modifier and Type Method Description void
DefaultPersonalizationService. saveUserSettings(UserPreferences userPreferences)
void
PersonalizationService. saveUserSettings(UserPreferences userPreferences)
-
Uses of UserPreferences in org.silverpeas.core.web.mvc.controller
Methods in org.silverpeas.core.web.mvc.controller that return UserPreferences Modifier and Type Method Description UserPreferences
AbstractComponentSessionController. getPersonalization()
UserPreferences
ComponentSessionController. getPersonalization()
UserPreferences
MainSessionController. getPersonalization()
Return the personalization EJB -
Uses of UserPreferences in org.silverpeas.core.web.rs
Methods in org.silverpeas.core.web.rs that return UserPreferences Modifier and Type Method Description protected UserPreferences
RESTWebService. getUserPreferences()
Gets the preference of the user that requested the resource backed by this web service. -
Uses of UserPreferences in org.silverpeas.core.web.search
Methods in org.silverpeas.core.web.search that return UserPreferences Modifier and Type Method Description protected UserPreferences
AbstractResultDisplayer. getUserPreferences(String userId)
-
Uses of UserPreferences in org.silverpeas.core.web.subscription
Constructors in org.silverpeas.core.web.subscription with parameters of type UserPreferences Constructor Description SubscriptionContext(UserDetail user, UserPreferences userPreferences)
Default constructor -
Uses of UserPreferences in org.silverpeas.core.webapi.admin.delegate
Methods in org.silverpeas.core.webapi.admin.delegate with parameters of type UserPreferences Modifier and Type Method Description static AdminPersonalWebDelegate
AdminPersonalWebDelegate. getInstance(User user, UserPreferences userPreference, LookWebDelegate lookDelegate)
Easy way to instance the look service provider. -
Uses of UserPreferences in org.silverpeas.core.webapi.look
Methods in org.silverpeas.core.webapi.look with parameters of type UserPreferences Modifier and Type Method Description static DisplayUserContextEntity
DisplayUserContextEntity. createFrom(LookHelper lookHelper, UserPreferences userPreferences)
Creates user display context entity. -
Uses of UserPreferences in org.silverpeas.core.webapi.look.delegate
Methods in org.silverpeas.core.webapi.look.delegate with parameters of type UserPreferences Modifier and Type Method Description static LookWebDelegate
LookWebDelegate. getInstance(User user, UserPreferences userPreference, javax.servlet.http.HttpServletRequest request)
Easy way to instance the look service provider -
Uses of UserPreferences in org.silverpeas.web.socialnetwork.myprofil.control
Methods in org.silverpeas.web.socialnetwork.myprofil.control that return UserPreferences Modifier and Type Method Description UserPreferences
MyProfilSessionController. getPreferences()
Methods in org.silverpeas.web.socialnetwork.myprofil.control with parameters of type UserPreferences Modifier and Type Method Description void
MyProfilSessionController. savePreferences(UserPreferences preferences)
-