Uses of Interface
com.broadleafcommerce.sandbox.service.ChangeSummaryService
Packages that use ChangeSummaryService
Package
Description
-
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return ChangeSummaryServiceModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
SandboxChangeSummaryListener.getChangeSummaryService()
protected ChangeSummaryService<ChangeSummary>
SandboxDeleteMessageFactory.getChangeSummaryService()
Methods in com.broadleafcommerce.sandbox.messaging with parameters of type ChangeSummaryServiceModifier and TypeMethodDescriptionvoid
SandboxDeleteMessageFactory.setChangeSummaryService
(ChangeSummaryService<ChangeSummary> changeSummaryService) Constructors in com.broadleafcommerce.sandbox.messaging with parameters of type ChangeSummaryServiceModifierConstructorDescriptionSandboxChangeSummaryListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryUtility changeSummaryUtility) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type ChangeSummaryServiceModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.deploymentJobSchedulingRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService) SandboxMessagingAutoConfiguration.deploymentJobUnschedulingRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService) SandboxMessagingAutoConfiguration.deploymentSchedulingRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentJobSchedulingRequestErrorHandler errorHandler) SandboxMessagingAutoConfiguration.deploymentTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.deploymentWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService) SandboxMessagingAutoConfiguration.promotionTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, PromotionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.promotionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) SandboxMessagingAutoConfiguration.rebasingTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, RebasingWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.rebasingWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService) SandboxMessagingAutoConfiguration.rejectionTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.rejectionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) SandboxMessagingAutoConfiguration.reversionTransitionRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ReversionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.revesionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService) SandboxMessagingAutoConfiguration.sandboxChangeSummaryHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryUtility changeSummaryUtility) SandboxMessagingAutoConfiguration.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) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.messaging.completion
Fields in com.broadleafcommerce.sandbox.messaging.completion declared as ChangeSummaryServiceModifier and TypeFieldDescriptionprotected final ChangeSummaryService<ChangeSummary>
DeploymentJobUnschedulingRequestCompletionHandler.summaryService
Methods in com.broadleafcommerce.sandbox.messaging.completion that return ChangeSummaryServiceModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
DeploymentJobSchedulingRequestCompletionHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
DeploymentWorkflowRequestCompletionHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
PromotionWorkflowRequestCompletionHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
RebasingWorkflowRequestCompletionHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
RejectionWorkflowRequestCompletionHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
ReversionWorkflowRequestCompletionHandler.getSummaryService()
Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryServiceModifierConstructorDescriptionDefaultIndexNotificationService
(IndexNotificationProperties properties, ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> lockRepository) DeploymentJobSchedulingRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentJobSchedulingRequestErrorHandler errorHandler) DeploymentJobUnschedulingRequestCompletionHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService) DeploymentWorkflowRequestCompletionHandler
(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) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.messaging.completion.error
Methods in com.broadleafcommerce.sandbox.messaging.completion.error that return ChangeSummaryServiceModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
DeploymentJobSchedulingRequestErrorHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
DeploymentWorkflowRequestErrorHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
PromotionWorkflowRequestErrorHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
RebasingWorkflowRequestErrorHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
RejectionWorkflowRequestErrorHandler.getSummaryService()
protected ChangeSummaryService<ChangeSummary>
ReversionWorkflowRequestErrorHandler.getSummaryService()
Constructors in com.broadleafcommerce.sandbox.messaging.completion.error with parameters of type ChangeSummaryServiceModifierConstructorDescriptionDeploymentJobSchedulingRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService) DeploymentWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService) PromotionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService) RebasingWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService) RejectionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService) ReversionWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service that implement ChangeSummaryServiceMethods in com.broadleafcommerce.sandbox.service that return ChangeSummaryServiceModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
DefaultSandboxService.getChangeSummaryService()
Methods in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryServiceModifier and TypeMethodDescriptionvoid
DefaultSandboxService.setChangeSummaryService
(ChangeSummaryService<ChangeSummary> changeSummaryService) Constructors in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryServiceModifierConstructorDescriptionDefaultBatchTransitionService
(ChangeSummaryService<? extends ChangeSummary> changeSummaryService, ChangeSummaryGroupService<? extends ChangeSummaryGroup> changeSummaryGroupService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repo, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) DefaultDeploymentRequestHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> changeSummaryRepository, ChangeDeployRepository<?> changeDeployRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BatchTransitionService batchTransitionService) DefaultTransitionRequestManager
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> changeSummaryRepository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, DeploymentRequestHandler deploymentRequestHandler, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, BatchTransitionService batchTransitionService) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return ChangeSummaryServiceModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeSummaryService
(ChangeSummaryRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.sandbox.service.autoconfigure with parameters of type ChangeSummaryServiceModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeCompositeService
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repo, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) SandboxServiceAutoConfiguration.deploymentRequestHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper serializationHelper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repository, ChangeDeployRepository<?> deployRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BatchTransitionService batchTransitionService) SandboxServiceAutoConfiguration.transitionRequestManager
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> service, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper serializationHelper, DeploymentRequestHandler deploymentRequestHandler, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, BatchTransitionService batchTransitionService) -
Uses of ChangeSummaryService in com.broadleafcommerce.sandbox.web.endpoint
Constructors in com.broadleafcommerce.sandbox.web.endpoint with parameters of type ChangeSummaryServiceModifierConstructorDescriptionTransitionErrorEndpoint
(WorkflowRequestErrorManager errorManager, EndpointValidation endpointValidation, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> deployService, ChangeSummaryService<ChangeSummary> summaryService, DeploymentJobSchedulingRequestErrorHandler schedulingErrorHandler) TransitionRequestEndpoint
(TransitionRequestManager manager, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, EndpointValidation endpointValidation)