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
/
MoveAilmentServiceImpl
Move
Ailment
Service
Impl
@
Service
class
MoveAilmentServiceImpl
(
moveAilmentRepository
:
MoveAilmentRepository
)
:
MoveAilmentService
招式异常服务实现
Members
Constructors
Move
Ailment
Service
Impl
Link copied to clipboard
constructor
(
moveAilmentRepository
:
MoveAilmentRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
MoveAilmentSpecification
)
:
List
<
MoveAilmentView
>
remove
By
Id
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
save
(
command
:
SaveMoveAilmentInput
)
:
MoveAilmentView
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateMoveAilmentInput
)
:
MoveAilmentView