Uses of Class
net.risesoft.security.model.Role
-
Packages that use Role Package Description net.risesoft.controller net.risesoft.security.dao net.risesoft.security.service net.risesoft.security.service.impl -
-
Uses of Role in net.risesoft.controller
Methods in net.risesoft.controller with parameters of type Role Modifier and Type Method Description net.risesoft.pojo.Y9Result<String>RoleController. saveRole(@Valid Role role)创建角色 不能标识为必须需要用户net.risesoft.pojo.Y9Result<Object>RoleController. search(Role role, net.risedata.jdbc.search.LPageable page)获取所有用户 -
Uses of Role in net.risesoft.security.dao
Methods in net.risesoft.security.dao that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleDao. getRolesByUser(String id) -
Uses of Role in net.risesoft.security.service
Methods in net.risesoft.security.service that return Role Modifier and Type Method Description RoleRoleService. findById(String id)根据id获取角色Methods in net.risesoft.security.service that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleService. getRolesByUser(String id)拿到用户的所有权限net.risedata.jdbc.commons.LPage<Role>RoleService. searchForPage(Role role, net.risedata.jdbc.search.LPageable pageable)查询Methods in net.risesoft.security.service with parameters of type Role Modifier and Type Method Description voidRoleService. saveRole(Role role)保存net.risedata.jdbc.commons.LPage<Role>RoleService. searchForPage(Role role, net.risedata.jdbc.search.LPageable pageable)查询 -
Uses of Role in net.risesoft.security.service.impl
Methods in net.risesoft.security.service.impl that return Role Modifier and Type Method Description RoleRoleServiceImpl. findById(String id)Methods in net.risesoft.security.service.impl that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleServiceImpl. getRolesByUser(String id)Methods in net.risesoft.security.service.impl with parameters of type Role Modifier and Type Method Description voidRoleServiceImpl. saveRole(Role role)
-