Interface PricingService
- All Known Implementing Classes:
DefaultPricingService
public interface PricingService
Get the price information for the product
-
Method Summary
Modifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>getPriceForProduct(ProductModel product) Get the Price information for the product
-
Method Details
-
getPriceForProduct
Get the Price information for the product- Parameters:
product- the ProductModel l- Returns:
- list of PriceInformation for the corresponding product
-