| | |
| | | * @param tabButtonVO |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateTapButton(PLTabButtonVO tabButtonVO,boolean isAdd); |
| | | boolean saveOrUpdateTabButton(PLTabButtonVO tabButtonVO,boolean isAdd); |
| | | |
| | | /** |
| | | * 删除单个按钮配置 |
| | |
| | | */ |
| | | List<Tree> getUIAuthor(BaseQueryObject baseQueryObject)throws Exception; |
| | | |
| | | /** |
| | | /* *//** |
| | | * 根据角色主键获取已授权的信息 |
| | | * @param roleId |
| | | * @return |
| | | * @throws PLException |
| | | */ |
| | | List<RoleRightVO> getRightListByRoleId(String roleId) throws PLException; |
| | | *//* |
| | | Map<String,RoleRightVO> getRightListByRoleId(String roleId) throws PLException;*/ |
| | | |
| | | /** |
| | | * UI授权 |