Interface SapPricingCatalogService
-
- All Superinterfaces:
PriceService
- All Known Implementing Classes:
DefaultSapPricingCatalogService
public interface SapPricingCatalogService extends PriceService
Sap Pricing Catalog service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PriceInformation>getPriceInformationForProducts(java.util.List<ProductModel> models)Method to get price information for products-
Methods inherited from interface de.hybris.platform.product.PriceService
getAllPriceInformation, getPriceInformations, getPriceInformationsForProduct
-
-
-
-
Method Detail
-
getPriceInformationForProducts
java.util.List<PriceInformation> getPriceInformationForProducts(java.util.List<ProductModel> models)
Method to get price information for products- Parameters:
models- List- Returns:
- List
-
-