Uses of Class
com.randomcoder.user.Role

Packages that use Role
com.randomcoder.user User-management classes. 
 

Uses of Role in com.randomcoder.user
 

Fields in com.randomcoder.user with type parameters of type Role
static Comparator<Role> Role.DESCRIPTION_COMPARATOR
          Role Comparator (by description).
static Comparator<Role> Role.NAME_COMPARATOR
          Role Comparator (by name).
 

Methods in com.randomcoder.user that return Role
 Role RoleDao.findByName(String name)
          Finds a Role instance with the given name.
 Role[] UserAddCommand.getRoles()
          Gets the roles associated with this user.
 

Methods in com.randomcoder.user that return types with arguments of type Role
 List<Role> User.getRoles()
          Gets the roles which this user belongs to.
 List<Role> RoleDao.listAll()
          Lists all roles, ordered by name.
 

Methods in com.randomcoder.user with parameters of type Role
 int Role.compareTo(Role o)
          Compares this role to another role by description.
 void UserAddCommand.setRoles(Role[] roles)
          Sets the roles associated with this user.
 

Method parameters in com.randomcoder.user with type arguments of type Role
 void User.setRoles(List<Role> roles)
          Sets the roles which this user belongs to.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.