Uses of Interface
org.salespointframework.order.Totalable
Packages that use Totalable
-
Uses of Totalable in org.salespointframework.order
Methods in org.salespointframework.order that return TotalableModifier 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>