Uses of Class
org.broadleafcommerce.core.workflow.state.RollbackFailureException
Packages that use RollbackFailureException
Package
Description
-
Uses of RollbackFailureException in org.broadleafcommerce.core.checkout.service.workflow
Methods in org.broadleafcommerce.core.checkout.service.workflow that throw RollbackFailureExceptionModifier and TypeMethodDescriptionvoidCommitTaxRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) voidCompleteOrderRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) voidConfirmPaymentsRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) voidDecrementInventoryRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) -
Uses of RollbackFailureException in org.broadleafcommerce.core.offer.service.workflow
Methods in org.broadleafcommerce.core.offer.service.workflow that throw RollbackFailureExceptionModifier and TypeMethodDescriptionvoidRecordOfferUsageRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) -
Uses of RollbackFailureException in org.broadleafcommerce.core.workflow.state
Methods in org.broadleafcommerce.core.workflow.state that throw RollbackFailureExceptionModifier and TypeMethodDescriptionvoidActivityStateManager.rollbackAllState()Cause the StateManager to call all registered RollbackHandlersvoidActivityStateManagerImpl.rollbackAllState()voidActivityStateManager.rollbackRegionState(String region) Cause the StateManager to call all registered RollbackHandlers in the specified region.voidActivityStateManagerImpl.rollbackRegionState(String region) voidNullCheckoutRollbackHandler.rollbackState(Activity<ProcessContext<CheckoutSeed>> activity, ProcessContext<CheckoutSeed> processContext, Map<String, Object> stateConfiguration) voidRollbackHandler.rollbackState(Activity<T> activity, T processContext, Map<String, Object> stateConfiguration) Rollback the state of the activity to what it was prior to execution.