org.broadleafcommerce.core.payment.service.workflow
Class PaymentProcessContextFactory

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.workflow.PaymentProcessContextFactory
All Implemented Interfaces:
ProcessContextFactory

public class PaymentProcessContextFactory
extends Object
implements ProcessContextFactory


Field Summary
protected  OrderService orderService
           
protected  PaymentActionType paymentActionType
           
protected  SecurePaymentInfoService securePaymentInfoService
           
 
Constructor Summary
PaymentProcessContextFactory()
           
 
Method Summary
 ProcessContext createContext(Object seedData)
           
 PaymentActionType getPaymentActionType()
           
 void setPaymentActionType(PaymentActionType paymentActionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securePaymentInfoService

protected SecurePaymentInfoService securePaymentInfoService

orderService

protected OrderService orderService

paymentActionType

protected PaymentActionType paymentActionType
Constructor Detail

PaymentProcessContextFactory

public PaymentProcessContextFactory()
Method Detail

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 © 2013. All Rights Reserved.