Interface PriceFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      ProductPriceInformations getAllPriceInformations​(SessionContext ctx, Product product, java.util.Date date, boolean net)
      Deprecated.
      Please use {@link de.hybris.platform.product.PriceService.getAllPriceInformation(PriceCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      PriceValue getBasePrice​(AbstractOrderEntry entry)
      Deprecated.
      Please use {@link de.hybris.platform.order.strategies.calculation.FindPriceStrategy.findBasePrice(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.List getDiscountValues​(AbstractOrder order)
      Deprecated.
      Please use {@link de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.List getDiscountValues​(AbstractOrderEntry entry)
      Deprecated.
      Please use {@link de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.List getProductDiscountInformations​(SessionContext ctx, Product product, java.util.Date date, boolean net)
      Deprecated.
      Please use {@link de.hybris.platform.order.DiscountService.getDiscountInformation(BaseCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.List getProductPriceInformations​(SessionContext ctx, Product product, java.util.Date date, boolean net)
      Deprecated.
      Please use {@link de.hybris.platform.product.PriceService.getPriceInformations(PriceCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.List getProductTaxInformations​(SessionContext ctx, Product product, java.util.Date date)
      Deprecated.
      Please use {@link de.hybris.platform.order.TaxService.getTaxInformation(BaseCriteria)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      java.util.Collection getTaxValues​(AbstractOrderEntry entry)
      Deprecated.
      Please use {@link de.hybris.platform.order.strategies.calculation.FindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.
      boolean isNetUser​(User user)
      Deprecated.
      Please use {@link de.hybris.platform.servicelayer.user.UserNetCheckingStrategy.isNetUser(UserModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.