| Package | Description |
|---|---|
| de.hybris.order.calculation.domain |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LineItemCharge> |
LineItem.getCharges()
Returns all charges assigned to this line item.
|
java.util.Map<LineItemCharge,Money> |
LineItem.getTotalCharges()
Calculates totals of all line item charges separately.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.addCharge(int index,
LineItemCharge lineItemCharge)
Adds a single charge to this line item at a specific position.
|
void |
LineItem.addCharge(LineItemCharge lineItemCharge)
Adds a single charge to this line item.
|
void |
LineItem.addCharges(LineItemCharge... lineItemCharges)
Adds multiple charges to this line item.
|
protected Money |
LineItem.calculateCharge(Money currentValue,
LineItemCharge charge) |
void |
LineItem.removeCharge(LineItemCharge charge)
Removes a charge from this line item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.addCharges(java.util.List<LineItemCharge> lineItemCharges)
Adds multiple charges to this line item.
|
Copyright © 2018 SAP SE. All Rights Reserved.