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
/
GrowthRateService
Growth
Rate
Service
interface
GrowthRateService
成长速率服务
Inheritors
GrowthRateServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
GrowthRateSpecification
)
:
List
<
GrowthRateView
>
按筛选条件查询成长速率列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的成长速率
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveGrowthRateInput
)
:
GrowthRateView
创建成长速率
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateGrowthRateInput
)
:
GrowthRateView
更新成长速率