Package | Description |
---|---|
org.nrg.xdat.daos | |
org.nrg.xdat.services | |
org.nrg.xdat.services.impl.hibernate |
Modifier and Type | Method and Description |
---|---|
UserRole |
UserRoleDAO.findByUserRole(String username,
String role) |
Modifier and Type | Method and Description |
---|---|
List<UserRole> |
UserRoleDAO.findByRole(String role) |
List<UserRole> |
UserRoleDAO.findByUser(String username) |
Modifier and Type | Method and Description |
---|---|
UserRole |
UserRoleService.addRoleToUser(String username,
String role)
Creates the specified user role combo.
|
UserRole |
UserRoleService.findUserRole(String username,
String role)
Finds all matching user roles
|
Modifier and Type | Method and Description |
---|---|
List<UserRole> |
UserRoleService.findRolesForUser(String username)
Finds all roles for the specified user
|
List<UserRole> |
UserRoleService.findUsersForRole(String role)
Finds all users for the specified role.
|
Modifier and Type | Method and Description |
---|---|
UserRole |
HibernateUserRoleService.addRoleToUser(String username,
String role) |
UserRole |
HibernateUserRoleService.findUserRole(String username,
String role)
Finds all users for the specified role.
|
Modifier and Type | Method and Description |
---|---|
List<UserRole> |
HibernateUserRoleService.findRolesForUser(String username)
Finds all roles for the specified user
|
List<UserRole> |
HibernateUserRoleService.findUsersForRole(String role)
Finds all users for the specified role.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.