LocationAreaService

Functions

Link copied to clipboard
abstract fun getPageByCondition(specification: LocationAreaSpecification, pageable: Pageable): Page<LocationAreaView>
Link copied to clipboard
abstract fun removeById(id: Long)
Link copied to clipboard
abstract fun save(command: SaveLocationAreaInput): LocationAreaView
Link copied to clipboard
abstract fun update(command: UpdateLocationAreaInput): LocationAreaView