| Package | Description |
|---|---|
| de.hybris.order.calculation.domain | |
| de.hybris.platform.ruleengineservices.calculation |
| Modifier and Type | Class and Description |
|---|---|
class |
LineItem
Represents one entry (or element) for an
Order. |
class |
OrderCharge
Specifies order level charges.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Taxable> |
Tax.getTargets()
Returns all targets of this tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tax.addTarget(Taxable target)
Adds a new target to this tax.
|
void |
Tax.addTargets(Taxable... targets)
Adds multiple targets to this tax.
|
java.util.Collection<Tax> |
Order.getTaxesFor(Taxable object)
|
boolean |
Order.hasAssignedTaxes(Taxable object) |
void |
Tax.removeTarget(Taxable target)
Removes a single target from this tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tax.addTargets(java.util.List<? extends Taxable> targets)
Adds multiple targets to this tax.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumberedLineItem
NumberedLineItem adds the entryNumber property to its parent
LineItem class, thereby allowing to lookup a
specific order entry within the enclosing Order by its entry number. |
Copyright © 2018 SAP SE. All Rights Reserved.