Uses of Interface
com.broadleafcommerce.sandbox.service.DeploymentRequestHandler
Packages that use DeploymentRequestHandler
Package
Description
-
Uses of DeploymentRequestHandler in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type DeploymentRequestHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.triggeredDeploymentJobEventHandler
(DeploymentRequestHandler deploymentRequestHandler) -
Uses of DeploymentRequestHandler in com.broadleafcommerce.sandbox.messaging.job
Fields in com.broadleafcommerce.sandbox.messaging.job declared as DeploymentRequestHandlerModifier and TypeFieldDescriptionprotected final DeploymentRequestHandler
TriggeredDeploymentJobEventHandler.deploymentRequestHandler
Constructors in com.broadleafcommerce.sandbox.messaging.job with parameters of type DeploymentRequestHandlerModifierConstructorDescriptionTriggeredDeploymentJobEventHandler
(DeploymentRequestHandler deploymentRequestHandler) -
Uses of DeploymentRequestHandler in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service that implement DeploymentRequestHandlerModifier and TypeClassDescriptionclass
Assists in handling the logic for scheduling deployment requests.Constructors in com.broadleafcommerce.sandbox.service with parameters of type DeploymentRequestHandlerModifierConstructorDescriptionDefaultTransitionRequestManager
(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 DeploymentRequestHandler in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return DeploymentRequestHandlerModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.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) Methods in com.broadleafcommerce.sandbox.service.autoconfigure with parameters of type DeploymentRequestHandlerModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.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)