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
/
GrowthRateServiceImpl
Growth
Rate
Service
Impl
@
Service
class
GrowthRateServiceImpl
(
growthRateRepository
:
GrowthRateRepository
)
:
GrowthRateService
成长速率服务实现
Members
Constructors
Growth
Rate
Service
Impl
Link copied to clipboard
constructor
(
growthRateRepository
:
GrowthRateRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
GrowthRateSpecification
)
:
List
<
GrowthRateView
>
按条件查询成长速率列表
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
:
SaveGrowthRateInput
)
:
GrowthRateView
保存成长速率
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateGrowthRateInput
)
:
GrowthRateView
更新成长速率