Interface PricingService

All Known Implementing Classes:
DefaultPricingService

public interface PricingService
Get the price information for the product
  • Method Summary

    Modifier and Type
    Method
    Description
    List<de.hybris.platform.jalo.order.price.PriceInformation>
    Get the Price information for the product
  • Method Details

    • getPriceForProduct

      List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceForProduct(ProductModel product)
      Get the Price information for the product
      Parameters:
      product - the ProductModel l
      Returns:
      list of PriceInformation for the corresponding product