| Package | Description |
|---|---|
| net.mingsoft.basic.action | |
| net.mingsoft.basic.biz | |
| net.mingsoft.basic.biz.impl | |
| net.mingsoft.basic.dao | |
| net.mingsoft.basic.entity |
| Modifier and Type | Method and Description |
|---|---|
protected ModelEntity |
BaseAction.getBasicModelCode()
根据当前的模块获取到当前模块的basic文章模块信息
|
protected ModelEntity |
BaseAction.getCategoryModelCode()
根据当前的模块获取到当前模块的分类模块信息
|
| Modifier and Type | Method and Description |
|---|---|
net.mingsoft.base.entity.ResultData |
ModelAction.get(ModelEntity modelEntity,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
获取模块表
|
net.mingsoft.base.entity.ResultData |
ModelAction.list(ModelEntity modelEntity,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
查询模块表列表
|
net.mingsoft.base.entity.ResultData |
ModelAction.modelList(ModelEntity modelEntity,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
查询模块表列表
|
net.mingsoft.base.entity.ResultData |
ModelAction.save(ModelEntity model,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
保存模块表实体
|
net.mingsoft.base.entity.ResultData |
ModelAction.update(ModelEntity model,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
更新模块表信息模块表
|
| Modifier and Type | Method and Description |
|---|---|
ModelEntity |
IModelBiz.getEntityByModelCode(net.mingsoft.base.constant.e.BaseEnum modelCode)
根据模块编号查询模块实体
|
ModelEntity |
IModelBiz.getEntityByModelCode(String modelCode)
根据模块编号查询模块实体
|
ModelEntity |
IModelBiz.getModel(String modelType,
int modelId)
根据模块id获取当前项目中的分类模块id,规则根据modelcode定。**99******,只用是第3位与第4位99
|
| Modifier and Type | Method and Description |
|---|---|
void |
IModelBiz.reModel(ModelEntity modelParent,
String parentIds,
int mangerRoleId,
List<RoleModelEntity> roleModels,
Integer parentId)
菜单新增递归方法
|
void |
IModelBiz.saveEntity(ModelEntity model)
保存
|
void |
IModelBiz.updateEntity(ModelEntity model)
修改
|
| Modifier and Type | Method and Description |
|---|---|
ModelEntity |
ModelBizImpl.getEntityByModelCode(net.mingsoft.base.constant.e.BaseEnum modelCode) |
ModelEntity |
ModelBizImpl.getEntityByModelCode(String modelCode) |
ModelEntity |
ModelBizImpl.getModel(String modelType,
int modelId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBizImpl.reModel(ModelEntity modelParent,
String parentIds,
int mangerRoleId,
List<RoleModelEntity> roleModels,
Integer parentId) |
void |
ModelBizImpl.saveEntity(ModelEntity model) |
void |
ModelBizImpl.updateEntity(ModelEntity model) |
| Modifier and Type | Method and Description |
|---|---|
ModelEntity |
IModelDao.getEntityByModelCode(String modelCode)
根据模块编号查询模块实体
|
ModelEntity |
IModelDao.getModel(String modelCodeRegex,
int modelId)
根据模块id获取当前项目中的分类模块id,规则根据modelcode定。**99******,只用是第3位与第4位99
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelEntity> |
ModelEntity.getModelChildList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEntity.setModelChildList(List<ModelEntity> modelChildList) |
Copyright © 2020. All rights reserved.