Uses of Class
org.broadleafcommerce.core.workflow.WorkflowException

Packages that use WorkflowException
org.broadleafcommerce.core.checkout.service.workflow   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.order.service.workflow   
org.broadleafcommerce.core.payment.service   
org.broadleafcommerce.core.payment.service.workflow   
org.broadleafcommerce.core.pricing.service.workflow   
org.broadleafcommerce.core.workflow   
org.broadleafcommerce.core.workflow.state   
 

Uses of WorkflowException in org.broadleafcommerce.core.checkout.service.workflow
 

Methods in org.broadleafcommerce.core.checkout.service.workflow that throw WorkflowException
 ProcessContext CheckoutProcessContextFactory.createContext(CheckoutSeed seedData)
           
 

Uses of WorkflowException in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service with parameters of type WorkflowException
protected  Throwable OrderServiceImpl.getCartOperationExceptionRootCause(WorkflowException e)
          This method will return the exception that is immediately below the deepest WorkflowException in the current stack trace.
 

Uses of WorkflowException in org.broadleafcommerce.core.order.service.workflow
 

Methods in org.broadleafcommerce.core.order.service.workflow that throw WorkflowException
 ProcessContext CartOperationProcessContextFactory.createContext(Object seedData)
          Creates the necessary context for cart operations
 

Uses of WorkflowException in org.broadleafcommerce.core.payment.service
 

Methods in org.broadleafcommerce.core.payment.service that throw WorkflowException
 void SecurePaymentInfoServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 void SecurePaymentInfoService.findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Referenced SecurePaymentInfoServiceImpl.findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Referenced SecurePaymentInfoService.findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 

Uses of WorkflowException in org.broadleafcommerce.core.payment.service.workflow
 

Methods in org.broadleafcommerce.core.payment.service.workflow that throw WorkflowException
 ProcessContext PaymentProcessContextFactory.createContext(Object seedData)
           
 ProcessContext SimplePaymentProcessContextFactory.createContext(Object seedData)
           
 

Uses of WorkflowException in org.broadleafcommerce.core.pricing.service.workflow
 

Methods in org.broadleafcommerce.core.pricing.service.workflow that throw WorkflowException
 ProcessContext PricingProcessContextFactory.createContext(Order seedData)
           
 

Uses of WorkflowException in org.broadleafcommerce.core.workflow
 

Methods in org.broadleafcommerce.core.workflow that throw WorkflowException
protected  ProcessContext SequenceProcessor.createContext(Object seedData)
           
 ProcessContext ProcessContextFactory.createContext(T preSeedData)
           
 ProcessContext Processor.doActivities()
           
 ProcessContext SequenceProcessor.doActivities()
           
 ProcessContext Processor.doActivities(Object seedData)
           
 ProcessContext SequenceProcessor.doActivities(Object seedData)
           
 ProcessContext ExplicitPrioritySequenceProcessor.doActivities(Object seedData)
           
 void DefaultErrorHandler.handleError(ProcessContext context, Throwable th)
           
 void SilentErrorHandler.handleError(ProcessContext context, Throwable th)
           
 void ErrorHandler.handleError(ProcessContext context, Throwable th)
           
 

Uses of WorkflowException in org.broadleafcommerce.core.workflow.state
 

Subclasses of WorkflowException in org.broadleafcommerce.core.workflow.state
 class RollbackFailureException
          This exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.
 



Copyright © 2013. All Rights Reserved.