Uses of Class
com.broadleafcommerce.cartoperation.service.messaging.approval.CartRejectionEvent
-
Packages that use CartRejectionEvent Package Description com.broadleafcommerce.cartoperation.service.provider com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of CartRejectionEvent in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider with parameters of type CartRejectionEvent Modifier and Type Method Description void
CartProvider. sendCartRejectionEvent(CartRejectionEvent cartRejectionEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Sends the cart rejection event to the cart service. -
Uses of CartRejectionEvent in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type CartRejectionEvent Modifier and Type Method Description void
ExternalCartProvider. sendCartRejectionEvent(CartRejectionEvent cartRejectionEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-