| 程序包 | 说明 |
|---|---|
| net.mingsoft.basic.biz | |
| net.mingsoft.basic.biz.impl | |
| net.mingsoft.basic.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RoleModelEntity> |
IRoleModelBiz.queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IModelBiz.reModel(ModelEntity modelParent,
String parentIds,
int mangerRoleId,
List<RoleModelEntity> roleModels,
Integer parentId)
已过时。
此方法已废弃 推荐使用importModel方法
|
void |
IRoleModelBiz.saveEntity(List<RoleModelEntity> roleModelList)
保存该角色对应的模块集合
|
void |
IRoleModelBiz.updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<RoleModelEntity> |
RoleModelBizImpl.queryByRoleId(int roleId) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RoleModelEntity> |
IRoleModelDao.queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IRoleModelDao.saveEntity(List<RoleModelEntity> roleModelList)
已过时。
|
void |
IRoleModelDao.updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
Copyright © 2023. All rights reserved.