Uses of Class
org.onebusaway.users.model.UserRole

Packages that use UserRole
org.onebusaway.users.model   
org.onebusaway.users.services   
 

Uses of UserRole in org.onebusaway.users.model
 

Methods in org.onebusaway.users.model that return types with arguments of type UserRole
 Set<UserRole> User.getRoles()
           
 

Method parameters in org.onebusaway.users.model with type arguments of type UserRole
 void User.setRoles(Set<UserRole> roles)
           
 

Uses of UserRole in org.onebusaway.users.services
 

Methods in org.onebusaway.users.services that return UserRole
 UserRole StandardAuthoritiesService.getAdministratorRole()
           
 UserRole StandardAuthoritiesService.getAnonymousRole()
           
 UserRole StandardAuthoritiesService.getUserRole()
           
 UserRole UserDao.getUserRoleForName(String name)
           
 UserRole StandardAuthoritiesService.getUserRoleForName(String name)
           
 

Methods in org.onebusaway.users.services with parameters of type UserRole
 int UserDao.getNumberOfUsersWithRole(UserRole role)
           
 void UserDao.saveOrUpdateUserRole(UserRole userRole)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.