public interface DealerLocationService
| 限定符和类型 | 方法和说明 |
|---|---|
List<DealerLocation> |
getDealersByLocationByConditions(Double latitude,
Double longitude,
Long distance,
Integer start,
Integer limit) |
List<DealerLocation> |
getNear(Double x,
Double y,
Long distance,
Integer limit) |
boolean |
removeLocation(Long id) |
boolean |
upsertLocation(DealerLocation workLocation) |
boolean upsertLocation(DealerLocation workLocation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<DealerLocation> getNear(Double x, Double y, Long distance, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<DealerLocation> getDealersByLocationByConditions(Double latitude, Double longitude, Long distance, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceDaoException, com.gemantic.common.exception.ServiceException
com.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionCopyright © 2021. All rights reserved.