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.impl
/
StatServiceImpl
Stat
Service
Impl
@
Service
class
StatServiceImpl
(
statRepository
:
StatRepository
)
:
StatService
能力值服务实现
Members
Constructors
Stat
Service
Impl
Link copied to clipboard
constructor
(
statRepository
:
StatRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
StatSpecification
)
:
List
<
StatView
>
根据条件查询能力值列表
list
Core
Stats
Link copied to clipboard
open
override
fun
listCoreStats
(
)
:
List
<
Stat
>
查询核心能力值列表
remove
By
Id
Link copied to clipboard
open
override
fun
removeById
(
id
:
Long
)
按 ID 删除能力值
save
Link copied to clipboard
open
override
fun
save
(
command
:
SaveStatInput
)
:
StatView
保存能力值
update
Link copied to clipboard
open
override
fun
update
(
command
:
UpdateStatInput
)
:
StatView
更新能力值