Uses of Class
com.broadleafcommerce.cart.service.messaging.event.CartRejectionEvent
Packages that use CartRejectionEvent
Package
Description
-
Uses of CartRejectionEvent in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging with parameters of type CartRejectionEventModifier and TypeMethodDescriptionprotected StringDefaultCartNotificationService.convertCartRejectionEventToJson(@NonNull CartRejectionEvent event) voidCartNotificationService.sendCartRejectionEvent(CartRejectionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends cart rejection event.voidDefaultCartNotificationService.sendCartRejectionEvent(@NonNull CartRejectionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultCartNotificationService.validateCartRejectionEvent(@NonNull CartRejectionEvent event) -
Uses of CartRejectionEvent in com.broadleafcommerce.cart.web.endpoint
Methods in com.broadleafcommerce.cart.web.endpoint with parameters of type CartRejectionEventModifier and TypeMethodDescriptionvoidCartEndpoint.sendCartRejectionEvent(CartRejectionEvent event) Deprecated, for removal: This API element is subject to removal in a future version.
CartRejectionEventis now sent in response to the update-cart request instead of requiring a separate request.