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
/
RegionServiceImpl
Region
Service
Impl
@
Service
class
RegionServiceImpl
(
regionRepository
:
RegionRepository
)
:
RegionService
Members
Constructors
Region
Service
Impl
Link copied to clipboard
constructor
(
regionRepository
:
RegionRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
RegionSpecification
)
:
List
<
RegionView
>
remove
By
Id
Link copied to clipboard
open
override
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
open
override
fun
save
(
command
:
SaveRegionInput
)
:
RegionView
update
Link copied to clipboard
open
override
fun
update
(
command
:
UpdateRegionInput
)
:
RegionView