| Modifier and Type | Method and Description |
|---|---|
ProcessContext<CheckoutSeed> |
CheckoutProcessContextFactory.createContext(CheckoutSeed seedData) |
protected void |
ValidateAndConfirmPaymentActivity.populateCreditCardOnRequest(PaymentRequestDTO requestDTO,
OrderPayment payment) |
| 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 |
SecureOrderPaymentService.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
void |
SecureOrderPaymentServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.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<?> |
Processor.doActivities() |
ProcessContext<?> |
SequenceProcessor.doActivities() |
ProcessContext<?> |
Processor.doActivities(Object seedData) |
ProcessContext |
ExplicitPrioritySequenceProcessor.doActivities(Object seedData) |
ProcessContext<?> |
SequenceProcessor.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 © 2014. All Rights Reserved.