Uses of Class
de.hybris.order.calculation.domain.Tax
Packages that use Tax
-
Uses of Tax in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return types with arguments of type TaxModifier and TypeMethodDescriptionLineItem.getTaxes()Returns all taxes which are targeting this line item.Order.getTaxes()Returns all taxes assigned to this order.Order.getTaxesFor(Taxable object) Order.getTotalTaxes()Calculates total taxes for all assignedTaxobject.Methods in de.hybris.order.calculation.domain with parameters of type TaxModifier and TypeMethodDescriptionvoidAssigns a tax to this order.voidAssigns multiple taxes to this order.protected MoneyOrder.calculateTaxTotal(Tax tax, double autoTaxCorrectionFactor) Order.getTotalTaxFor(Tax tax) Calculates the total tax for a specificTaxobject.voidRemoves the given tax from this order.Method parameters in de.hybris.order.calculation.domain with type arguments of type TaxModifier and TypeMethodDescriptionvoidOrder.addTaxes(Collection<Tax> taxes) Assigns multiple taxes to this order.