Uses of Interface
de.hybris.order.calculation.domain.Taxable
Packages that use Taxable
Package
Description
-
Uses of Taxable in de.hybris.order.calculation.domain
Classes in de.hybris.order.calculation.domain that implement TaxableModifier and TypeClassDescriptionclassRepresents one entry (or element) for anOrder.classSpecifies order level charges.Methods in de.hybris.order.calculation.domain that return types with arguments of type TaxableMethods in de.hybris.order.calculation.domain with parameters of type TaxableModifier and TypeMethodDescriptionvoidAdds a new target to this tax.voidTax.addTargets(Taxable... targets) Adds multiple targets to this 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 TaxableModifier and TypeMethodDescriptionvoidTax.addTargets(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 TaxableModifier and TypeClassDescriptionclassNumberedLineItem adds the entryNumber property to its parentLineItemclass, thereby allowing to lookup a specific order entry within the enclosingOrderby its entry number.