public interface ExtendedPriceFactory extends PriceFactory
PriceFactory in order to retrieve the PriceRow for a given product or entry whereas the
PriceFactory only returns Price informations| Modifier and Type | Method and Description |
|---|---|
PriceRow |
getPriceRow(AbstractOrderEntry entry) |
PriceRow |
getPriceRow(Product product) |
getAllPriceInformations, getBasePrice, getDiscountValues, getDiscountValues, getProductDiscountInformations, getProductPriceInformations, getProductTaxInformations, getTaxValues, isNetUserPriceRow getPriceRow(Product product) throws JaloPriceFactoryException
product - for which the first applicable PriceRow is returnedPriceRow or nullJaloPriceFactoryExceptionPriceRow getPriceRow(AbstractOrderEntry entry) throws JaloPriceFactoryException
entry - for whose product the first applicable PriceRow is returnedPriceRow or nullJaloPriceFactoryExceptionCopyright © 2018 SAP SE. All Rights Reserved.