Package | Description |
---|---|
org.salespointframework.inventory |
The inventory subsystem.
|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LineItemFilter.shouldBeHandled(OrderLine orderLine,
Collection<LineItemFilter> filters)
Returns whether the given
OrderLine should be handled considering the given LineItemFilter s. |
Modifier and Type | Method and Description |
---|---|
OrderLine |
OrderCompletionReport.OrderLineCompletion.getOrderLine() |
(package private) OrderLine |
CartItem.toOrderLine()
Creates an
OrderLine from this CartItem. |
Modifier and Type | Method and Description |
---|---|
Streamable<OrderLine> |
Order.getOrderLines() |
Modifier and Type | Method and Description |
---|---|
void |
Order.add(OrderLine orderLine)
|
static OrderCompletionReport.OrderLineCompletion |
OrderCompletionReport.OrderLineCompletion.error(OrderLine orderLine,
String message)
Creates an
OrderCompletionReport.OrderLineCompletion representing an erroneous OrderLine alongside an error message. |
void |
Order.remove(OrderLine orderLine) |
static OrderCompletionReport.OrderLineCompletion |
OrderCompletionReport.OrderLineCompletion.success(OrderLine orderLine)
Creates an
OrderCompletionReport.OrderLineCompletion representing the successful completion of an OrderLine . |
Constructor and Description |
---|
OrderLineCompletion(OrderLine orderLine,
OrderCompletionReport.CompletionStatus status,
Optional<String> message) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.