|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPreference | |
---|---|
org.openwms.core.domain.preferences | Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences. |
org.openwms.core.domain.system.usermanagement | Contains domain classes regarding the user and role management. |
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
Uses of UserPreference in org.openwms.core.domain.preferences |
---|
Methods in org.openwms.core.domain.preferences that return types with arguments of type UserPreference | |
---|---|
List<UserPreference> |
Preferences.getUsers()
Return a list of all UserPreference s or an empty ArrayList when
no UserPreference s exist. |
Uses of UserPreference in org.openwms.core.domain.system.usermanagement |
---|
Methods in org.openwms.core.domain.system.usermanagement that return UserPreference | |
---|---|
UserPreference |
ObjectFactory.createUserPreference()
Create an instance of UserPreference . |
Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type UserPreference | |
---|---|
Set<UserPreference> |
User.getPreferences()
Get all UserPreference s of this User . |
Method parameters in org.openwms.core.domain.system.usermanagement with type arguments of type UserPreference | |
---|---|
void |
User.setPreferences(Set<UserPreference> preferences)
Set all UserPreference s of the User . |
Uses of UserPreference in org.openwms.core.service |
---|
Methods in org.openwms.core.service with parameters of type UserPreference | |
---|---|
User |
UserService.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Uses of UserPreference in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring with parameters of type UserPreference | |
---|---|
User |
UserServiceImpl.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |