Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChargeLine.AttachedChargeLine
A
ChargeLine that's attached to an OrderLine . |
Modifier and Type | Method and Description |
---|---|
ChargeLine |
Order.add(ChargeLine chargeLine)
Deprecated.
since 7.1, use
Order.addChargeLine(MonetaryAmount, String) instead |
ChargeLine |
Order.addChargeLine(javax.money.MonetaryAmount price,
String description)
Adds a
ChargeLine with the given price and description to the Order . |
Modifier and Type | Method and Description |
---|---|
Totalable<ChargeLine> |
Order.getAllChargeLines()
Returns all
ChargeLine instances, i.e. both standard ones and ChargeLine.AttachedChargeLine s. |
Totalable<ChargeLine> |
Order.getChargeLines()
Returns all
ChargeLine instances registered for the current Order . |
Modifier and Type | Method and Description |
---|---|
ChargeLine |
Order.add(ChargeLine chargeLine)
Deprecated.
since 7.1, use
Order.addChargeLine(MonetaryAmount, String) instead |
void |
Order.remove(ChargeLine chargeLine) |
Copyright © 2019. All rights reserved.