Uses of Class
org.openwms.core.domain.system.usermanagement.UserPreference

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 UserPreferences or an empty ArrayList when no UserPreferences 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 UserPreferences 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 UserPreferences 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.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.