Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
static OrderCompletionReport |
OrderCompletionReport.failed(Order order)
Creates an
OrderCompletionReport for an Order that's marked as failed. |
static OrderCompletionReport |
OrderCompletionReport.forCompletions(Order order,
Iterable<OrderCompletionReport.OrderLineCompletion> completions)
Creates a new
OrderCompletionReport for the given Order and OrderCompletionReport.OrderLineCompletion s. |
(package private) static OrderCompletionReport |
OrderCompletionReport.forCompletions(Order order,
Streamable<OrderCompletionReport.OrderLineCompletion> completions)
Creates a new
OrderCompletionReport for the given Order and OrderCompletionReport.OrderLineCompletion s. |
OrderCompletionReport |
OrderCompletionFailure.getReport() |
static OrderCompletionReport |
OrderCompletionReport.success(Order order)
Creates an
OrderCompletionReport representing a successful verification of the given Order . |
Constructor and Description |
---|
OrderCompletionFailure(OrderCompletionReport report)
Creates a new
OrderCompletionFailure for the given OrderCompletionReport . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.