Uses of Interface
de.hybris.order.calculation.domain.Taxable
-
Packages that use Taxable Package Description de.hybris.order.calculation.domain de.hybris.platform.ruleengineservices.calculation -
-
Uses of Taxable in de.hybris.order.calculation.domain
Classes in de.hybris.order.calculation.domain that implement Taxable Modifier and Type Class Description classLineItemRepresents one entry (or element) for anOrder.classOrderChargeSpecifies order level charges.Methods in de.hybris.order.calculation.domain that return types with arguments of type Taxable Modifier and Type Method Description java.util.Collection<Taxable>Tax. getTargets()Returns all targets of this tax.Methods in de.hybris.order.calculation.domain with parameters of type Taxable Modifier and Type Method Description voidTax. addTarget(Taxable target)Adds a new target to this tax.voidTax. addTargets(Taxable... targets)Adds multiple targets to this tax.java.util.Collection<Tax>Order. getTaxesFor(Taxable object)booleanOrder. hasAssignedTaxes(Taxable object)voidTax. removeTarget(Taxable target)Removes a single target from this tax.Method parameters in de.hybris.order.calculation.domain with type arguments of type Taxable Modifier and Type Method Description voidTax. addTargets(java.util.List<? extends Taxable> targets)Adds multiple targets to this tax. -
Uses of Taxable in de.hybris.platform.ruleengineservices.calculation
Classes in de.hybris.platform.ruleengineservices.calculation that implement Taxable Modifier and Type Class Description classNumberedLineItemNumberedLineItem adds the entryNumber property to its parentLineItemclass, thereby allowing to lookup a specific order entry within the enclosingOrderby its entry number.
-