org.broadleafcommerce.core.payment.service.workflow
Class PaymentProcessContextFactory
java.lang.Object
org.broadleafcommerce.core.payment.service.workflow.PaymentProcessContextFactory
- All Implemented Interfaces:
- ProcessContextFactory
public class PaymentProcessContextFactory
- extends Object
- implements ProcessContextFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
securePaymentInfoService
protected SecurePaymentInfoService securePaymentInfoService
orderService
protected OrderService orderService
paymentActionType
protected PaymentActionType paymentActionType
PaymentProcessContextFactory
public PaymentProcessContextFactory()
createContext
public ProcessContext createContext(Object seedData)
throws WorkflowException
- Specified by:
createContext in interface ProcessContextFactory
- Throws:
WorkflowException
getPaymentActionType
public PaymentActionType getPaymentActionType()
setPaymentActionType
public void setPaymentActionType(PaymentActionType paymentActionType)
Copyright © 2012. All Rights Reserved.