| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
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 |
|---|---|
ProcessContext |
CartOperationProcessContextFactory.createContext(Object seedData)
Creates the necessary context for cart operations
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurePaymentInfoService.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
void |
SecurePaymentInfoServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoService.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
SimplePaymentProcessContextFactory.createContext(Object seedData) |
ProcessContext |
PaymentProcessContextFactory.createContext(Object seedData) |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
PricingProcessContextFactory.createContext(Order seedData) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessContext |
SequenceProcessor.createContext(Object seedData) |
ProcessContext |
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.