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
/
MoveAilmentService
Move
Ailment
Service
interface
MoveAilmentService
招式异常服务
Inheritors
MoveAilmentServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
MoveAilmentSpecification
)
:
List
<
MoveAilmentView
>
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveMoveAilmentInput
)
:
MoveAilmentView
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateMoveAilmentInput
)
:
MoveAilmentView