Uses of Class
org.salespointframework.order.OrderEvents.OrderCanceled
| Package | Description |
|---|---|
| org.salespointframework.accountancy |
Accountancy subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of OrderEvents.OrderCanceled in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy with parameters of type OrderEvents.OrderCanceled Modifier and Type Method Description voidAccountancyOrderEventListener. on(OrderEvents.OrderCanceled event)Creates a counterProductPaymentEntryfor the order that is cancelled if there's a revenue entry for the given order already, i.e. the order has been paid before. -
Uses of OrderEvents.OrderCanceled in org.salespointframework.order
Methods in org.salespointframework.order that return OrderEvents.OrderCanceled Modifier and Type Method Description static OrderEvents.OrderCanceledOrderEvents.OrderCanceled. of(Order order, String reason)