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 TypeMethodDescriptionvoidCartNotificationService.sendCheckoutCompletionEvent(CheckoutCompletionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends checkout completion event.voidCartNotificationService.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 TypeMethodDescriptionvoidCartExceptionAdvisor.handleSaveCartNotificationException(SaveCartNotificationException ex, org.springframework.web.context.request.WebRequest request)