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
/
EggGroupService
Egg
Group
Service
interface
EggGroupService
蛋组服务
Inheritors
EggGroupServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
EggGroupSpecification
)
:
List
<
EggGroupView
>
按筛选条件查询蛋组列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的蛋组
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveEggGroupInput
)
:
EggGroupView
创建蛋组
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateEggGroupInput
)
:
EggGroupView
更新蛋组