public class PaymentProcessContextFactory extends Object implements ProcessContextFactory
| Modifier and Type | Field and Description |
|---|---|
protected OrderService |
orderService |
protected PaymentActionType |
paymentActionType |
protected SecurePaymentInfoService |
securePaymentInfoService |
| Constructor and Description |
|---|
PaymentProcessContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
createContext(Object seedData) |
PaymentActionType |
getPaymentActionType() |
void |
setPaymentActionType(PaymentActionType paymentActionType) |
protected SecurePaymentInfoService securePaymentInfoService
protected OrderService orderService
protected PaymentActionType paymentActionType
public ProcessContext createContext(Object seedData) throws WorkflowException
createContext in interface ProcessContextFactoryWorkflowExceptionpublic PaymentActionType getPaymentActionType()
public void setPaymentActionType(PaymentActionType paymentActionType)
Copyright © 2014. All Rights Reserved.