Uses of Class
net.mingsoft.basic.entity.ModelEntity
Packages that use ModelEntity
Package
Description
-
Uses of ModelEntity in net.mingsoft.basic.action
Methods in net.mingsoft.basic.action with parameters of type ModelEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataModelAction.childList(ModelEntity modelEntity, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) net.mingsoft.base.entity.ResultDataModelAction.get(ModelEntity modelEntity, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 获取模块表net.mingsoft.base.entity.ResultDataModelAction.list(ModelEntity modelEntity, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 查询模块表列表net.mingsoft.base.entity.ResultDataModelAction.modelList(ModelEntity modelEntity, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 查询模块表列表net.mingsoft.base.entity.ResultDataModelAction.save(ModelEntity model, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 保存模块表实体net.mingsoft.base.entity.ResultDataModelAction.update(ModelEntity model, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 更新模块表信息模块表 -
Uses of ModelEntity in net.mingsoft.basic.biz
Methods in net.mingsoft.basic.biz that return ModelEntityModifier and TypeMethodDescriptionIModelBiz.getEntityByModelCode(String modelCode) 根据模块编号查询模块实体IModelBiz.getEntityByModelCode(net.mingsoft.base.constant.e.BaseEnum modelCode) 根据模块编号查询模块实体根据模块id获取当前项目中的分类模块id,规则根据modelcode定。Methods in net.mingsoft.basic.biz that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionIModelBiz.queryAllChildList(ModelEntity modelEntity) 查询当前菜单所有的子集菜单和权限集合IModelBiz.queryChildList(ModelEntity modelEntity) 此方法不动,怕影响其他地方使用 查询当前菜单下的一级菜单IModelBiz.queryModelByRoleId(int roleId) 根据角色ID查询模块集合Methods in net.mingsoft.basic.biz with parameters of type ModelEntityModifier and TypeMethodDescriptionvoidIModelBiz.importModel(ModelEntity modelEntity, int mangerRoleId, String parentIds, Integer modelId) 导入菜单IModelBiz.queryAllChildList(ModelEntity modelEntity) 查询当前菜单所有的子集菜单和权限集合IModelBiz.queryChildList(ModelEntity modelEntity) 此方法不动,怕影响其他地方使用 查询当前菜单下的一级菜单voidIModelBiz.reModel(ModelEntity modelParent, String parentIds, int mangerRoleId, List<RoleModelEntity> roleModels, Integer parentId) Deprecated.此方法已废弃 推荐使用importModel方法voidIModelBiz.saveEntity(ModelEntity model) 保存voidIModelBiz.saveModel(ModelEntity modelEntity) 保存菜单,并且为角色添加该新增菜单的权限(super不会给绑定的角色添加新增菜单的权限)voidIModelBiz.updateEntity(ModelEntity model) 修改Method parameters in net.mingsoft.basic.biz with type arguments of type ModelEntityModifier and TypeMethodDescriptionvoidIRoleModelBiz.deleteByModelIds(List<ModelEntity> models) 根据modelId删除关联roleId -
Uses of ModelEntity in net.mingsoft.basic.biz.impl
Methods in net.mingsoft.basic.biz.impl that return ModelEntityModifier and TypeMethodDescriptionModelBizImpl.getEntityByModelCode(String modelCode) ModelBizImpl.getEntityByModelCode(net.mingsoft.base.constant.e.BaseEnum modelCode) Methods in net.mingsoft.basic.biz.impl that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionModelBizImpl.queryAllChildList(ModelEntity modelEntity) ModelBizImpl.queryChildList(ModelEntity modelEntity) ModelBizImpl.queryModelByRoleId(int roleId) Methods in net.mingsoft.basic.biz.impl with parameters of type ModelEntityModifier and TypeMethodDescriptionvoidModelBizImpl.importModel(ModelEntity modelEntity, int mangerRoleId, String parentIds, Integer modelId) ModelBizImpl.queryAllChildList(ModelEntity modelEntity) ModelBizImpl.queryChildList(ModelEntity modelEntity) voidModelBizImpl.reModel(ModelEntity modelParent, String parentIds, int mangerRoleId, List<RoleModelEntity> roleModels, Integer parentId) Deprecated.voidModelBizImpl.saveEntity(ModelEntity model) voidModelBizImpl.saveModel(ModelEntity model) voidModelBizImpl.updateEntity(ModelEntity model) Method parameters in net.mingsoft.basic.biz.impl with type arguments of type ModelEntityModifier and TypeMethodDescriptionvoidRoleModelBizImpl.deleteByModelIds(List<ModelEntity> models) -
Uses of ModelEntity in net.mingsoft.basic.dao
Methods in net.mingsoft.basic.dao that return ModelEntityModifier and TypeMethodDescriptionIModelDao.getEntityByModelCode(String modelCode) Deprecated.ModelCode字段以后不再使用了根据模块id获取当前项目中的分类模块id,规则根据modelcode定。Methods in net.mingsoft.basic.dao that return types with arguments of type ModelEntity -
Uses of ModelEntity in net.mingsoft.basic.entity
Methods in net.mingsoft.basic.entity that return types with arguments of type ModelEntityMethod parameters in net.mingsoft.basic.entity with type arguments of type ModelEntityModifier and TypeMethodDescriptionvoidModelEntity.setModelChildList(List<ModelEntity> modelChildList) -
Uses of ModelEntity in net.mingsoft.basic.strategy
Methods in net.mingsoft.basic.strategy that return types with arguments of type ModelEntity