|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 RolePreference s or an empty ArrayList when
no RolePreference s 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 RolePreference s 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 RolePreference s belonging to the Role . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |