Class DefaultPriceValueConverter
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.converter.impl.DefaultPriceValueConverter
- All Implemented Interfaces:
PDTConverter<PriceRowModel,PriceValue, PriceValueInfoCriteria>
public class DefaultPriceValueConverter
extends Object
implements PDTConverter<PriceRowModel,PriceValue,PriceValueInfoCriteria>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.order.strategies.calculation.pdt.converter.PDTConverter
convertAll
-
Constructor Details
-
DefaultPriceValueConverter
public DefaultPriceValueConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfacePDTConverter<PriceRowModel,PriceValue, PriceValueInfoCriteria>
-