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

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.workflow.SimplePaymentContext
All Implemented Interfaces:
Serializable, ProcessContext

public class SimplePaymentContext
extends Object
implements ProcessContext

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
SimplePaymentContext()
           
 
Method Summary
 PaymentSeed getSeedData()
           
 boolean isStopped()
           
 void setSeedData(Object seedObject)
          Provide seed information to this ProcessContext, usually provided at time of workflow kickoff by the containing workflow processor.
 boolean stopProcess()
          Activly informs the workflow process to stop processing no further activities will be exeecuted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SimplePaymentContext

public SimplePaymentContext()
Method Detail

setSeedData

public void setSeedData(Object seedObject)
Description copied from interface: ProcessContext
Provide seed information to this ProcessContext, usually provided at time of workflow kickoff by the containing workflow processor.

Specified by:
setSeedData in interface ProcessContext
Parameters:
seedObject - - initial seed data for the workflow

stopProcess

public boolean stopProcess()
Description copied from interface: ProcessContext
Activly informs the workflow process to stop processing no further activities will be exeecuted

Specified by:
stopProcess in interface ProcessContext
Returns:

isStopped

public boolean isStopped()
Specified by:
isStopped in interface ProcessContext

getSeedData

public PaymentSeed getSeedData()


Copyright © 2013. All Rights Reserved.