Uses of Class
de.hybris.order.calculation.domain.Tax
-
Packages that use Tax Package Description de.hybris.order.calculation.domain -
-
Uses of Tax in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return types with arguments of type Tax Modifier and Type Method Description java.util.Collection<Tax>LineItem. getTaxes()Returns all taxes which are targeting this line item.java.util.Collection<Tax>Order. getTaxes()Returns all taxes assigned to this order.java.util.Collection<Tax>Order. getTaxesFor(Taxable object)java.util.Map<Tax,Money>Order. getTotalTaxes()Calculates total taxes for all assignedTaxobject.Methods in de.hybris.order.calculation.domain with parameters of type Tax Modifier and Type Method Description voidOrder. addTax(Tax tax)Assigns a tax to this order.voidOrder. addTaxes(Tax... taxes)Assigns multiple taxes to this order.protected MoneyOrder. calculateTaxTotal(Tax tax, double autoTaxCorrectionFactor)MoneyOrder. getTotalTaxFor(Tax tax)Calculates the total tax for a specificTaxobject.voidOrder. removeTax(Tax tax)Removes the given tax from this order.Method parameters in de.hybris.order.calculation.domain with type arguments of type Tax Modifier and Type Method Description voidOrder. addTaxes(java.util.Collection<Tax> taxes)Assigns multiple taxes to this order.
-