Uses of Class
com.broadleafcommerce.sandbox.messaging.completion.error.RejectionWorkflowRequestErrorHandler
Packages that use RejectionWorkflowRequestErrorHandler
Package
Description
-
Uses of RejectionWorkflowRequestErrorHandler in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure that return RejectionWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.rejectionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type RejectionWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.rejectionTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) -
Uses of RejectionWorkflowRequestErrorHandler in com.broadleafcommerce.sandbox.messaging.completion
Methods in com.broadleafcommerce.sandbox.messaging.completion that return RejectionWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionprotected RejectionWorkflowRequestErrorHandler
RejectionWorkflowRequestCompletionHandler.getErrorHandler()
Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type RejectionWorkflowRequestErrorHandlerModifierConstructorDescriptionRejectionWorkflowRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService)