Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
OrderCompletionReport.CompletionStatus |
OrderCompletionReport.getStatus() |
OrderCompletionReport.CompletionStatus |
OrderCompletionReport.OrderLineCompletion.getStatus() |
static OrderCompletionReport.CompletionStatus |
OrderCompletionReport.CompletionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderCompletionReport.CompletionStatus[] |
OrderCompletionReport.CompletionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OrderLineCompletion(OrderLine orderLine,
OrderCompletionReport.CompletionStatus status,
Optional<String> message) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.