Interface StoreFinderStockFacade<ITEM extends PointOfServiceStockData,RESULT extends StoreFinderStockSearchPageData<ITEM>>
- Type Parameters:
ITEM- type extendingPointOfServiceStockDataRESULT- result type extendingStoreFinderStockSearchPageData
- All Known Implementing Classes:
DefaultStoreFinderStockFacade
public interface StoreFinderStockFacade<ITEM extends PointOfServiceStockData,RESULT extends StoreFinderStockSearchPageData<ITEM>>
Store finder stock facade. It is used for retrieving store specific stock data.
-
Method Summary
Modifier and TypeMethodDescriptionproductPOSSearch(String posName, ProductData productData, PageableData pageableData) Returns result set with point of services with stock levels for the given point of service nameproductSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData) Returns result set with point of services with stock levels for the given GPS coordinatesproductSearch(String location, ProductData productData, PageableData pageableData) Returns result set with point of services with stock levels for the given location free text search term
-
Method Details
-
productSearch
Returns result set with point of services with stock levels for the given location free text search term- Parameters:
location-productData-pageableData-- Returns:
StoreFinderStockSearchPageDatawithPointOfServiceStockData
-
productPOSSearch
Returns result set with point of services with stock levels for the given point of service name- Parameters:
posName-productData-pageableData-- Returns:
StoreFinderStockSearchPageDatawithPointOfServiceStockData
-
productSearch
Returns result set with point of services with stock levels for the given GPS coordinates- Parameters:
geoPoint-productData-pageableData-- Returns:
StoreFinderStockSearchPageDatawithPointOfServiceStockData
-