public class StoresController extends BaseController
DEFAULT_CURRENT_PAGE, DEFAULT_FIELD_SET, DEFAULT_PAGE_SIZE, HEADER_TOTAL_COUNT| Constructor and Description |
|---|
StoresController() |
| Modifier and Type | Method and Description |
|---|---|
void |
countLocationSearch(java.lang.String query,
java.lang.Double latitude,
java.lang.Double longitude,
double radius,
double accuracy,
HttpServletResponse response) |
PointOfServiceWsDTO |
locationDetails(java.lang.String storeId,
java.lang.String fields) |
StoreFinderSearchPageWsDTO |
locationSearch(java.lang.String query,
java.lang.Double latitude,
java.lang.Double longitude,
int currentPage,
int pageSize,
java.lang.String sort,
double radius,
double accuracy,
java.lang.String fields,
HttpServletResponse response) |
addPaginationField, getDataMapper, handleDuplicateUidException, handleErrorInternal, handleModelNotFoundException, logParam, logParam, logParam, logValue, sanitize, setDataMapper, setTotalCountHeader, setTotalCountHeader, validatepublic StoreFinderSearchPageWsDTO locationSearch(java.lang.String query, java.lang.Double latitude, java.lang.Double longitude, int currentPage, int pageSize, java.lang.String sort, double radius, double accuracy, java.lang.String fields, HttpServletResponse response) throws RequestParameterException
RequestParameterExceptionpublic void countLocationSearch(java.lang.String query,
java.lang.Double latitude,
java.lang.Double longitude,
double radius,
double accuracy,
HttpServletResponse response)
throws RequestParameterException
RequestParameterExceptionpublic PointOfServiceWsDTO locationDetails(java.lang.String storeId, java.lang.String fields)
Copyright © 2018 SAP SE. All Rights Reserved.