Interface ExtendedPriceFactory
-
- All Superinterfaces:
PriceFactory
- All Known Implementing Classes:
ExtendedCatalogAwareEurope1PriceFactory
public interface ExtendedPriceFactory extends PriceFactory
Overrides thePriceFactoryin order to retrieve thePriceRowfor a given product or entry whereas thePriceFactoryonly returns Price informations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PriceRowgetPriceRow(AbstractOrderEntry entry)PriceRowgetPriceRow(Product product)-
Methods inherited from interface de.hybris.platform.jalo.order.price.PriceFactory
getAllPriceInformations, getBasePrice, getDiscountValues, getDiscountValues, getProductDiscountInformations, getProductPriceInformations, getProductTaxInformations, getTaxValues, isNetUser
-
-
-
-
Method Detail
-
getPriceRow
PriceRow getPriceRow(Product product) throws JaloPriceFactoryException
- Parameters:
product- for which the first applicablePriceRowis returned- Returns:
PriceRowornull- Throws:
JaloPriceFactoryException
-
getPriceRow
PriceRow getPriceRow(AbstractOrderEntry entry) throws JaloPriceFactoryException
- Parameters:
entry- for whose product the first applicablePriceRowis returned- Returns:
PriceRowornull- Throws:
JaloPriceFactoryException
-
-