Uses of Class
com.broadleafcommerce.sandbox.domain.ChangeSummaryGroup
Packages that use ChangeSummaryGroup
Package
Description
-
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>SandboxChangeSummaryListener.getGroupService()Method parameters in com.broadleafcommerce.sandbox.messaging with type arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionvoidSandboxChangeSummaryListener.setGroupService(ChangeSummaryGroupService<ChangeSummaryGroup> groupService) -
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.messaging.autoconfigure
Method parameters in com.broadleafcommerce.sandbox.messaging.autoconfigure with type arguments of type ChangeSummaryGroupModifier 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.rejectionTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) SandboxMessagingAutoConfiguration.rejectionWorkflowRequestErrorHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) -
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.messaging.completion
Fields in com.broadleafcommerce.sandbox.messaging.completion with type parameters of type ChangeSummaryGroupModifier and TypeFieldDescriptionprotected final ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobUnschedulingRequestCompletionHandler.groupServiceMethods in com.broadleafcommerce.sandbox.messaging.completion that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobSchedulingRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentWorkflowRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>PromotionWorkflowRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>RejectionWorkflowRequestCompletionHandler.getGroupService()Methods in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected voidRejectionWorkflowRequestCompletionHandler.archiveGroup(ChangeSummaryGroup group) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDeploymentWorkflowRequestCompletionHandler.areAllSummariesFinished(ChangeSummaryGroup group) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanRejectionWorkflowRequestCompletionHandler.areAllSummariesFinished(ChangeSummaryGroup group) Deprecated, for removal: This API element is subject to removal in a future version.protected voidPromotionWorkflowRequestCompletionHandler.finishGroupPromotion(ChangeSummaryGroup group) Deprecated, for removal: This API element is subject to removal in a future version.A new, more performant cleanup process is favored instead atDefaultGroupDeployedCleanupServices.protected booleanPromotionWorkflowRequestCompletionHandler.isGroupInErrorState(ChangeSummaryGroup group) Deprecated, for removal: This API element is subject to removal in a future version.A new, more performant cleanup process is favored instead atDefaultGroupDeployedCleanupServices.Method parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected voidDeploymentJobSchedulingRequestCompletionHandler.finishScheduling(ChangeDeploy deployment, Collection<ChangeSummaryGroup> changeSummaryGroups) Performs the final steps in scheduling aChangeDeployand itsChangeSummaryGroupsby updating their states toChangeState.SCHEDULEDand their statuses toChangeStatusType.FINISHED.protected voidDeploymentJobSchedulingRequestCompletionHandler.finishSummaryScheduling(Collection<ChangeSummaryGroup> groups) Performs the final steps in scheduling aChangeSummary: Updates aChangeSummary'sstatus asChangeStatusType.FINISHEDand its state asChangeState.SCHEDULED.Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type ChangeSummaryGroupModifierConstructorDescriptionDeploymentJobSchedulingRequestCompletionHandler(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) RejectionWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, RejectionWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService) -
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.messaging.completion.error
Methods in com.broadleafcommerce.sandbox.messaging.completion.error that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobSchedulingRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentWorkflowRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>PromotionWorkflowRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>RejectionWorkflowRequestErrorHandler.getGroupService()Method parameters in com.broadleafcommerce.sandbox.messaging.completion.error with type arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionvoidDeploymentJobSchedulingRequestErrorHandler.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.protected voidDeploymentJobSchedulingRequestErrorHandler.recordSummaryErrors(com.broadleafcommerce.data.tracking.core.transition.WorkflowRequestCompletion completion, Collection<ChangeSummaryGroup> groups) Records the exception encountered for a failed deployment scheduling onto theChangeSummaryindicated by theWorkflowRequestCompletionand updates its status toChangeStatusType.ERROR_SCHEDULE.Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion.error with type arguments of type ChangeSummaryGroupModifierConstructorDescriptionDeploymentJobSchedulingRequestErrorHandler(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) RejectionWorkflowRequestErrorHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService) -
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service with type parameters of type ChangeSummaryGroupModifier and TypeInterfaceDescriptioninterfaceChangeSummaryGroupService<P extends ChangeSummaryGroup>Service for working withinstances.classMethods in com.broadleafcommerce.sandbox.service that return ChangeSummaryGroupModifier and TypeMethodDescriptionDefaultTransitionRequestManager.findExistingChangeGroup(List<ChangeSummary> changeSummaries) DefaultTransitionRequestManager.findExistingChangeGroup(List<ChangeSummary> changeSummaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TransitionRequestManager.findExistingChangeGroup(List<ChangeSummary> changeSummaries) Deprecated.since 1.3, replaced byTransitionRequestManager.findExistingChangeGroup(List, ContextInfo)TransitionRequestManager.findExistingChangeGroup(List<ChangeSummary> changeSummaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve the common ChangeSummaryGroup for a list of summariesMethods in com.broadleafcommerce.sandbox.service that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DefaultSandboxService.getChangeSummaryGroupService()Method parameters in com.broadleafcommerce.sandbox.service with type arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionvoidDefaultSandboxService.setChangeSummaryGroupService(ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) Constructor parameters in com.broadleafcommerce.sandbox.service with type arguments of type ChangeSummaryGroupModifierConstructorDescriptionDefaultBatchTransitionService(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 ChangeSummaryGroup in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeSummaryGroupService(ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) Method parameters in com.broadleafcommerce.sandbox.service.autoconfigure with type arguments of type ChangeSummaryGroupModifier 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 ChangeSummaryGroup in com.broadleafcommerce.sandbox.web.context
Methods in com.broadleafcommerce.sandbox.web.context that return ChangeSummaryGroupModifier and TypeMethodDescriptionChangeSummaryRemovalResponse.getNewChangeSummmaryGroup()The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred.Methods in com.broadleafcommerce.sandbox.web.context with parameters of type ChangeSummaryGroupModifier and TypeMethodDescriptionvoidChangeSummaryRemovalResponse.setNewChangeSummmaryGroup(ChangeSummaryGroup newChangeSummmaryGroup) The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred. -
Uses of ChangeSummaryGroup in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint that return ChangeSummaryGroupModifier and TypeMethodDescriptionTransitionRequestEndpoint.readGroupById(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id) Methods in com.broadleafcommerce.sandbox.web.endpoint that return types with arguments of type ChangeSummaryGroupModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ChangeSummaryGroup>TransitionRequestEndpoint.readAllGroups(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) org.springframework.data.domain.Page<ChangeSummaryGroup>TransitionRequestEndpoint.readAllGroupsForUser(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 ChangeSummaryGroupModifierConstructorDescriptionTransitionErrorEndpoint(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.