| | |
| | | * @param pageDefinationOid |
| | | * @return |
| | | */ |
| | | List<PLTabButtonVO> getTabButton(String pageDefinationOid); |
| | | List<PLTabButtonVO> getTabButtons(String pageDefinationOid); |
| | | |
| | | /** |
| | | * 添加按钮配置信息 |
| | |
| | | */ |
| | | boolean saveOrUpdateTapButton(PLTabButtonVO tabButtonVO,boolean isAdd); |
| | | |
| | | /** |
| | | * 删除单个按钮配置 |
| | | * @param tabButton |
| | | * @return |
| | | */ |
| | | boolean deleteTapButton(PLTabButton tabButton) throws PLException; |
| | | |
| | | /** |
| | | * 调整为下级按钮 |
| | | * @param plTabButton |
| | | * @return |
| | | */ |
| | | BaseResult joinBtn(PLTabButton plTabButton) throws PLException; |
| | | |
| | | /** |
| | | * 调整为上级按钮 |
| | | * @param plTabButton |
| | | * @return |
| | | */ |
| | | BaseResult exitBtn(PLTabButton plTabButton) throws PLException; |
| | | |
| | | /** |
| | | * 获取UI权限树 |
| | |
| | | */ |
| | | List<Tree> getUIAuthor(BaseQueryObject baseQueryObject)throws Exception; |
| | | |
| | | /*** |
| | | /** |
| | | * UI授权 |
| | | * @param uiAuthorDTO |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | public boolean authorizedUI(UIAuthorDTO uiAuthorDTO)throws Exception; |
| | | boolean authorizedUI(UIAuthorDTO uiAuthorDTO)throws Exception; |
| | | |
| | | |
| | | } |