public class WorkerLocationSCAClient extends Object implements WorkerLocationService
| 构造器和说明 |
|---|
WorkerLocationSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WorkerLocation> |
getNear(Double x,
Double y,
Long distance,
Integer limit) |
WorkerLocationService |
getWorkerLocationService() |
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) |
void |
setWorkerLocationService(WorkerLocationService workerLocationService) |
boolean |
upsertLocation(WorkerLocation workLocation) |
public WorkerLocationService getWorkerLocationService()
public void setWorkerLocationService(WorkerLocationService workerLocationService)
public boolean removeLocation(Long id) throws Exception
removeLocation 在接口中 WorkerLocationServiceExceptionpublic boolean upsertLocation(WorkerLocation workLocation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
upsertLocation 在接口中 WorkerLocationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<WorkerLocation> getNear(Double x, Double y, Long distance, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getNear 在接口中 WorkerLocationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<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
getWorksByLocationByConditions 在接口中 WorkerLocationServicecom.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionCopyright © 2021. All rights reserved.