public interface IRoleBiz extends net.mingsoft.base.biz.IBaseBiz<RoleEntity>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
deleteRoleByRoles(List<RoleEntity> roles,
ManagerEntity managerSession)
根据角色集合,删除不包括当前管理员所属角色以及默认角色的所有角色,并删除关联角色模块
|
boolean |
saveOrUpdateRole(RoleBean role)
批量更新角色与权限关联数据
|
alterTable, countBySQL, countBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntitycount, 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, updateByIdboolean saveOrUpdateRole(RoleBean role)
role - 当前角色,通常由前端提交boolean deleteRoleByRoles(List<RoleEntity> roles, ManagerEntity managerSession)
roles - 角色集合managerSession - 当前管理员Copyright © 2024. All rights reserved.