Uses of Class
com.broadleafcommerce.cart.service.exception.SaveCartNotificationException
Packages that use SaveCartNotificationException
Package
Description
-
Uses of SaveCartNotificationException in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging that throw SaveCartNotificationExceptionModifier and TypeMethodDescriptionvoid
CartNotificationService.sendCheckoutCompletionEvent
(CheckoutCompletionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends checkout completion event.void
CartNotificationService.sendRollbackEvent
(CheckoutRollbackEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends rollback event to process the error during checkout. -
Uses of SaveCartNotificationException in com.broadleafcommerce.cart.web.endpoint.exception
Methods in com.broadleafcommerce.cart.web.endpoint.exception with parameters of type SaveCartNotificationExceptionModifier and TypeMethodDescriptionvoid
CartExceptionAdvisor.handleSaveCartNotificationException
(SaveCartNotificationException ex, org.springframework.web.context.request.WebRequest request)