| Modifier and Type | Method and Description |
|---|---|
PaymentResponseDTO |
OrderPaymentConfirmationStrategyImpl.confirmPendingTransaction(PaymentTransaction tx,
ProcessContext<CheckoutSeed> context) |
PaymentResponseDTO |
OrderPaymentConfirmationStrategy.confirmPendingTransaction(PaymentTransaction tx,
ProcessContext<CheckoutSeed> context)
Strategy to determine how to "confirm" a PENDING OrderPayment post-checkout
|
PaymentResponseDTO |
OrderPaymentConfirmationStrategyImpl.confirmTransaction(PaymentTransaction tx,
ProcessContext<CheckoutSeed> context) |
PaymentResponseDTO |
OrderPaymentConfirmationStrategy.confirmTransaction(PaymentTransaction tx,
ProcessContext<CheckoutSeed> context)
Strategy to determine how to "confirm" an OrderPayment at checkout
|
protected PaymentResponseDTO |
OrderPaymentConfirmationStrategyImpl.confirmTransactionInternal(PaymentTransaction tx,
ProcessContext<CheckoutSeed> context,
boolean isCheckout) |
protected void |
OrderPaymentConfirmationStrategyImpl.populateCreditCardOnRequest(PaymentRequestDTO requestDTO,
OrderPayment payment) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<CheckoutSeed> |
CheckoutProcessContextFactory.createContext(CheckoutSeed seedData) |
| Modifier and Type | Method and Description |
|---|---|
protected Throwable |
OrderServiceImpl.getCartOperationExceptionRootCause(WorkflowException e)
This method will return the exception that is immediately below the deepest
WorkflowException in the current stack trace.
|
| Modifier and Type | Method and Description |
|---|---|
protected Order |
OrderServiceImpl.removeItemInternal(Long orderId,
Long orderItemId,
boolean priceOrder) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<CartOperationRequest> |
CartOperationProcessContextFactory.createContext(CartOperationRequest seedData)
Creates the necessary context for cart operations
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecureOrderPaymentServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
void |
SecureOrderPaymentService.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<Order> |
PricingProcessContextFactory.createContext(Order seedData) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessContext<Object> |
SequenceProcessor.createContext(Object seedData) |
ProcessContext<U> |
ProcessContextFactory.createContext(T preSeedData) |
ProcessContext<?> |
SequenceProcessor.doActivities() |
ProcessContext<?> |
Processor.doActivities() |
ProcessContext<?> |
SequenceProcessor.doActivities(Object seedData) |
ProcessContext |
ExplicitPrioritySequenceProcessor.doActivities(Object seedData) |
ProcessContext<?> |
Processor.doActivities(Object seedData) |
void |
SilentErrorHandler.handleError(ProcessContext context,
Throwable th) |
void |
DefaultErrorHandler.handleError(ProcessContext context,
Throwable th) |
void |
ErrorHandler.handleError(ProcessContext context,
Throwable th) |
| Modifier and Type | Class and Description |
|---|---|
class |
RollbackFailureException
This exception is thrown to indicate a problem while trying to rollback
state for any and all activities during a failed workflow.
|
Copyright © 2021. All rights reserved.