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 -
Method Summary
Modifier and TypeMethodDescriptiongetPDTValues(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
-
Constructor Details
-
DefaultFindPriceValueInfoStrategy
public DefaultFindPriceValueInfoStrategy()
-
-
Method Details
-
getPDTValues
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
-