| 程序包 | 说明 |
|---|---|
| cn.sexycode.springo.org.api.impl.dao | |
| cn.sexycode.springo.org.api.impl.manager | |
| cn.sexycode.springo.org.api.impl.manager.impl | |
| cn.sexycode.springo.org.api.impl.rest |
| 限定符和类型 | 方法和说明 |
|---|---|
UserRole |
UserRoleDao.getByRoleIdUserId(String roleId,
String userId)
根据用户和角色id 查询 关联关系。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserRole> |
UserRoleDao.getListByAlias(String alias)
根据角色别名查询关联的用户。
|
List<UserRole> |
UserRoleDao.getListByRoleId(String roleId)
根据角色ID查询关联的用户。
|
List<UserRole> |
UserRoleDao.getListByUserId(String userId)
获取用户的角色。
|
| 限定符和类型 | 方法和说明 |
|---|---|
UserRole |
UserRoleManager.getByRoleIdUserId(String roleId,
String userId)
根据用户和角色id 查询 关联关系。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserRole> |
UserRoleManager.getListByAlias(String alias)
根据角色别名查询关联的用户。
|
List<UserRole> |
UserRoleManager.getListByRoleId(String roleId)
根据角色ID查询关联的用户。
|
List<UserRole> |
UserRoleManager.getListByUserId(String userId)
获取用户的角色。
|
| 限定符和类型 | 方法和说明 |
|---|---|
UserRole |
UserRoleManagerImpl.getByRoleIdUserId(String roleId,
String userId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserRole> |
UserRoleManagerImpl.getListByAlias(String alias) |
List<UserRole> |
UserRoleManagerImpl.getListByRoleId(String roleId) |
List<UserRole> |
UserRoleManagerImpl.getListByUserId(String userId) |
| 限定符和类型 | 方法和说明 |
|---|---|
UserRole |
UserRoleController.getJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
用户角色管理明细页面
|
Copyright © 2018. All rights reserved.