Uses of Class
net.mingsoft.basic.entity.RoleModelEntity
Packages that use RoleModelEntity
-
Uses of RoleModelEntity in net.mingsoft.basic.biz
Methods in net.mingsoft.basic.biz that return types with arguments of type RoleModelEntityMethod parameters in net.mingsoft.basic.biz with type arguments of type RoleModelEntityModifier and TypeMethodDescriptionvoidIModelBiz.reModel(ModelEntity modelParent, String parentIds, int mangerRoleId, List<RoleModelEntity> roleModels, Integer parentId) Deprecated.此方法已废弃 推荐使用importModel方法voidIRoleModelBiz.saveEntity(List<RoleModelEntity> roleModelList) 保存该角色对应的模块集合voidIRoleModelBiz.updateEntity(List<RoleModelEntity> roleModelList) 更新该角色对应的模块集合 -
Uses of RoleModelEntity in net.mingsoft.basic.biz.impl
Methods in net.mingsoft.basic.biz.impl that return types with arguments of type RoleModelEntityMethod parameters in net.mingsoft.basic.biz.impl with type arguments of type RoleModelEntityModifier and TypeMethodDescriptionvoidModelBizImpl.reModel(ModelEntity modelParent, String parentIds, int mangerRoleId, List<RoleModelEntity> roleModels, Integer parentId) Deprecated.voidRoleModelBizImpl.saveEntity(List<RoleModelEntity> roleModelList) voidRoleModelBizImpl.updateEntity(List<RoleModelEntity> roleModelList) -
Uses of RoleModelEntity in net.mingsoft.basic.dao
Methods in net.mingsoft.basic.dao that return types with arguments of type RoleModelEntityMethod parameters in net.mingsoft.basic.dao with type arguments of type RoleModelEntityModifier and TypeMethodDescriptionvoidIRoleModelDao.saveEntity(List<RoleModelEntity> roleModelList) Deprecated.voidIRoleModelDao.updateEntity(List<RoleModelEntity> roleModelList) 更新该角色对应的模块集合