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 newTotalablewith the given one added to the current one.Order.getAllChargeLines()Returns allChargeLineinstances, i.e. both standard ones andChargeLine.AttachedChargeLines.Order.getChargeLines()Returns allChargeLineinstances registered for the currentOrder.Order.getChargeLines(int index) Returns allChargeLine.AttachedChargeLines for theOrderLinewith the given index.Order.getChargeLines(OrderLine orderLine) Returns allChargeLine.AttachedChargeLines for the givenOrderLine.Order.getOrderLines()Order.getOrderLines(Product product) static <T extends org.salespointframework.order.Priced>
Totalable<T>