Class DefaultTaxValueConverter
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.converter.impl.DefaultTaxValueConverter
- All Implemented Interfaces:
PDTConverter<TaxRowModel,TaxValue, TaxValueInfoCriteria>
public class DefaultTaxValueConverter
extends Object
implements PDTConverter<TaxRowModel,TaxValue,TaxValueInfoCriteria>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(TaxRowModel taxRow, TaxValueInfoCriteria criteria) voidsetCommonI18NService(CommonI18NService commonI18NService) 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
-
DefaultTaxValueConverter
public DefaultTaxValueConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfacePDTConverter<TaxRowModel,TaxValue, TaxValueInfoCriteria>
-
setCommonI18NService
-