Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
ChargeLine.AttachedChargeLine |
Order.addChargeLine(javax.money.MonetaryAmount price,
String description,
int index)
Adds an
ChargeLine.AttachedChargeLine with the given price and description to the OrderLine with the given
index. |
ChargeLine.AttachedChargeLine |
Order.addChargeLine(javax.money.MonetaryAmount price,
String description,
OrderLine orderLine)
Adds an
ChargeLine.AttachedChargeLine with the given price and description to the given OrderLine . |
Modifier and Type | Method and Description |
---|---|
Totalable<ChargeLine.AttachedChargeLine> |
Order.getChargeLines(int index)
Returns all
ChargeLine.AttachedChargeLine s for the OrderLine with the given index. |
Totalable<ChargeLine.AttachedChargeLine> |
Order.getChargeLines(OrderLine orderLine)
Returns all
ChargeLine.AttachedChargeLine s for the given OrderLine . |
Modifier and Type | Method and Description |
---|---|
void |
Order.remove(ChargeLine.AttachedChargeLine chargeLine)
Removes the given
ChargeLine.AttachedChargeLine from the Order . |
Copyright © 2019. All rights reserved.