Uses of Class
com.broadleafcommerce.orderoperation.service.messaging.capture.PaymentCaptureAttemptResultStatus
-
-
Uses of PaymentCaptureAttemptResultStatus in com.broadleafcommerce.orderoperation.service.messaging.capture
Methods in com.broadleafcommerce.orderoperation.service.messaging.capture that return PaymentCaptureAttemptResultStatus Modifier and Type Method Description static PaymentCaptureAttemptResultStatus
PaymentCaptureAttemptResultStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaymentCaptureAttemptResultStatus[]
PaymentCaptureAttemptResultStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PaymentCaptureAttemptResultStatus in com.broadleafcommerce.orderoperation.service.messaging.fulfillments
Methods in com.broadleafcommerce.orderoperation.service.messaging.fulfillments that return PaymentCaptureAttemptResultStatus Modifier and Type Method Description protected PaymentCaptureAttemptResultStatus
FulfillmentCapturingPaymentListener. determineNonFailureResultStatus(@NonNull javax.money.MonetaryAmount amountToCapture, @NonNull List<TransactionExecutionResponse> responses)
Determines thePaymentCaptureAttemptResultStatus
based on the givenamountToCapture
andTransactionExecutionResponses
.Methods in com.broadleafcommerce.orderoperation.service.messaging.fulfillments with parameters of type PaymentCaptureAttemptResultStatus Modifier and Type Method Description protected com.broadleafcommerce.order.client.domain.OrderFulfillment
FulfillmentCapturingPaymentListener. changeFulfillmentStatus(@NonNull PaymentCaptureAttemptResultStatus result, @NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
protected com.broadleafcommerce.order.client.domain.OrderFulfillmentStatus
FulfillmentCapturingPaymentListener. getNewStatusForPaymentCaptureResult(@NonNull PaymentCaptureAttemptResultStatus result)
-
Uses of PaymentCaptureAttemptResultStatus in com.broadleafcommerce.orderoperation.service.messaging.transactionwebhook
Methods in com.broadleafcommerce.orderoperation.service.messaging.transactionwebhook that return PaymentCaptureAttemptResultStatus Modifier and Type Method Description protected PaymentCaptureAttemptResultStatus
FulfillmentCaptureWebhookListener. determineCaptureResultStatus(@NonNull TransactionWebhookEvent event, @NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Determines thePaymentCaptureAttemptResultStatus
based on the latest transaction state for the givenOrderFulfillment
.Methods in com.broadleafcommerce.orderoperation.service.messaging.transactionwebhook with parameters of type PaymentCaptureAttemptResultStatus Modifier and Type Method Description protected com.broadleafcommerce.order.client.domain.OrderFulfillment
FulfillmentCaptureWebhookListener. changeFulfillmentStatus(@NonNull PaymentCaptureAttemptResultStatus result, @NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Changes theOrderFulfillment.getStatus()
based on the givenPaymentCaptureAttemptResultStatus
.protected void
FulfillmentCaptureWebhookListener. changeFulfillmentStatusAndSendEvent(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment, @NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull PaymentCaptureAttemptResultStatus resultStatus, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Changes theOrderFulfillment.getStatus()
based on the givenPaymentCaptureAttemptResultStatus
and send event.protected com.broadleafcommerce.order.client.domain.OrderFulfillmentStatus
FulfillmentCaptureWebhookListener. getNewStatusForPaymentCaptureResult(@NonNull PaymentCaptureAttemptResultStatus result)
Gets theOrderFulfillmentStatus
based on the givenPaymentCaptureAttemptResultStatus
.
-