Uses of Class
com.broadleafcommerce.cart.service.messaging.event.CartRejectionEvent
-
Packages that use CartRejectionEvent Package Description com.broadleafcommerce.cart.service.messaging com.broadleafcommerce.cart.web.endpoint -
-
Uses of CartRejectionEvent in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging with parameters of type CartRejectionEvent Modifier and Type Method Description protected 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 CartRejectionEvent Modifier and Type Method Description voidCartEndpoint. sendCartRejectionEvent(CartRejectionEvent event)Deprecated, for removal: This API element is subject to removal in a future version.TheCartRejectionEventis now sent in response to the update-cart request instead of requiring a separate request.
-