Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
default Totalable<T> |
Totalable.and(Iterable<? extends T> priced)
Creates a new
Totalable with the given one added to the current one. |
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 . |
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 . |
Totalable<OrderLine> |
Order.getOrderLines()
|
Totalable<OrderLine> |
Order.getOrderLines(Product product)
|
static <T extends org.salespointframework.order.Priced> |
Totalable.of(Iterable<T> priced)
|
Copyright © 2019. All rights reserved.