Uses of Class
cz.muni.fi.pclis.web.annotations.Role

Packages that use Role
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.web.annotations   
 

Uses of Role in cz.muni.fi.pclis.service
 

Methods in cz.muni.fi.pclis.service that return types with arguments of type Role
 List<Role> UserServiceImpl.getAvailableRolesForTerm(User user, Term term)
           
 List<Role> UserService.getAvailableRolesForTerm(User user, Term term)
           
 

Uses of Role in cz.muni.fi.pclis.web.annotations
 

Methods in cz.muni.fi.pclis.web.annotations that return Role
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.