Interface SapPricingCatalogService
- All Superinterfaces:
de.hybris.platform.product.PriceService
- All Known Implementing Classes:
DefaultSapPricingCatalogService
public interface SapPricingCatalogService
extends de.hybris.platform.product.PriceService
Sap Pricing Catalog service.
-
Method Summary
Modifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>Method to get price information for productsMethods inherited from interface de.hybris.platform.product.PriceService
getAllPriceInformation, getPriceInformations, getPriceInformationsForProduct
-
Method Details
-
getPriceInformationForProducts
List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceInformationForProducts(List<ProductModel> models) Method to get price information for products- Parameters:
models- List- Returns:
- List
-