Uses of Interface
org.salespointframework.order.Totalable
-
Uses of Totalable in org.salespointframework.order
Modifier and TypeMethodDescriptionCreates a newTotalable
with the given one added to the current one.Order.getAllChargeLines()
Returns allChargeLine
instances, i.e.Order.getChargeLines()
Returns allChargeLine
instances registered for the currentOrder
.Order.getChargeLines
(int index) Returns allChargeLine.AttachedChargeLine
s for theOrderLine
with the given index.Order.getChargeLines
(OrderLine orderLine) Returns allChargeLine.AttachedChargeLine
s for the givenOrderLine
.Order.getOrderLines()
Order.getOrderLines
(Product product) static <T extends org.salespointframework.order.Priced>
Totalable<T>