Uses of Class
com.broadleafcommerce.cart.service.exception.SaveCartNotificationException
-
Packages that use SaveCartNotificationException Package Description com.broadleafcommerce.cart.service.messaging com.broadleafcommerce.cart.web.endpoint.exception -
-
Uses of SaveCartNotificationException in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging that throw SaveCartNotificationException Modifier and Type Method Description void
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 SaveCartNotificationException Modifier and Type Method Description void
CartExceptionAdvisor. handleSaveCartNotificationException(SaveCartNotificationException ex, org.springframework.web.context.request.WebRequest request)
-