Uses of Class
de.hybris.platform.commercewebservicescommons.dto.store.StoreFinderSearchPageWsDTO
-
Packages that use StoreFinderSearchPageWsDTO Package Description de.hybris.platform.ycommercewebservices.v2.controller de.hybris.platform.ycommercewebservices.v2.helper -
-
Uses of StoreFinderSearchPageWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return StoreFinderSearchPageWsDTO Modifier and Type Method Description StoreFinderSearchPageWsDTOStoresController. getStoreLocations(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, javax.servlet.http.HttpServletResponse response) -
Uses of StoreFinderSearchPageWsDTO in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return StoreFinderSearchPageWsDTO Modifier and Type Method Description StoreFinderSearchPageWsDTOStoresHelper. 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)
-