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 java.lang.Object
implements ProcessContextFactory


Constructor Summary
PaymentProcessContextFactory()
           
 
Method Summary
 ProcessContext createContext(java.lang.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
 

Constructor Detail

PaymentProcessContextFactory

public PaymentProcessContextFactory()
Method Detail

createContext

public ProcessContext createContext(java.lang.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.