public class PaymentProcessContextFactory extends Object implements ProcessContextFactory<CombinedPaymentContextSeed,PaymentSeed>
| 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<CombinedPaymentContextSeed> |
createContext(PaymentSeed seedData) |
PaymentActionType |
getPaymentActionType() |
void |
setPaymentActionType(PaymentActionType paymentActionType) |
protected SecurePaymentInfoService securePaymentInfoService
protected OrderService orderService
protected PaymentActionType paymentActionType
public ProcessContext<CombinedPaymentContextSeed> createContext(PaymentSeed seedData) throws WorkflowException
createContext in interface ProcessContextFactory<CombinedPaymentContextSeed,PaymentSeed>WorkflowExceptionpublic PaymentActionType getPaymentActionType()
public void setPaymentActionType(PaymentActionType paymentActionType)
Copyright © 2014. All Rights Reserved.