LocationServiceImpl

@Service
class LocationServiceImpl(locationRepository: LocationRepository) : LocationService

Constructors

Link copied to clipboard
constructor(locationRepository: LocationRepository)

Functions

Link copied to clipboard
open override fun getPageByCondition(specification: LocationSpecification, pageable: Pageable): Page<LocationView>
Link copied to clipboard
open override fun listByCondition(specification: LocationSpecification): List<LocationView>
Link copied to clipboard
open override fun removeById(id: Long)
Link copied to clipboard
open override fun save(command: SaveLocationInput): LocationView
Link copied to clipboard
open override fun update(command: UpdateLocationInput): LocationView