@Service public class SysRoleServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysRoleMapper,SysRole> implements SysRoleService
| 构造器和说明 |
|---|
SysRoleServiceImpl() |
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 void add(SysRoleRequest sysRoleRequest)
SysRoleServiceadd 在接口中 SysRoleServicesysRoleRequest - 添加参数@Transactional(rollbackFor=java.lang.Exception.class) public void del(SysRoleRequest sysRoleRequest)
del 在接口中 RoleServiceApipublic void grantResourceV2GrantAll(SysRoleRequest sysRoleRequest)
grantResourceV2GrantAll 在接口中 RoleServiceApipublic SysRoleDTO getRoleByCode(String roleCode)
getRoleByCode 在接口中 RoleServiceApipublic RoleAuthorizeInfo getRoleAuthorizeInfo(List<Long> roleIdList)
getRoleAuthorizeInfo 在接口中 RoleServiceApi@Transactional(rollbackFor=java.lang.Exception.class) public void edit(SysRoleRequest sysRoleRequest)
SysRoleServiceedit 在接口中 SysRoleServicesysRoleRequest - 编辑参数public SysRoleDTO detail(SysRoleRequest sysRoleRequest)
SysRoleServicedetail 在接口中 SysRoleServicesysRoleRequest - 查看参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysRole> findPage(SysRoleRequest sysRoleRequest)
SysRoleServicefindPage 在接口中 SysRoleServicesysRoleRequest - 查询参数public List<SimpleDict> findList(SysRoleRequest sysRoleParam)
SysRoleServicefindList 在接口中 SysRoleServicesysRoleParam - 查询参数@Transactional(rollbackFor=java.lang.Exception.class) public void grantMenuAndButton(SysRoleRequest sysRoleMenuButtonRequest)
SysRoleServicegrantMenuAndButton 在接口中 SysRoleServicepublic void grantMenu(SysRoleRequest sysRoleMenuButtonRequest)
SysRoleServicegrantMenu 在接口中 SysRoleServicepublic List<MenuAndButtonTreeResponse> grantButton(SysRoleRequest sysRoleMenuButtonRequest)
SysRoleServicegrantButton 在接口中 SysRoleService@Transactional(rollbackFor=java.lang.Exception.class) public void grantDataScope(SysRoleRequest sysRoleRequest)
SysRoleServicegrantDataScope 在接口中 SysRoleServicesysRoleRequest - 授权参数public List<SimpleDict> dropDown()
SysRoleServicedropDown 在接口中 SysRoleServicepublic List<Long> getRoleDataScope(SysRoleRequest sysRoleRequest)
SysRoleServicegetRoleDataScope 在接口中 SysRoleServicesysRoleRequest - 查询参数public void grantMenusAndButtons(SysRoleRequest sysRoleRequest)
SysRoleServicegrantMenusAndButtons 在接口中 SysRoleServicepublic List<MenuAndButtonTreeResponse> grantMenusAndButtonsAndGetResult(SysRoleRequest sysRoleRequest)
SysRoleServicepublic List<MenuAndButtonTreeResponse> grantRoleMenus(SysRoleRequest sysRoleRequest)
SysRoleServicegrantRoleMenus 在接口中 SysRoleService@Transactional(rollbackFor=java.lang.Exception.class, isolation=READ_UNCOMMITTED) public List<MenuAndButtonTreeResponse> grantRoleMenusGrantAll(SysRoleRequest sysRoleRequest)
SysRoleServicegrantRoleMenusGrantAll 在接口中 SysRoleService@Transactional(rollbackFor=java.lang.Exception.class, isolation=READ_UNCOMMITTED) public List<MenuAndButtonTreeResponse> grantButtonGrantAll(SysRoleRequest sysRoleRequest)
grantButtonGrantAll 在接口中 RoleServiceApipublic List<SysRoleDTO> getRolesByIds(List<Long> roleIds)
getRolesByIds 在接口中 RoleServiceApipublic List<Long> getRoleDataScopes(List<Long> roleIds)
getRoleDataScopes 在接口中 RoleServiceApipublic List<Long> getMenuIdsByRoleIds(List<Long> roleIds)
getMenuIdsByRoleIds 在接口中 RoleServiceApipublic Set<String> getRoleResourceCodeList(List<Long> roleIdList)
getRoleResourceCodeList 在接口中 RoleServiceApipublic List<SysRoleResourceDTO> getRoleResourceList(List<Long> roleIdList)
getRoleResourceList 在接口中 RoleServiceApipublic Set<String> getRoleButtonCodes(List<Long> roleIdList)
getRoleButtonCodes 在接口中 RoleServiceApipublic List<SysRoleMenuDTO> getRoleMenuList(List<Long> roleIdList)
getRoleMenuList 在接口中 RoleServiceApipublic List<SysRoleMenuButtonDTO> getRoleMenuButtonList(List<Long> roleIdList)
getRoleMenuButtonList 在接口中 RoleServiceApipublic List<SysRoleDTO> getRoleSelectList(SysRoleRequest sysRoleRequest)
getRoleSelectList 在接口中 RoleServiceApipublic void addAdminRole(SysRoleRequest sysRoleRequest)
addAdminRole 在接口中 RoleServiceApiCopyright © 2022. All rights reserved.