| | |
| | | List<SmFunctionVO> listFunctionByUserOid(String userOid, Map<String, String> queryMap, ResourceControlTypeEnum resourceControlTypeEnum); |
| | | |
| | | /** |
| | | * 根据角色返回所有按钮的树形结构 |
| | | * |
| | | * @param treeQueryObject |
| | | * @return |
| | | */ |
| | | List<MenuVO> buttons(TreeQueryObject treeQueryObject); |
| | | |
| | | /** |
| | | * 获取当前角色的菜单 |
| | | * @param treeQueryObject 属性查询对象 |
| | | * @param resourceControlTypeEnum 角色控制区域,也是功能控制的区域 |
| | |
| | | * @throws VciBaseException |
| | | */ |
| | | List<MenuVO> getSysModelTreeMenuByPID(String parentId,String modeType,boolean isAll) throws VciBaseException; |
| | | |
| | | /** |
| | | * 通过模块ID获取子级列表 |
| | | * @param isAll 是否包括无效的模块,true则包括 |
| | |
| | | * @throws PLException |
| | | */ |
| | | BaseResult saveRoleRight(List<RoleRightParamDTO> roleRightDTOS, String roleId) throws PLException; |
| | | |
| | | /** |
| | | * 获取所授权的模块权限 |
| | | * @param roleName 搜索的角色 |