public interface IRoleModelBiz extends net.mingsoft.base.biz.IBaseBiz<RoleModelEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByRoleId(int roleId) |
List<RoleModelEntity> |
queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
void |
saveEntity(List<RoleModelEntity> roleModelList)
保存该角色对应的模块集合
|
void |
updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
countBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntitycount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdvoid saveEntity(List<RoleModelEntity> roleModelList)
roleModelList - 集合void updateEntity(List<RoleModelEntity> roleModelList)
roleModelList - 集合List<RoleModelEntity> queryByRoleId(int roleId)
roleId - void deleteByRoleId(int roleId)
Copyright © 2020. All rights reserved.