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
/
TypeServiceImpl
Type
Service
Impl
@
Service
class
TypeServiceImpl
(
typeRepository
:
TypeRepository
)
:
TypeService
属性服务实现
Members
Constructors
Type
Service
Impl
Link copied to clipboard
constructor
(
typeRepository
:
TypeRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
TypeSpecification
)
:
List
<
TypeView
>
按条件查询属性列表
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
:
SaveTypeInput
)
:
TypeView
保存属性
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateTypeInput
)
:
TypeView
更新属性