Uses of Interface
com.broadleafcommerce.sandbox.messaging.completion.IndexNotificationService
Packages that use IndexNotificationService
Package
Description
-
Uses of IndexNotificationService in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure that return IndexNotificationServiceModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.sandboxIndexNotificationService(IndexNotificationProperties properties, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager manager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> lockRepository) Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type IndexNotificationServiceModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.deploymentTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.promotionTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, PromotionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.rebasingTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, RebasingWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.rejectionTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.reversionTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ReversionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) -
Uses of IndexNotificationService in com.broadleafcommerce.sandbox.messaging.completion
Classes in com.broadleafcommerce.sandbox.messaging.completion that implement IndexNotificationServiceMethods in com.broadleafcommerce.sandbox.messaging.completion that return IndexNotificationServiceModifier and TypeMethodDescriptionprotected IndexNotificationServiceDeploymentWorkflowRequestCompletionHandler.getIndexNotificationService()protected IndexNotificationServicePromotionWorkflowRequestCompletionHandler.getIndexNotificationService()protected IndexNotificationServiceRebasingWorkflowRequestCompletionHandler.getIndexNotificationService()protected IndexNotificationServiceRejectionWorkflowRequestCompletionHandler.getIndexNotificationService()protected IndexNotificationServiceReversionWorkflowRequestCompletionHandler.getIndexNotificationService()Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type IndexNotificationServiceModifierConstructorDescriptionDeploymentWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) PromotionWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, PromotionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) RebasingWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, RebasingWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) RejectionWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) ReversionWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ReversionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService)