| Package | Description |
|---|---|
| net.mingsoft.basic.biz | |
| net.mingsoft.basic.biz.impl | |
| net.mingsoft.basic.dao |
| Modifier and Type | Method and Description |
|---|---|
List<RoleModelEntity> |
IRoleModelBiz.queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
| Modifier and Type | Method and Description |
|---|---|
void |
IModelBiz.reModel(ModelEntity modelParent,
String parentIds,
int mangerRoleId,
List<RoleModelEntity> roleModels,
Integer parentId)
菜单新增递归方法
|
void |
IRoleModelBiz.saveEntity(List<RoleModelEntity> roleModelList)
保存该角色对应的模块集合
|
void |
IRoleModelBiz.updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleModelEntity> |
RoleModelBizImpl.queryByRoleId(int roleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBizImpl.reModel(ModelEntity modelParent,
String parentIds,
int mangerRoleId,
List<RoleModelEntity> roleModels,
Integer parentId) |
void |
RoleModelBizImpl.saveEntity(List<RoleModelEntity> roleModelList) |
void |
RoleModelBizImpl.updateEntity(List<RoleModelEntity> roleModelList) |
| Modifier and Type | Method and Description |
|---|---|
List<RoleModelEntity> |
IRoleModelDao.queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRoleModelDao.saveEntity(List<RoleModelEntity> roleModelList)
Deprecated.
|
void |
IRoleModelDao.updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
Copyright © 2020. All rights reserved.