Uses of Class
org.salespointframework.order.Order.OrderCancelled
-
Packages that use Order.OrderCancelled Package Description org.salespointframework.accountancy Accountancy subsystem.org.salespointframework.inventory The inventory subsystem.org.salespointframework.order The order subsystem. -
-
Uses of Order.OrderCancelled in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy with parameters of type Order.OrderCancelled Modifier and Type Method Description voidAccountancyOrderEventListener. on(Order.OrderCancelled 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 Order.OrderCancelled in org.salespointframework.inventory
Methods in org.salespointframework.inventory with parameters of type Order.OrderCancelled Modifier and Type Method Description voidInventoryOrderEventListener. on(Order.OrderCancelled event)Rolls back the stock decreases handled forOrder.OrderCompletedevents. -
Uses of Order.OrderCancelled in org.salespointframework.order
Methods in org.salespointframework.order that return Order.OrderCancelled Modifier and Type Method Description static Order.OrderCancelledOrder.OrderCancelled. of(Order order, String reason)
-