Uses of Class
org.salespointframework.order.OrderCompletionReport
Packages that use OrderCompletionReport
-
Uses of OrderCompletionReport in org.salespointframework.order
Methods in org.salespointframework.order that return OrderCompletionReportModifier and TypeMethodDescriptionstatic OrderCompletionReportCreates anOrderCompletionReportfor anOrderthat's marked as failed.static OrderCompletionReportOrderCompletionReport.forCompletions(Order order, Iterable<OrderCompletionReport.OrderLineCompletion> completions) Creates a newOrderCompletionReportfor the givenOrderandOrderCompletionReport.OrderLineCompletions.OrderCompletionFailure.getReport()OrderCompletionReport.onError(Function<OrderCompletionReport, ? extends RuntimeException> exception) Applies the givenFunctionto produce an exception in case the report has errors.static OrderCompletionReportCreates anOrderCompletionReportrepresenting a successful verification of the givenOrder.Method parameters in org.salespointframework.order with type arguments of type OrderCompletionReportModifier and TypeMethodDescriptionOrderCompletionReport.onError(Function<OrderCompletionReport, ? extends RuntimeException> exception) Applies the givenFunctionto produce an exception in case the report has errors.Constructors in org.salespointframework.order with parameters of type OrderCompletionReportModifierConstructorDescriptionCreates a newOrderCompletionFailurefor the givenOrderCompletionReport.