Class StoresHelper
java.lang.Object
de.hybris.platform.ycommercewebservices.v2.helper.AbstractHelper
de.hybris.platform.ycommercewebservices.v2.helper.StoresHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublegetInKilometres(double radius, double accuracy) locationDetails(String storeId, String fields) locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy) locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy, String fields) Methods inherited from class de.hybris.platform.ycommercewebservices.v2.helper.AbstractHelper
createPageableData, getDataMapper, setDataMapper
-
Constructor Details
-
StoresHelper
public StoresHelper()
-
-
Method Details
-
locationSearch
@Cacheable(value="storeCache", key="T(de.hybris.platform.commercewebservicescommons.cache.CommerceCacheKeyGenerator).generateKey(false,false,\'DTO\',#query,#latitude,#longitude,#currentPage,#pageSize,#sort,#radius,#accuracy,#fields)") public StoreFinderSearchPageWsDTO locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy, String fields) -
locationSearch
@Cacheable(value="storeCache", key="T(de.hybris.platform.commercewebservicescommons.cache.CommerceCacheKeyGenerator).generateKey(false,false,\'Data\',#query,#latitude,#longitude,#currentPage,#pageSize,#sort,#radius,#accuracy)") public StoreFinderSearchPageData<PointOfServiceData> locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy) -
locationDetails
@Cacheable(value="storeCache", key="T(de.hybris.platform.commercewebservicescommons.cache.CommerceCacheKeyGenerator).generateKey(false,false,\'storeDetails\',#storeId,#fields)") public PointOfServiceWsDTO locationDetails(String storeId, String fields) -
getInKilometres
protected double getInKilometres(double radius, double accuracy)
-