Uses of Class
net.ramapuram.thomas.model.Role

Packages that use Role
net.ramapuram.thomas.dao   
net.ramapuram.thomas.dao.hibernate   
net.ramapuram.thomas.model   
net.ramapuram.thomas.service   
net.ramapuram.thomas.service.impl   
 

Uses of Role in net.ramapuram.thomas.dao
 

Methods in net.ramapuram.thomas.dao that return Role
 Role RoleDao.getRoleByName(java.lang.String rolename)
          Gets role information based on rolename
 

Methods in net.ramapuram.thomas.dao that return types with arguments of type Role
 java.util.List<Role> LookupDao.getRoles()
          Returns all Roles ordered by name
 

Uses of Role in net.ramapuram.thomas.dao.hibernate
 

Methods in net.ramapuram.thomas.dao.hibernate that return Role
 Role RoleDaoHibernate.getRoleByName(java.lang.String rolename)
          Gets role information based on rolename
 

Methods in net.ramapuram.thomas.dao.hibernate that return types with arguments of type Role
 java.util.List<Role> LookupDaoHibernate.getRoles()
          Returns all Roles ordered by name
 

Uses of Role in net.ramapuram.thomas.model
 

Methods in net.ramapuram.thomas.model that return types with arguments of type Role
 java.util.Set<Role> User.getRoles()
           
 

Methods in net.ramapuram.thomas.model with parameters of type Role
 void User.addRole(Role role)
          Adds a role for the user
 

Method parameters in net.ramapuram.thomas.model with type arguments of type Role
 void User.setRoles(java.util.Set<Role> roles)
           
 

Uses of Role in net.ramapuram.thomas.service
 

Methods in net.ramapuram.thomas.service that return Role
 Role RoleManager.getRole(java.lang.String rolename)
          
 Role RoleManager.saveRole(Role role)
          
 

Methods in net.ramapuram.thomas.service with parameters of type Role
 java.util.List RoleManager.getRoles(Role role)
          
 Role RoleManager.saveRole(Role role)
          
 

Uses of Role in net.ramapuram.thomas.service.impl
 

Methods in net.ramapuram.thomas.service.impl that return Role
 Role RoleManagerImpl.getRole(java.lang.String rolename)
          
 Role RoleManagerImpl.saveRole(Role role)
          
 

Methods in net.ramapuram.thomas.service.impl that return types with arguments of type Role
 java.util.List<Role> RoleManagerImpl.getRoles(Role role)
          
 

Methods in net.ramapuram.thomas.service.impl with parameters of type Role
 java.util.List<Role> RoleManagerImpl.getRoles(Role role)
          
 Role RoleManagerImpl.saveRole(Role role)
          
 



Copyright © 2011. All Rights Reserved.