avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-auth
/
io.github.lishangbu.avalon.auth.service
/
PermissionService
Permission
Service
interface
PermissionService
权限点服务。
Inheritors
PermissionServiceImpl
Members
Functions
get
By
Id
Link copied to clipboard
abstract
fun
getById
(
id
:
Long
)
:
PermissionView
?
根据 ID 查询权限点。
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
PermissionSpecification
)
:
List
<
PermissionView
>
按条件查询权限点列表。
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
根据 ID 删除权限点。
save
Link copied to clipboard
abstract
fun
save
(
command
:
SavePermissionInput
)
:
PermissionView
保存权限点。
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdatePermissionInput
)
:
PermissionView
更新权限点。