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

Packages that use RolePreference
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. 
 

Uses of RolePreference in org.openwms.core.domain.preferences
 

Methods in org.openwms.core.domain.preferences that return types with arguments of type RolePreference
 List<RolePreference> Preferences.getRoles()
          Return a list of all RolePreferences or an empty ArrayList when no RolePreferences exist.
 

Uses of RolePreference in org.openwms.core.domain.system.usermanagement
 

Methods in org.openwms.core.domain.system.usermanagement that return RolePreference
 RolePreference ObjectFactory.createRolePreference()
          Create an instance of RolePreference.
 

Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type RolePreference
 Set<RolePreference> Role.getPreferences()
          Return all RolePreferences of the Role.
 

Method parameters in org.openwms.core.domain.system.usermanagement with type arguments of type RolePreference
 void Role.setPreferences(Set<RolePreference> preferences)
          Set all RolePreferences belonging to the Role.
 



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