public interface RoleServiceApi
| 限定符和类型 | 方法和说明 |
|---|---|
List<Long> |
getMenuIdsByRoleIds(List<Long> roleIds)
获取某些角色对应的菜单id集合
|
Set<String> |
getRoleButtonCodes(List<Long> roleIdList)
获取角色对应的按钮编码集合
|
List<Long> |
getRoleDataScopes(List<Long> roleIds)
获取角色对应的组织机构范围集合
|
List<SysRoleMenuButtonDTO> |
getRoleMenuButtonList(List<Long> roleIdList)
获取角色拥有的菜单按钮
|
List<SysRoleMenuDTO> |
getRoleMenuList(List<Long> roleIdList)
获取角色拥有的菜单
|
Set<String> |
getRoleResourceCodeList(List<Long> roleIdList)
获取角色的资源code集合
|
List<SysRoleResourceDTO> |
getRoleResourceList(List<Long> roleIdList)
获取角色的资源code集合
|
List<SysRoleDTO> |
getRolesByIds(List<Long> roleIds)
获取角色,通过传递角色id列表
|
List<SysRoleDTO> |
getRoleSelectList(SysRoleRequest sysRoleRequest)
获取所有角色列表
|
List<SysRoleDTO> getRolesByIds(List<Long> roleIds)
roleIds - 角色id列表List<Long> getRoleDataScopes(List<Long> roleIds)
roleIds - 角色id集合List<Long> getMenuIdsByRoleIds(List<Long> roleIds)
roleIds - 角色id集合Set<String> getRoleResourceCodeList(List<Long> roleIdList)
roleIdList - 角色id集合List<SysRoleResourceDTO> getRoleResourceList(List<Long> roleIdList)
roleIdList - 角色id集合Set<String> getRoleButtonCodes(List<Long> roleIdList)
roleIdList - 角色id集合List<SysRoleMenuDTO> getRoleMenuList(List<Long> roleIdList)
roleIdList - 角色集合List<SysRoleMenuButtonDTO> getRoleMenuButtonList(List<Long> roleIdList)
roleIdList - 角色集合List<SysRoleDTO> getRoleSelectList(SysRoleRequest sysRoleRequest)
Copyright © 2022. All rights reserved.