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