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
/
MoveLearnMethodService
Move
Learn
Method
Service
interface
MoveLearnMethodService
招式学习方式服务
Inheritors
MoveLearnMethodServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
MoveLearnMethodSpecification
)
:
List
<
MoveLearnMethodView
>
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveMoveLearnMethodInput
)
:
MoveLearnMethodView
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateMoveLearnMethodInput
)
:
MoveLearnMethodView