Uses of Class
org.salespointframework.order.OrderCompletionReport.OrderLineCompletion
Packages that use OrderCompletionReport.OrderLineCompletion
-
Uses of OrderCompletionReport.OrderLineCompletion in org.salespointframework.order
Methods in org.salespointframework.order that return OrderCompletionReport.OrderLineCompletionModifier and TypeMethodDescriptionCreates anOrderCompletionReport.OrderLineCompletionrepresenting an erroneousOrderLinealongside an error message.Applies the givenConsumerin case theOrderCompletionReport.OrderLineCompletionis successful.Creates anOrderCompletionReport.OrderLineCompletionrepresenting the successful completion of anOrderLine.Methods in org.salespointframework.order that return types with arguments of type OrderCompletionReport.OrderLineCompletionMethod parameters in org.salespointframework.order with type arguments of type OrderCompletionReport.OrderLineCompletionModifier and TypeMethodDescriptionstatic OrderCompletionReportOrderCompletionReport.forCompletions(Order order, Iterable<OrderCompletionReport.OrderLineCompletion> completions) Creates a newOrderCompletionReportfor the givenOrderandOrderCompletionReport.OrderLineCompletions.