Uses of Class
com.broadleafcommerce.orderoperation.service.messaging.checkout.CheckoutCompletionEvent
-
Uses of CheckoutCompletionEvent in com.broadleafcommerce.orderoperation.service.messaging.checkout
Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.data.tracking.core.context.ContextInfo
CheckoutCompletionListener.buildContextInfo
(@NonNull CheckoutCompletionEvent event) protected javax.money.CurrencyUnit
CheckoutCompletionListener.getCurrencyFromCart
(@NonNull CheckoutCompletionEvent event) protected com.broadleafcommerce.cart.client.domain.Cart
CheckoutCompletionListener.populateActualCart
(CheckoutCompletionEvent event) protected void
CheckoutCompletionListener.populateCartItems
(com.broadleafcommerce.cart.client.domain.Cart cart, CheckoutCompletionEvent event) protected void
CheckoutCompletionListener.populateFulfillmentGroups
(com.broadleafcommerce.cart.client.domain.Cart cart, CheckoutCompletionEvent event) protected void
CheckoutCompletionListener.process
(@NonNull CheckoutCompletionEvent event) Processes the received message by generating anOrder
andOrderFulfillments
.protected boolean
CheckoutCompletionListener.shouldProcessEvent
(CheckoutCompletionEvent event) Modifier and TypeMethodDescriptionvoid
CheckoutCompletionListener.listen
(org.springframework.messaging.Message<CheckoutCompletionEvent> message) Event listener entry point.protected void
CheckoutCompletionListener.processMessage
(org.springframework.messaging.Message<CheckoutCompletionEvent> message)