Class DefaultTaxValueConversionService
- java.lang.Object
-
- de.hybris.platform.integration.cis.tax.service.impl.DefaultTaxValueConversionService
-
- All Implemented Interfaces:
TaxValueConversionService
public class DefaultTaxValueConversionService extends java.lang.Object implements TaxValueConversionService
Default implementation ofTaxValueConversionServicewhich determines if shipping taxes need to be created and creates taxValues from the cisTaxValues.
-
-
Constructor Summary
Constructors Constructor Description DefaultTaxValueConversionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TaxValue>getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)java.util.List<TaxValue>getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
-
-
-
Method Detail
-
getShippingTaxes
public java.util.List<TaxValue> getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
- Specified by:
getShippingTaxesin interfaceTaxValueConversionService
-
getLineTaxValues
public java.util.List<TaxValue> getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
- Specified by:
getLineTaxValuesin interfaceTaxValueConversionService
-
-