Uses of Class
net.mingsoft.basic.entity.RoleEntity
Packages that use RoleEntity
Package
Description
-
Uses of RoleEntity in net.mingsoft.basic.action
Methods in net.mingsoft.basic.action with parameters of type RoleEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataRoleAction.all(RoleEntity role, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) RoleAction.form(RoleEntity role, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 返回编辑界面role_formnet.mingsoft.base.entity.ResultDataRoleAction.get(RoleEntity role, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) net.mingsoft.base.entity.ResultDataRoleAction.list(RoleEntity role, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) Method parameters in net.mingsoft.basic.action with type arguments of type RoleEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataRoleAction.delete(List<RoleEntity> roles, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) -
Uses of RoleEntity in net.mingsoft.basic.bean
Subclasses of RoleEntity in net.mingsoft.basic.bean -
Uses of RoleEntity in net.mingsoft.basic.biz
Method parameters in net.mingsoft.basic.biz with type arguments of type RoleEntityModifier and TypeMethodDescriptionbooleanIRoleBiz.deleteRoleByRoles(List<RoleEntity> roles, ManagerEntity managerSession) 根据角色集合,删除不包括当前管理员所属角色以及默认角色的所有角色,并删除关联角色模块 -
Uses of RoleEntity in net.mingsoft.basic.biz.impl
Method parameters in net.mingsoft.basic.biz.impl with type arguments of type RoleEntityModifier and TypeMethodDescriptionbooleanRoleBizImpl.deleteRoleByRoles(List<RoleEntity> roles, ManagerEntity managerSession) 根据角色集合,删除不包括当前管理员所属角色以及默认角色的所有角色,并删除关联角色模块