Uses of Interface
de.hybris.platform.integration.commons.services.OndemandTaxCalculationService
-
Packages that use OndemandTaxCalculationService Package Description de.hybris.platform.integration.commons.services.impl de.hybris.platform.ondemandcommon.backoffice.helpers -
-
Uses of OndemandTaxCalculationService in de.hybris.platform.integration.commons.services.impl
Classes in de.hybris.platform.integration.commons.services.impl that implement OndemandTaxCalculationService Modifier and Type Class Description classDefaultOndemandTaxCalculationServiceImplementation ofOndemandTaxCalculationServiceto return the exact tax values for each unit of a line entry.Methods in de.hybris.platform.integration.commons.services.impl that return OndemandTaxCalculationService Modifier and Type Method Description protected OndemandTaxCalculationServiceDefaultOndemandPromotionService. getTaxCalculationService()Methods in de.hybris.platform.integration.commons.services.impl with parameters of type OndemandTaxCalculationService Modifier and Type Method Description voidDefaultOndemandPromotionService. setTaxCalculationService(OndemandTaxCalculationService taxCalculationService) -
Uses of OndemandTaxCalculationService in de.hybris.platform.ondemandcommon.backoffice.helpers
Constructors in de.hybris.platform.ondemandcommon.backoffice.helpers with parameters of type OndemandTaxCalculationService Constructor Description OrderOnDemandPricesHelper(OndemandTaxCalculationService ondemandTaxCalculationService, OndemandPromotionService ondemandPromotionService)
-