Package de.hybris.platform.yacceleratorordermanagement.actions.order
-
Class Summary Class Description AbstractOrderAction<T extends OrderProcessModel> CheckOrderAction This example action checks the order for required data in the business process.CompleteOrderAction This action sets the order status to the appropriate status (OrderStatus.COMPLETED
or @link OrderStatus#CANCELLED})CompleteOrderActionTest GeocodeShippingAddressAction Used to get an address from order.deliveryAddress and find the closest store populating back the delivery latitude/longitude.GeocodeShippingAddressActionTest PutOrderOnHoldAction Action node responsible for putting anOrderModel
on hold, meaning all of itsConsignmentModel
and associated task assignment workflows are cancelled.PutOrderOnHoldActionTest SourceOrderAction Action node responsible for sourcing the order and allocating the consignments.SourceOrderActionTest VerifyOrderCompletionAction Verifies whether order is cancelled completely or all the consignment processes are complete or not and updates the Order status/delivery status to reflect this. -
Enum Summary Enum Description VerifyOrderCompletionAction.Transition