Uses of Class
io.github.xezzon.zeroweb.role.Role
Packages that use Role
Package
Description
-
Uses of Role in io.github.xezzon.zeroweb.auth.internal
Methods in io.github.xezzon.zeroweb.auth.internal that return types with arguments of type RoleModifier and TypeMethodDescriptionAuthzHttpEndpoint.queryRoleByPermission(@NotBlank String permission) 查询指定接口权限关联的所有角色。AuthzHttpEndpoint.queryRoleByUser(@NotBlank String userId) 查询指定用户关联的所有角色。 -
Uses of Role in io.github.xezzon.zeroweb.role
Classes in io.github.xezzon.zeroweb.role that implement interfaces with type arguments of type RoleFields in io.github.xezzon.zeroweb.role declared as RoleFields in io.github.xezzon.zeroweb.role with type parameters of type RoleModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Role> Role_.class_Static metamodel type forRoleRole_.codeStatic metamodel for attributeRole.codeRole_.idStatic metamodel for attributeRole.idRole_.inheritableStatic metamodel for attributeRole.inheritableRole_.nameStatic metamodel for attributeRole.nameRole_.parentIdStatic metamodel for attributeRole.parentIdRole_.valueStatic metamodel for attributeRole.valueMethods in io.github.xezzon.zeroweb.role that return types with arguments of type RoleModifier and TypeMethodDescriptionIRoleService4Auth.findByIdIn(Collection<String> roleIds) 根据ID批量查询角色IRoleService4Auth.findParent(String roleId) 查询上级角色IRoleService4Auth.topDownList(Collection<String> initial) 查询角色子级列表 -
Uses of Role in io.github.xezzon.zeroweb.role.entity
Classes in io.github.xezzon.zeroweb.role.entity that implement interfaces with type arguments of type RoleMethods in io.github.xezzon.zeroweb.role.entity that return Role -
Uses of Role in io.github.xezzon.zeroweb.role.internal
Classes in io.github.xezzon.zeroweb.role.internal that implement interfaces with type arguments of type RoleMethods in io.github.xezzon.zeroweb.role.internal that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.findByIdIn(Collection<String> roleIds) RoleService.findParent(String childId) RoleHttpEndpoint.listAllRole()查询角色列表RoleService.listByParentId(Collection<String> parentIds) RoleHttpEndpoint.listMyRole()查询当前登录人的角色RoleService.topDownList(Collection<String> initial) -
Uses of Role in io.github.xezzon.zeroweb.role.repository
Subinterfaces with type arguments of type Role in io.github.xezzon.zeroweb.role.repositoryModifier and TypeInterfaceDescriptioninterface角色数据访问层接口interface角色数据访问层接口Methods in io.github.xezzon.zeroweb.role.repository that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleRepository.findByParentIdIn(Collection<String> parentIds) 根据父角色ID集合查询子角色RoleRepository.findByValue(String value) 根据角色编码查询角色RoleRepository.findByValueIn(Collection<String> values) 根据角色编码集合批量查询角色