Uses of Interface
de.hybris.platform.commerceservices.externaltax.ExternalTaxesService
-
-
Uses of ExternalTaxesService in de.hybris.platform.commerceservices.externaltax.impl
Classes in de.hybris.platform.commerceservices.externaltax.impl that implement ExternalTaxesService Modifier and Type Class Description classDefaultExternalTaxesServiceBaseExternalTaxesServiceimplementation, to determine if the 3rd party call is necessary and apply the results to the cart. -
Uses of ExternalTaxesService in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return ExternalTaxesService Modifier and Type Method Description ExternalTaxesServiceDefaultCommerceCartCalculationStrategy. getExternalTaxesService()ExternalTaxesServiceDefaultCommerceCheckoutService. getExternalTaxesService()ExternalTaxesServiceDefaultCommercePlaceOrderStrategy. getExternalTaxesService()Methods in de.hybris.platform.commerceservices.order.impl with parameters of type ExternalTaxesService Modifier and Type Method Description voidDefaultCommerceCartCalculationStrategy. setExternalTaxesService(ExternalTaxesService externalTaxesService)voidDefaultCommerceCheckoutService. setExternalTaxesService(ExternalTaxesService externalTaxesService)voidDefaultCommercePlaceOrderStrategy. setExternalTaxesService(ExternalTaxesService externalTaxesService) -
Uses of ExternalTaxesService in de.hybris.platform.integration.commons.strategies.impl
Methods in de.hybris.platform.integration.commons.strategies.impl that return ExternalTaxesService Modifier and Type Method Description ExternalTaxesServiceOndemandCheckoutCartCalculationStrategy. getExternalTaxesService()Methods in de.hybris.platform.integration.commons.strategies.impl with parameters of type ExternalTaxesService Modifier and Type Method Description voidOndemandCheckoutCartCalculationStrategy. setExternalTaxesService(ExternalTaxesService externalTaxesService) -
Uses of ExternalTaxesService in de.hybris.platform.yacceleratorordermanagement.actions.order.payment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.payment that return ExternalTaxesService Modifier and Type Method Description protected ExternalTaxesServicePostTaxesAction. getExternalTaxesService()Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.payment with parameters of type ExternalTaxesService Modifier and Type Method Description voidPostTaxesAction. setExternalTaxesService(ExternalTaxesService externalTaxesService)
-