Uses of Class
de.hybris.platform.commercefacades.storefinder.data.StoreFinderStockSearchPageData
Packages that use StoreFinderStockSearchPageData
Package
Description
-
Uses of StoreFinderStockSearchPageData in de.hybris.platform.commercefacades.storefinder
Classes in de.hybris.platform.commercefacades.storefinder with type parameters of type StoreFinderStockSearchPageDataModifier and TypeInterfaceDescriptioninterfaceStoreFinderStockFacade<ITEM extends PointOfServiceStockData,RESULT extends StoreFinderStockSearchPageData<ITEM>> Store finder stock facade. -
Uses of StoreFinderStockSearchPageData in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl that return StoreFinderStockSearchPageDataModifier and TypeMethodDescriptionprotected StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade.createSearchResult(List<ITEM> results, PaginationData paginationData, ProductData productData) protected StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade.createStoreFinderStockSearchPageData()protected StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade.getResultForPOSData(StoreFinderSearchPageData<PointOfServiceDistanceData> storeFinderSearchPageData, ProductData productData) DefaultStoreFinderStockFacade.productPOSSearch(String posName, ProductData productData, PageableData pageableData) DefaultStoreFinderStockFacade.productSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData) DefaultStoreFinderStockFacade.productSearch(String location, ProductData productData, PageableData pageableData) -
Uses of StoreFinderStockSearchPageData in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return StoreFinderStockSearchPageDataModifier and TypeMethodDescriptionprotected StoreFinderStockSearchPageDataProductsController.doSearchProductStockByLocation(String productCode, String location, Double latitude, Double longitude, int currentPage, int pageSize) -
Uses of StoreFinderStockSearchPageData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that return StoreFinderStockSearchPageDataModifier and TypeMethodDescriptionPickupInStoreController.emptyStoreFinderResult(ProductData productData) -
Uses of StoreFinderStockSearchPageData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return StoreFinderStockSearchPageDataModifier and TypeMethodDescriptionProductsController.searchProductStockByLocation(String code, String location, int currentPage, int pageSize) Web service handler for searching product's stock level sorted by distance from specific location passed by the free-text parameter.ProductsController.searchProductStockByLocationGeoCode(String code, Double latitude, Double longitude, int currentPage, int pageSize) Web service handler for searching product's stock level sorted by distance from specific location passed by the free-text parameter. -
Uses of StoreFinderStockSearchPageData in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return StoreFinderStockSearchPageDataModifier and TypeMethodDescriptionprotected StoreFinderStockSearchPageDataProductsController.doSearchProductStockByLocation(String productCode, String location, Double latitude, Double longitude, int currentPage, int pageSize)