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. both standard ones andChargeLine.AttachedChargeLine
s.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>