Uses of Class
org.broadleafcommerce.core.workflow.WorkflowException
Packages that use WorkflowException
Package
Description
-
Uses of WorkflowException in org.broadleafcommerce.core.checkout.service.strategy
Methods in org.broadleafcommerce.core.checkout.service.strategy that throw WorkflowExceptionModifier and TypeMethodDescriptionorg.broadleafcommerce.common.payment.dto.PaymentResponseDTOOrderPaymentConfirmationStrategy.confirmPendingTransaction(PaymentTransaction tx, ProcessContext<CheckoutSeed> context) Strategy to determine how to "confirm" a PENDING OrderPayment post-checkoutorg.broadleafcommerce.common.payment.dto.PaymentResponseDTOOrderPaymentConfirmationStrategyImpl.confirmPendingTransaction(PaymentTransaction tx, ProcessContext<CheckoutSeed> context) org.broadleafcommerce.common.payment.dto.PaymentResponseDTOOrderPaymentConfirmationStrategy.confirmTransaction(PaymentTransaction tx, ProcessContext<CheckoutSeed> context) Strategy to determine how to "confirm" an OrderPayment at checkoutorg.broadleafcommerce.common.payment.dto.PaymentResponseDTOOrderPaymentConfirmationStrategyImpl.confirmTransaction(PaymentTransaction tx, ProcessContext<CheckoutSeed> context) protected org.broadleafcommerce.common.payment.dto.PaymentResponseDTOOrderPaymentConfirmationStrategyImpl.confirmTransactionInternal(PaymentTransaction tx, ProcessContext<CheckoutSeed> context, boolean isCheckout) protected voidOrderPaymentConfirmationStrategyImpl.populateCreditCardOnRequest(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO requestDTO, OrderPayment payment) -
Uses of WorkflowException in org.broadleafcommerce.core.checkout.service.workflow
Methods in org.broadleafcommerce.core.checkout.service.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionCheckoutProcessContextFactory.createContext(CheckoutSeed seedData) -
Uses of WorkflowException in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service with parameters of type WorkflowExceptionModifier and TypeMethodDescriptionprotected ThrowableOrderServiceImpl.getCartOperationExceptionRootCause(WorkflowException e) This method will return the exception that is immediately below the deepest WorkflowException in the current stack trace.Methods in org.broadleafcommerce.core.order.service that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidOrderService.addChildItems(OrderItemRequestDTO orderItemRequestDTO, int numAdditionRequests, int currentAddition, ProcessContext<CartOperationRequest> context, List<ActivityMessageDTO> orderMessages) voidOrderServiceImpl.addChildItems(OrderItemRequestDTO orderItemRequestDTO, int numAdditionRequests, int currentAddition, ProcessContext<CartOperationRequest> context, List<ActivityMessageDTO> orderMessages) protected OrderOrderServiceImpl.removeItemInternal(Long orderId, Long orderItemId, boolean priceOrder) -
Uses of WorkflowException in org.broadleafcommerce.core.order.service.workflow
Methods in org.broadleafcommerce.core.order.service.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionCartOperationProcessContextFactory.createContext(CartOperationRequest 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 WorkflowExceptionModifier and TypeMethodDescriptionvoidSecureOrderPaymentService.findAndRemoveSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) voidSecureOrderPaymentServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentServiceImpl.findSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) -
Uses of WorkflowException in org.broadleafcommerce.core.pricing.service.workflow
Methods in org.broadleafcommerce.core.pricing.service.workflow that throw WorkflowException -
Uses of WorkflowException in org.broadleafcommerce.core.workflow
Methods in org.broadleafcommerce.core.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionProcessContextFactory.createContext(T preSeedData) protected ProcessContext<U>SequenceProcessor.createContext(T seedData) ExplicitPrioritySequenceProcessor.doActivities(Object seedData) <P extends ProcessContext<U>>
PProcessor.doActivities()<P extends ProcessContext<U>>
PProcessor.doActivities(T seedData) <P extends ProcessContext<U>>
PSequenceProcessor.doActivities()<P extends ProcessContext<U>>
PSequenceProcessor.doActivities(T seedData) voidDefaultErrorHandler.handleError(ProcessContext context, Throwable th) voidErrorHandler.handleError(ProcessContext context, Throwable th) voidSilentErrorHandler.handleError(ProcessContext context, Throwable th) -
Uses of WorkflowException in org.broadleafcommerce.core.workflow.state
Subclasses of WorkflowException in org.broadleafcommerce.core.workflow.stateModifier and TypeClassDescriptionclassThis exception is thrown to indicate a problem while trying to rollback state for any and all activities during a failed workflow.