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
/
EggGroupServiceImpl
Egg
Group
Service
Impl
@
Service
class
EggGroupServiceImpl
(
eggGroupRepository
:
EggGroupRepository
)
:
EggGroupService
蛋组服务实现
Members
Constructors
Egg
Group
Service
Impl
Link copied to clipboard
constructor
(
eggGroupRepository
:
EggGroupRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
EggGroupSpecification
)
:
List
<
EggGroupView
>
按筛选条件查询蛋组列表
remove
By
Id
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
removeById
(
id
:
Long
)
删除指定 ID 的蛋组
save
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
save
(
command
:
SaveEggGroupInput
)
:
EggGroupView
创建蛋组
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateEggGroupInput
)
:
EggGroupView
更新蛋组