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 PaymentCaptureAttemptResultStatusPaymentCaptureAttemptResultStatus. 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 PaymentCaptureAttemptResultStatusFulfillmentCapturingPaymentListener. determineNonFailureResultStatus(@NonNull javax.money.MonetaryAmount amountToCapture, @NonNull List<TransactionExecutionResponse> responses)Determines thePaymentCaptureAttemptResultStatusbased on the givenamountToCaptureandTransactionExecutionResponses.Methods in com.broadleafcommerce.orderoperation.service.messaging.fulfillments with parameters of type PaymentCaptureAttemptResultStatus Modifier and Type Method Description protected com.broadleafcommerce.order.client.domain.OrderFulfillmentFulfillmentCapturingPaymentListener. 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.OrderFulfillmentStatusFulfillmentCapturingPaymentListener. 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 PaymentCaptureAttemptResultStatusFulfillmentCaptureWebhookListener. 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 thePaymentCaptureAttemptResultStatusbased 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.OrderFulfillmentFulfillmentCaptureWebhookListener. 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 voidFulfillmentCaptureWebhookListener. 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 givenPaymentCaptureAttemptResultStatusand send event.protected com.broadleafcommerce.order.client.domain.OrderFulfillmentStatusFulfillmentCaptureWebhookListener. getNewStatusForPaymentCaptureResult(@NonNull PaymentCaptureAttemptResultStatus result)Gets theOrderFulfillmentStatusbased on the givenPaymentCaptureAttemptResultStatus.
-