Interface | Description |
---|---|
OrderManager<T extends Order> |
A service to manage
Order s. |
Totalable<T extends org.salespointframework.order.Priced> |
An extension of
Streamable of Priced objects that expose a Totalable.getTotal() method so that the
combined price can be calculated easily. |
Class | Description |
---|---|
Cart |
Abstraction of a shopping cart.
|
CartItem | |
ChargeLine |
A chargeline represents extra expenses like shipping.
|
ChargeLine.AttachedChargeLine |
A
ChargeLine that's attached to an OrderLine . |
Order | |
Order.OrderCancelled | |
Order.OrderCompleted | |
Order.OrderPaid | |
OrderCompletionReport | |
OrderCompletionReport.OrderLineCompletion |
The completion status of an
OrderLine . |
OrderIdentifier |
OrderIdentifier serves as an identifier type for Order objects. |
OrderLine |
An order line
|
Enum | Description |
---|---|
OrderCompletionReport.CompletionStatus |
The status of a completion.
|
OrderStatus |
Exception | Description |
---|---|
OrderCompletionFailure |
Exception to be thrown if a listener for
Order.OrderCompleted event wants to indicate failure of the completion. |
Order
s.OrderManager
Copyright © 2019. All rights reserved.