avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service
/
StatService
Stat
Service
interface
StatService
能力值服务
Inheritors
StatServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
StatSpecification
)
:
List
<
StatView
>
根据条件查询能力值列表
list
Core
Stats
Link copied to clipboard
abstract
fun
listCoreStats
(
)
:
List
<
Stat
>
查询核心能力值列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
按 ID 删除能力值
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveStatInput
)
:
StatView
保存能力值
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateStatInput
)
:
StatView
更新能力值