LocationAreaServiceImpl

@Service
class LocationAreaServiceImpl(locationAreaRepository: LocationAreaRepository) : LocationAreaService

Constructors

Link copied to clipboard
constructor(locationAreaRepository: LocationAreaRepository)

Functions

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