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 String
DefaultCartNotificationService. convertCartRejectionEventToJson(@NonNull CartRejectionEvent event)
void
CartNotificationService. sendCartRejectionEvent(CartRejectionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Sends cart rejection event.void
DefaultCartNotificationService. sendCartRejectionEvent(@NonNull CartRejectionEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
protected void
DefaultCartNotificationService. 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 void
CartEndpoint. sendCartRejectionEvent(CartRejectionEvent event)
Deprecated, for removal: This API element is subject to removal in a future version.TheCartRejectionEvent
is now sent in response to the update-cart request instead of requiring a separate request.
-