Class DefaultFindPriceValueInfoStrategy
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.pdt.impl.GenericPDTFindValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria,PriceRowModel>
-
- de.hybris.platform.order.strategies.calculation.pdt.impl.DefaultFindPriceValueInfoStrategy
-
- All Implemented Interfaces:
FindPDTValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria>
public class DefaultFindPriceValueInfoStrategy extends GenericPDTFindValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria,PriceRowModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultFindPriceValueInfoStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PriceValue>getPDTValues(PriceValueInfoCriteria criteria)Gets the price/discount/tax values.-
Methods inherited from class de.hybris.platform.order.strategies.calculation.pdt.impl.GenericPDTFindValueInfoStrategy
getPDTInformation, setInformationConverter, setInformationModelMatcher, setInformationPostMatcher, setValueConverter, setValueModelMatcher, setValuePostMatcher
-
-
-
-
Method Detail
-
getPDTValues
public java.util.List<PriceValue> getPDTValues(PriceValueInfoCriteria criteria) throws CalculationException
Description copied from interface:FindPDTValueInfoStrategyGets the price/discount/tax values.- Specified by:
getPDTValuesin interfaceFindPDTValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria>- Overrides:
getPDTValuesin classGenericPDTFindValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria,PriceRowModel>- Parameters:
criteria- the price/discount/tax criteria.- Returns:
- the price/discount/tax values.
- Throws:
CalculationException- the calculation exception
-
-