| | |
| | | * @param pkComponent 组件的主键 |
| | | * @return 按钮的信息 |
| | | */ |
| | | List<UIButtonDefineVO> listButtonByComponent(String pkComponent, Map<String, RoleRightVO> roleRightMap); |
| | | List<UIButtonDefineVO> listButtonByComponent(String pkComponent, Map<String, List<RoleRightVO>> roleRightMap); |
| | | |
| | | /** |
| | | * 按钮的数据对象转换为显示对象 |
| | |
| | | |
| | | // UIContentVO UIContentDO2VO(PLPageLayoutDefination pageLayoutDefination, boolean queryDetail); |
| | | |
| | | UIContentVO UIContentDO2VO(PLUILayout pageLayoutDefination, boolean queryDetail,Map<String, RoleRightVO> roleRightMap); |
| | | UIContentVO UIContentDO2VO(PLUILayout pageLayoutDefination, boolean queryDetail,Map<String, List<RoleRightVO>> roleRightMap); |
| | | |
| | | } |