Uses of Class
com.broadleafcommerce.sandbox.domain.ChangeDeploy
Packages that use ChangeDeploy
Package
Description
-
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.messaging.autoconfigure
Method parameters in com.broadleafcommerce.sandbox.messaging.autoconfigure with type arguments of type ChangeDeployModifier 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) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.messaging.completion
Fields in com.broadleafcommerce.sandbox.messaging.completion with type parameters of type ChangeDeployModifier and TypeFieldDescriptionprotected final ChangeDeployService<ChangeDeploy>
DeploymentJobUnschedulingRequestCompletionHandler.changeDeployService
Methods in com.broadleafcommerce.sandbox.messaging.completion that return types with arguments of type ChangeDeployModifier and TypeMethodDescriptionprotected ChangeDeployService<ChangeDeploy>
DeploymentJobSchedulingRequestCompletionHandler.getChangeDeployService()
protected ChangeDeployService<ChangeDeploy>
DeploymentWorkflowRequestCompletionHandler.getChangeDeployService()
Methods in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeDeployModifier and TypeMethodDescriptionprotected boolean
DeploymentWorkflowRequestCompletionHandler.areAllGroupsFinished
(ChangeDeploy deployment) Deprecated, for removal: This API element is subject to removal in a future version.protected void
DeploymentJobSchedulingRequestCompletionHandler.finishScheduling
(ChangeDeploy deployment, Collection<ChangeSummaryGroup> changeSummaryGroups) Performs the final steps in scheduling aChangeDeploy
and itsChangeSummaryGroups
by updating their states toChangeState.SCHEDULED
and their statuses toChangeStatusType.FINISHED
.Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type ChangeDeployModifierConstructorDescriptionDeploymentJobSchedulingRequestCompletionHandler
(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) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.messaging.completion.error
Methods in com.broadleafcommerce.sandbox.messaging.completion.error that return types with arguments of type ChangeDeployModifier and TypeMethodDescriptionprotected ChangeDeployService<ChangeDeploy>
DeploymentJobSchedulingRequestErrorHandler.getChangeDeployService()
protected ChangeDeployService<ChangeDeploy>
DeploymentWorkflowRequestErrorHandler.getChangeDeployService()
Methods in com.broadleafcommerce.sandbox.messaging.completion.error with parameters of type ChangeDeployModifier and TypeMethodDescriptionvoid
DeploymentJobSchedulingRequestErrorHandler.recordSchedulingErrors
(com.broadleafcommerce.data.tracking.core.transition.WorkflowRequestCompletion completion, ChangeDeploy deployment, Collection<ChangeSummaryGroup> changeSummaryGroups) Locks the deployment and groups and records the errors encountered while trying to schedule them and updates their statuses toChangeStatusType.ERROR_SCHEDULE
.Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion.error with type arguments of type ChangeDeployModifierConstructorDescriptionDeploymentJobSchedulingRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService) DeploymentWorkflowRequestErrorHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service with type parameters of type ChangeDeployModifier and TypeInterfaceDescriptioninterface
ChangeDeployService<P extends ChangeDeploy>
Service for working withinstances
.class
DefaultChangeDeployService<P extends ChangeDeploy>
Constructor parameters in com.broadleafcommerce.sandbox.service with type arguments of type ChangeDeployModifierConstructorDescriptionDefaultDeploymentRequestHandler
(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) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return types with arguments of type ChangeDeployModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeDeployService
(ChangeDeployRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) Method parameters in com.broadleafcommerce.sandbox.service.autoconfigure with type arguments of type ChangeDeployModifier 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) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.service.validation
Methods in com.broadleafcommerce.sandbox.service.validation with parameters of type ChangeDeployModifier and TypeMethodDescriptionprotected void
ChangeDeployValidator.validateDateCreated
(ChangeDeploy changeDeploy, org.springframework.validation.Errors errors) -
Uses of ChangeDeploy in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint that return types with arguments of type ChangeDeployModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ChangeDeploy>
TransitionRequestEndpoint.readAllDeploys
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, String state, String sandbox) Constructor parameters in com.broadleafcommerce.sandbox.web.endpoint with type arguments of type ChangeDeployModifierConstructorDescriptionTransitionErrorEndpoint
(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)
DefaultGroupDeployedCleanupServices
.