public interface WorkerLocationService
| Modifier and Type | Method and Description |
|---|---|
List<WorkerLocation> |
getNear(Double x,
Double y,
Long distance,
Integer limit) |
List<WorkerLocation> |
getWorksByLocationByConditions(Double latitude,
Double longitude,
Long distance,
Integer workStatus,
Integer verifiedStatus,
Integer depositStatus,
Double averageEvaluation,
Integer start,
Integer limit) |
boolean |
removeLocation(Long id) |
boolean |
upsertLocation(WorkerLocation workLocation) |
boolean upsertLocation(WorkerLocation workLocation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WorkerLocation> 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<WorkerLocation> getWorksByLocationByConditions(Double latitude, Double longitude, Long distance, Integer workStatus, Integer verifiedStatus, Integer depositStatus, Double averageEvaluation, 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.