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 java.lang.Object implements PDTConverter<TaxRowModel,TaxValue,TaxValueInfoCriteria>
-
-
Constructor Summary
Constructors Constructor Description DefaultTaxValueConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxValueconvert(TaxRowModel taxRow, TaxValueInfoCriteria criteria)voidsetCommonI18NService(CommonI18NService commonI18NService)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.order.strategies.calculation.pdt.converter.PDTConverter
convertAll
-
-
-
-
Method Detail
-
convert
public TaxValue convert(TaxRowModel taxRow, TaxValueInfoCriteria criteria)
- Specified by:
convertin interfacePDTConverter<TaxRowModel,TaxValue,TaxValueInfoCriteria>
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-