| 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 LineItemFilters. |
| Modifier and Type | Method and Description |
|---|---|
OrderLine |
OrderCompletionReport.OrderLineCompletion.getOrderLine() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.util.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. |
Copyright © 2018. All rights reserved.