Uses of Class
org.zeroexchange.model.user.Role

Packages that use Role
org.zeroexchange.dao.role   
org.zeroexchange.model.user   
org.zeroexchange.user.role.reader   
 

Uses of Role in org.zeroexchange.dao.role
 

Methods in org.zeroexchange.dao.role that return Role
 Role RoleDAOImpl.getRole(String roleId)
          Returns role by id of throws an exception if not exists.
 Role RoleDAO.getRole(String roleUser)
          Returns role by id of throws an exception if not exists.
 

Methods in org.zeroexchange.dao.role that return types with arguments of type Role
 Class<Role> RoleDAOImpl.getEntityClass()
          
 

Uses of Role in org.zeroexchange.model.user
 

Methods in org.zeroexchange.model.user that return types with arguments of type Role
 Set<Role> User.getRoles()
           
 

Method parameters in org.zeroexchange.model.user with type arguments of type Role
 void User.setRoles(Set<Role> roles)
           
 

Uses of Role in org.zeroexchange.user.role.reader
 

Methods in org.zeroexchange.user.role.reader with parameters of type Role
 String RoleReader.getAcegiToken(Role role)
          Return acegi token by the specified role.
 String DAORoleReader.getAcegiToken(Role role)
          Return acegi token by the specified role.
 



Copyright © 2013. All Rights Reserved.