| Interface | Description |
|---|---|
| OrderProcessStrategy<O extends Order<I>,I extends OrderItem> |
A hook to process and Order before, the actual process, post-order.
|
| PostOrderProcessStrategy<T extends Order<I>,I extends OrderItem> |
A hook thats executed after saving/updating the
Order
Could be a new or existing Order. |
| PreOrderProcessStrategy<T extends Order<I>,I extends OrderItem> |
A hook thats executed before saving/updating the
Order. |
| Class | Description |
|---|---|
| ExceptionalOrderConversation<T extends Order<I>,I extends OrderItem> |
An exceptional proxy/proposed/potential order that is based on an orignial order (the instance itself as it extends
Order) that initiates the conversation. |
| Enum | Description |
|---|---|
| ExceptionalOrderConversation.State |
Copyright © 2018. All rights reserved.