Uses of Class
com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.SendCheckoutEventResponse
Packages that use SendCheckoutEventResponse
Package
Description
-
Uses of SendCheckoutEventResponse in com.broadleafcommerce.cartoperation.service.checkout
Methods in com.broadleafcommerce.cartoperation.service.checkout that return SendCheckoutEventResponseModifier and TypeMethodDescriptionprotected SendCheckoutEventResponseDefaultCheckoutService.buildFailedSendCheckoutEventResponse(@NonNull String cartId, String failureMessage) Builds a failedSendCheckoutEventResponse.protected SendCheckoutEventResponseDefaultCheckoutService.buildSuccessSendCheckoutEventResponse(@NonNull String cartId) Builds a successfulSendCheckoutEventResponse.CheckoutService.resendCartAwaitingPaymentResultsEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ResendCartAwaitingPaymentResultsEventfor the given cart id.DefaultCheckoutService.resendCartAwaitingPaymentResultsEvent(@NonNull String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CheckoutService.resendCartPendingPaymentFailedEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ResendCartPendingPaymentFailedEventfor the given cart id.DefaultCheckoutService.resendCartPendingPaymentFailedEvent(@NonNull String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CheckoutService.resendCheckoutCompletionEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ResendCheckoutCompletionEventfor the given cart id.DefaultCheckoutService.resendCheckoutCompletionEvent(@NonNull String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CheckoutService.resendCheckoutRollbackEvent(String cartId, String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ResendCheckoutRollbackEventfor the given cart id.DefaultCheckoutService.resendCheckoutRollbackEvent(@NonNull String cartId, @NonNull String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected SendCheckoutEventResponseDefaultCheckoutService.sendEvent(@NonNull BiFunction<com.broadleafcommerce.cart.client.domain.Cart, String, org.apache.commons.lang3.tuple.Pair<Boolean, String>> validateEventCanResend, @NonNull org.apache.camel.util.function.TriConsumer<com.broadleafcommerce.cart.client.domain.Cart, String, com.broadleafcommerce.data.tracking.core.context.ContextInfo> sendConsumer, String cartId, String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends the event with the givenTriConsumer, cart id, andContextInfo. -
Uses of SendCheckoutEventResponse in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return types with arguments of type SendCheckoutEventResponseModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.handleSendEventResponse(SendCheckoutEventResponse response) org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.resendCartAwaitingPaymentResultsEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.resendCartPendingPaymentFailedEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.resendCheckoutCompletionEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.resendCheckoutRollbackEvent(String cartId, String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type SendCheckoutEventResponseModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<SendCheckoutEventResponse>CheckoutEventsEndpoint.handleSendEventResponse(SendCheckoutEventResponse response)