Uses of Class
org.musicontroller.security.Role

Packages that use Role
org.musicontroller.dao   
org.musicontroller.gui.admin   
org.musicontroller.security   
org.musicontroller.service   
 

Uses of Role in org.musicontroller.dao
 

Methods in org.musicontroller.dao that return Role
 Role HibernateDao.getRoleById(int roleId)
           
 

Methods in org.musicontroller.dao that return types with arguments of type Role
 java.util.List<Role> HibernateDao.listRoles()
           
 

Methods in org.musicontroller.dao with parameters of type Role
 void HibernateDao.save(Role role)
           
 

Uses of Role in org.musicontroller.gui.admin
 

Methods in org.musicontroller.gui.admin that return Role
 Role RoleSelectionModel.getOption(int index)
           
 Role RoleSelectionModel.translateValue(java.lang.String value)
           
 

Constructor parameters in org.musicontroller.gui.admin with type arguments of type Role
RoleSelectionModel(java.util.List<Role> roles)
           
 

Uses of Role in org.musicontroller.security
 

Methods in org.musicontroller.security that return types with arguments of type Role
 java.util.Set<Role> User.getRoles()
           
 java.util.Set<Role> IUser.getRoles()
           
 java.util.List<Role> User.getRolesList()
           
 java.util.List<Role> IUser.getRolesList()
          Convenience method to get the roles in List form.
 java.util.List<Role> UserDao.listRoles()
           
 

Methods in org.musicontroller.security with parameters of type Role
 void User.addRole(Role role)
           
 void IUser.addRole(Role role)
          Adds a Role to the set of Roles of this User.
 

Method parameters in org.musicontroller.security with type arguments of type Role
 void User.setRoles(java.util.Set<Role> roles)
           
 void IUser.setRoles(java.util.Set<Role> roles)
          Set the Roles which this User is assigned to.
 void User.setRolesList(java.util.List<Role> roles)
           
 void IUser.setRolesList(java.util.List<Role> roles)
          Convenience method to set the roles in List form.
 

Uses of Role in org.musicontroller.service
 

Methods in org.musicontroller.service that return types with arguments of type Role
 java.util.List<Role> UserServiceImpl.listRoles()
           
 java.util.List<Role> UserService.listRoles()
          Queries the database for a list of all Roles.
 



Copyright © 2010 A.J.V.. All Rights Reserved.