public interface SysMenuService extends com.baomidou.mybatisplus.extension.service.IService<SysMenu>
| 限定符和类型 | 方法和说明 |
|---|---|
List<RouterVo> |
buildMenus(List<SysMenu> menus) |
List<SysMenu> |
buildMenuTree(List<SysMenu> menus) |
List<TreeSelect> |
buildMenuTreeSelect(List<SysMenu> menus) |
boolean |
checkMenuExistRole(Long menuId) |
boolean |
checkMenuNameUnique(SysMenu menu) |
boolean |
hasChildByMenuId(Long menuId) |
com.baomidou.mybatisplus.core.metadata.IPage<SysMenu> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysMenu> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysMenu> query) |
List<SysMenu> |
selectMenuList(SysMenu menu,
UserObject user) |
List<SysMenu> |
selectMenuList(UserObject user) |
List<Long> |
selectMenuListByRoleId(Long roleId) |
List<SysMenu> |
selectMenuListByUserId(SysMenu sysMenu) |
Set<String> |
selectMenuPermsByRoleId(Long roleId) |
Set<String> |
selectMenuPermsByUserId(Long userId) |
List<SysMenu> |
selectMenuTreeByUserId(Long userId) |
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdcom.baomidou.mybatisplus.core.metadata.IPage<SysMenu> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysMenu> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysMenu> query)
List<SysMenu> selectMenuList(UserObject user)
List<SysMenu> selectMenuList(SysMenu menu, UserObject user)
List<TreeSelect> buildMenuTreeSelect(List<SysMenu> menus)
boolean checkMenuNameUnique(SysMenu menu)
boolean hasChildByMenuId(Long menuId)
boolean checkMenuExistRole(Long menuId)
Copyright © 2023. All rights reserved.