@Service public class SysMenuServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysMenuMapper,SysMenu> implements SysMenuService
| 构造器和说明 |
|---|
SysMenuServiceImpl() |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic 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)
selectListPage 在接口中 SysMenuServicepublic Set<String> selectMenuPermsByRoleId(Long roleId)
selectMenuPermsByRoleId 在接口中 SysMenuServicepublic Set<String> selectMenuPermsByUserId(Long userId)
selectMenuPermsByUserId 在接口中 SysMenuServicepublic List<SysMenu> selectMenuTreeByUserId(Long userId)
selectMenuTreeByUserId 在接口中 SysMenuServicepublic List<RouterVo> buildMenus(List<SysMenu> menus)
buildMenus 在接口中 SysMenuServicepublic List<SysMenu> selectMenuList(UserObject user)
selectMenuList 在接口中 SysMenuServicepublic List<SysMenu> selectMenuList(SysMenu menu, UserObject user)
selectMenuList 在接口中 SysMenuServicepublic List<TreeSelect> buildMenuTreeSelect(List<SysMenu> menus)
buildMenuTreeSelect 在接口中 SysMenuServicepublic List<SysMenu> buildMenuTree(List<SysMenu> menus)
buildMenuTree 在接口中 SysMenuServicepublic List<Long> selectMenuListByRoleId(Long roleId)
selectMenuListByRoleId 在接口中 SysMenuServicepublic List<SysMenu> selectMenuListByUserId(SysMenu sysMenu)
selectMenuListByUserId 在接口中 SysMenuServicepublic boolean checkMenuNameUnique(SysMenu menu)
checkMenuNameUnique 在接口中 SysMenuServicepublic boolean hasChildByMenuId(Long menuId)
hasChildByMenuId 在接口中 SysMenuServicepublic boolean checkMenuExistRole(Long menuId)
checkMenuExistRole 在接口中 SysMenuServicepublic List<SysMenu> getChildPerms(List<SysMenu> list, int parentId)
list - 分类列表parentId - 传入的父节点IDpublic boolean isMenuFrame(SysMenu menu)
menu - 菜单信息public boolean isInnerLink(SysMenu menu)
menu - 菜单信息public boolean isParentView(SysMenu menu)
menu - 菜单信息Copyright © 2023. All rights reserved.