Uses of Class
com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
Packages that use CheckoutCompletionEvent Package Description com.broadleafcommerce.cartoperation.service.provider com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of CheckoutCompletionEvent in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider with parameters of type CheckoutCompletionEvent Modifier and Type Method Description void
CartProvider. sendCheckoutCompletionEvent(CheckoutCompletionEvent checkoutCompletionEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Sends the checkout completion event to the cart service. -
Uses of CheckoutCompletionEvent in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type CheckoutCompletionEvent Modifier and Type Method Description void
ExternalCartProvider. sendCheckoutCompletionEvent(CheckoutCompletionEvent checkoutCompletionEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-