Uses of Package
org.salespointframework.order
| Package | Description |
|---|---|
| org.salespointframework.accountancy |
Accountancy subsystem.
|
| org.salespointframework.inventory |
The inventory subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
-
Classes in org.salespointframework.order used by org.salespointframework.accountancy Class Description Order OrderEvents.OrderCanceled OrderEvents.OrderPaid OrderIdentifier OrderIdentifierserves as an identifier type forOrderobjects. -
Classes in org.salespointframework.order used by org.salespointframework.inventory Class Description OrderLine -
Classes in org.salespointframework.order used by org.salespointframework.order Class Description CartItem ChargeLine A charge line represents extra expenses, such as shipping, for anOrderas a whole.ChargeLine.AttachedChargeLine AChargeLinethat's attached to anOrderLine.Order OrderCompletionFailure Exception to be thrown if a listener forOrderEvents.OrderCompletedevent wants to indicate failure of the completion.OrderCompletionReport OrderCompletionReport.CompletionStatus The status of a completion.OrderCompletionReport.OrderLineCompletion The completion status of anOrderLine.OrderEvents.OrderCanceled OrderEvents.OrderCompleted OrderEvents.OrderPaid OrderIdentifier OrderIdentifierserves as an identifier type forOrderobjects.OrderLine OrderStatus Totalable An extension ofStreamableofPricedobjects that expose aTotalable.getTotal()method so that the combined price can be calculated easily.