Uses of Interface
org.salespointframework.order.Totalable
| Package | Description |
|---|---|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of Totalable in org.salespointframework.order
Methods in org.salespointframework.order that return Totalable Modifier and Type Method Description default Totalable<T>Totalable. and(Iterable<? extends T> priced)Creates a newTotalablewith the given one added to the current one.Totalable<ChargeLine>Order. getAllChargeLines()Returns allChargeLineinstances, i.e. both standard ones andChargeLine.AttachedChargeLines.Totalable<ChargeLine>Order. getChargeLines()Returns allChargeLineinstances registered for the currentOrder.Totalable<ChargeLine.AttachedChargeLine>Order. getChargeLines(int index)Returns allChargeLine.AttachedChargeLines for theOrderLinewith the given index.Totalable<ChargeLine.AttachedChargeLine>Order. getChargeLines(OrderLine orderLine)Returns allChargeLine.AttachedChargeLines for the givenOrderLine.Totalable<OrderLine>Order. getOrderLines()Totalable<OrderLine>Order. getOrderLines(Product product)static <T extends org.salespointframework.order.Priced>
Totalable<T>Totalable. of(Iterable<T> priced)