Uses of Class
org.salespointframework.order.OrderLine
Packages that use OrderLine
Package
Description
The inventory subsystem.
The order subsystem.
- 
Uses of OrderLine in org.salespointframework.inventoryMethods in org.salespointframework.inventory with parameters of type OrderLineModifier and TypeMethodDescriptionstatic booleanLineItemFilter.shouldBeHandled(OrderLine orderLine, Collection<LineItemFilter> filters) Returns whether the givenOrderLineshould be handled considering the givenLineItemFilters.
- 
Uses of OrderLine in org.salespointframework.orderMethods in org.salespointframework.order that return OrderLineModifier and TypeMethodDescriptionOrder.addOrderLine(Product product, Quantity quantity) ChargeLine.AttachedChargeLine.getOrderLine()@NonNull OrderLineOrderCompletionReport.OrderLineCompletion.getOrderLine()Methods in org.salespointframework.order that return types with arguments of type OrderLineMethods in org.salespointframework.order with parameters of type OrderLineModifier and TypeMethodDescriptionOrder.addChargeLine(javax.money.MonetaryAmount price, String description, OrderLine orderLine) Adds anChargeLine.AttachedChargeLinewith the given price and description to the givenOrderLine.booleanReturns whether theChargeLine.AttachedChargeLinebelongs to the givenOrderLine.Creates anOrderCompletionReport.OrderLineCompletionrepresenting an erroneousOrderLinealongside an error message.Order.getChargeLines(OrderLine orderLine) Returns allChargeLine.AttachedChargeLines for the givenOrderLine.voidRemoves the givenOrderLineas well as allChargeLine.AttachedChargeLineassociated with it.voidOrder.removeChargeLinesFor(OrderLine orderLine) Removes allChargeLine.AttachedChargeLines attached to the givenOrderLine.Creates anOrderCompletionReport.OrderLineCompletionrepresenting the successful completion of anOrderLine.Method parameters in org.salespointframework.order with type arguments of type OrderLineModifier and TypeMethodDescriptionApplies the givenConsumerin case theOrderCompletionReport.OrderLineCompletionis successful.