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
/
LocationAreaService
Location
Area
Service
interface
LocationAreaService
Inheritors
LocationAreaServiceImpl
Members
Functions
get
Page
By
Condition
Link copied to clipboard
abstract
fun
getPageByCondition
(
specification
:
LocationAreaSpecification
,
pageable
:
Pageable
)
:
Page
<
LocationAreaView
>
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveLocationAreaInput
)
:
LocationAreaView
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateLocationAreaInput
)
:
LocationAreaView