Interface TmaAbstractOrderDiscountValuePriceBuilder
- All Known Implementing Classes:
DefaultTmaAbstractOrderDiscountValuePriceBuilder
public interface TmaAbstractOrderDiscountValuePriceBuilder
Builder for creating a
TmaAbstractOrderPriceModel from discount value.- Since:
- 2007
-
Method Summary
Modifier and TypeMethodDescriptionbuildPrice(de.hybris.platform.util.DiscountValue discountValue, AbstractOrderModel order, List<de.hybris.platform.util.TaxValue> taxes) Builds an instance ofTmaAbstractOrderPriceModelfor the given param.
-
Method Details
-
buildPrice
TmaAbstractOrderPriceModel buildPrice(de.hybris.platform.util.DiscountValue discountValue, AbstractOrderModel order, List<de.hybris.platform.util.TaxValue> taxes) Builds an instance ofTmaAbstractOrderPriceModelfor the given param.- Parameters:
order- the order for which the prices are createdtaxes- the taxes to be applied on the order price- Returns:
- the list of order entry prices
-