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
/
BerryFlavorServiceImpl
Berry
Flavor
Service
Impl
@
Service
class
BerryFlavorServiceImpl
(
berryFlavorRepository
:
BerryFlavorRepository
)
:
BerryFlavorService
树果风味服务实现
Members
Constructors
Berry
Flavor
Service
Impl
Link copied to clipboard
constructor
(
berryFlavorRepository
:
BerryFlavorRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
BerryFlavorSpecification
)
:
List
<
BerryFlavorView
>
按条件查询树果风味列表
remove
By
Id
Link copied to clipboard
open
override
fun
removeById
(
id
:
Long
)
按 ID 删除树果风味
save
Link copied to clipboard
open
override
fun
save
(
command
:
SaveBerryFlavorInput
)
:
BerryFlavorView
保存树果风味
update
Link copied to clipboard
open
override
fun
update
(
command
:
UpdateBerryFlavorInput
)
:
BerryFlavorView
更新树果风味