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 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 CartRejectionEventModifier and TypeMethodDescriptionvoid
CartEndpoint.sendCartRejectionEvent
(CartRejectionEvent event) Deprecated, for removal: This API element is subject to removal in a future version.
CartRejectionEvent
is now sent in response to the update-cart request instead of requiring a separate request.