|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPreferences | |
---|---|
com.silverpeas.personalization.dao | |
com.silverpeas.personalization.service | |
com.silverpeas.search | |
com.silverpeas.socialnetwork.myProfil.control | |
com.silverpeas.web | Provides the classes and interfaces from which web services can be defined and published in Silverpeas. |
com.silverpeas.web.mock | |
com.stratelia.silverpeas.peasCore | |
com.stratelia.webactiv.beans.admin | |
org.silverpeas.admin.web.delegate | |
org.silverpeas.look.web | |
org.silverpeas.look.web.delegate | |
org.silverpeas.subscription |
Uses of UserPreferences in com.silverpeas.personalization.dao |
---|
Methods in com.silverpeas.personalization.dao that return types with arguments of type UserPreferences | |
---|---|
List<UserPreferences> |
PersonalizationDetailDao.findByDefaultSpace(String space)
|
Uses of UserPreferences in com.silverpeas.personalization.service |
---|
Methods in com.silverpeas.personalization.service that return UserPreferences | |
---|---|
UserPreferences |
DefaultPersonalizationService.getUserSettings(String userId)
|
UserPreferences |
PersonalizationService.getUserSettings(String userId)
|
Methods in com.silverpeas.personalization.service with parameters of type UserPreferences | |
---|---|
void |
DefaultPersonalizationService.saveUserSettings(UserPreferences userPreferences)
|
void |
PersonalizationService.saveUserSettings(UserPreferences userPreferences)
|
Uses of UserPreferences in com.silverpeas.search |
---|
Methods in com.silverpeas.search that return UserPreferences | |
---|---|
protected UserPreferences |
AbstractResultDisplayer.getUserPreferences(String userId)
|
Uses of UserPreferences in com.silverpeas.socialnetwork.myProfil.control |
---|
Methods in com.silverpeas.socialnetwork.myProfil.control that return UserPreferences | |
---|---|
UserPreferences |
MyProfilSessionController.getPreferences()
|
Methods in com.silverpeas.socialnetwork.myProfil.control with parameters of type UserPreferences | |
---|---|
void |
MyProfilSessionController.savePreferences(UserPreferences preferences)
|
Uses of UserPreferences in com.silverpeas.web |
---|
Methods in com.silverpeas.web that return UserPreferences | |
---|---|
protected UserPreferences |
RESTWebService.getUserPreferences()
Gets the preference of the user that requested the resource backed by this web service. |
Uses of UserPreferences in com.silverpeas.web.mock |
---|
Methods in com.silverpeas.web.mock that return UserPreferences | |
---|---|
UserPreferences |
PersonalizationServiceMockWrapper.getUserSettings(String userId)
|
Methods in com.silverpeas.web.mock with parameters of type UserPreferences | |
---|---|
void |
PersonalizationServiceMockWrapper.saveUserSettings(UserPreferences userPreferences)
|
Uses of UserPreferences in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore that return UserPreferences | |
---|---|
UserPreferences |
AbstractComponentSessionController.getPersonalization()
|
UserPreferences |
MainSessionController.getPersonalization()
Return the personalization EJB |
UserPreferences |
ComponentSessionController.getPersonalization()
|
Uses of UserPreferences in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin that return UserPreferences | |
---|---|
UserPreferences |
UserDetail.getUserPreferences()
Gets the preferences of this user. |
Uses of UserPreferences in org.silverpeas.admin.web.delegate |
---|
Methods in org.silverpeas.admin.web.delegate with parameters of type UserPreferences | |
---|---|
static AdminPersonalWebDelegate |
AdminPersonalWebDelegate.getInstance(UserDetail user,
UserPreferences userPreference,
LookWebDelegate lookDelegate)
Easy way to instance the look service provider. |
Uses of UserPreferences in org.silverpeas.look.web |
---|
Methods in org.silverpeas.look.web with parameters of type UserPreferences | |
---|---|
static DisplayUserContextEntity |
DisplayUserContextEntity.createFrom(LookHelper lookHelper,
UserPreferences userPreferences)
Creates user display context entity. |
Uses of UserPreferences in org.silverpeas.look.web.delegate |
---|
Methods in org.silverpeas.look.web.delegate with parameters of type UserPreferences | |
---|---|
static LookWebDelegate |
LookWebDelegate.getInstance(UserDetail user,
UserPreferences userPreference,
javax.servlet.http.HttpServletRequest request)
Easy way to instance the look service provider |
Uses of UserPreferences in org.silverpeas.subscription |
---|
Constructors in org.silverpeas.subscription with parameters of type UserPreferences | |
---|---|
SubscriptionContext(UserDetail user,
UserPreferences userPreferences)
Default constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |