Class DefaultCalculateExternalTaxesFallbackStrategy
java.lang.Object
de.hybris.platform.commerceservices.externaltax.impl.DefaultCalculateExternalTaxesFallbackStrategy
- All Implemented Interfaces:
CalculateExternalTaxesStrategy
public class DefaultCalculateExternalTaxesFallbackStrategy
extends Object
implements CalculateExternalTaxesStrategy
An default implementation for fallback strategy to CalculateExternalTaxesStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateExternalTaxes(AbstractOrderModel abstractOrder) Calculate external taxes for the order.
-
Constructor Details
-
DefaultCalculateExternalTaxesFallbackStrategy
public DefaultCalculateExternalTaxesFallbackStrategy()
-
-
Method Details
-
calculateExternalTaxes
Description copied from interface:CalculateExternalTaxesStrategyCalculate external taxes for the order.- Specified by:
calculateExternalTaxesin interfaceCalculateExternalTaxesStrategy- Parameters:
abstractOrder- order to calculcate the taxes for- Returns:
- a tax document holding the calculated tax values
-