Uses of Class
com.broadleafcommerce.sandbox.domain.ChangeSummary
Packages that use ChangeSummary
Package
Description
-
Uses of ChangeSummary in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return types with arguments of type ChangeSummaryModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
SandboxChangeSummaryListener.getChangeSummaryService()
protected ChangeSummaryService<ChangeSummary>
SandboxDeleteMessageFactory.getChangeSummaryService()
Method parameters in com.broadleafcommerce.sandbox.messaging with type arguments of type ChangeSummaryModifier and TypeMethodDescriptionvoid
SandboxDeleteMessageFactory.setChangeSummaryService
(ChangeSummaryService<ChangeSummary> changeSummaryService) Constructor parameters in com.broadleafcommerce.sandbox.messaging with type arguments of type ChangeSummaryModifierConstructorDescriptionSandboxChangeSummaryListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryUtility changeSummaryUtility) -
Uses of ChangeSummary in com.broadleafcommerce.sandbox.messaging.autoconfigure
Method parameters in com.broadleafcommerce.sandbox.messaging.autoconfigure with type arguments of type ChangeSummaryModifier 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 ChangeSummary in com.broadleafcommerce.sandbox.messaging.completion
Fields in com.broadleafcommerce.sandbox.messaging.completion with type parameters of type ChangeSummaryModifier and TypeFieldDescriptionprotected final ChangeSummaryService<ChangeSummary>
DeploymentJobUnschedulingRequestCompletionHandler.summaryService
Methods in com.broadleafcommerce.sandbox.messaging.completion that return types with arguments of type ChangeSummaryModifier 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()
Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type ChangeSummaryModifierConstructorDescriptionDefaultIndexNotificationService
(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 ChangeSummary in com.broadleafcommerce.sandbox.messaging.completion.error
Methods in com.broadleafcommerce.sandbox.messaging.completion.error that return types with arguments of type ChangeSummaryModifier 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()
Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion.error with type arguments of type ChangeSummaryModifierConstructorDescriptionDeploymentJobSchedulingRequestErrorHandler
(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 ChangeSummary in com.broadleafcommerce.sandbox.messaging.mapping
Methods in com.broadleafcommerce.sandbox.messaging.mapping with parameters of type ChangeSummaryModifier and TypeMethodDescriptionprotected void
NotificationAwareDomainMapperMember.setupSummaryNotificationContainerStates
(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware entity, ChangeSummary businessDomain) -
Uses of ChangeSummary in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service with type parameters of type ChangeSummaryModifier and TypeInterfaceDescriptioninterface
ChangeSummaryService<P extends ChangeSummary>
Service for working withinstances
.class
DefaultChangeSummaryService<P extends ChangeSummary,
D> Methods in com.broadleafcommerce.sandbox.service that return ChangeSummaryModifier and TypeMethodDescriptionChangeSummaryUtility.buildFromChangeEvent
(com.broadleafcommerce.data.tracking.core.messaging.domain.ChangeEvent changeEvent) Populate aChangeSummary
from the providedChangeEvent
.DefaultChangeSummaryUtility.buildFromChangeEvent
(com.broadleafcommerce.data.tracking.core.messaging.domain.ChangeEvent changeEvent) Methods in com.broadleafcommerce.sandbox.service that return types with arguments of type ChangeSummaryModifier and TypeMethodDescriptionprotected ChangeSummaryService<ChangeSummary>
DefaultSandboxService.getChangeSummaryService()
Method parameters in com.broadleafcommerce.sandbox.service with type arguments of type ChangeSummaryModifier and TypeMethodDescriptionvoid
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.void
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) Creates a newChangeDeploy
for the givenChangeSummaryGroups
and executes immediate deployment.DefaultTransitionRequestManager.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 summariesvoid
DefaultSandboxService.setChangeSummaryService
(ChangeSummaryService<ChangeSummary> changeSummaryService) Constructor parameters in com.broadleafcommerce.sandbox.service with type arguments of type ChangeSummaryModifierConstructorDescriptionDefaultBatchTransitionService
(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 ChangeSummary in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return types with arguments of type ChangeSummaryModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeSummaryService
(ChangeSummaryRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.sandbox.service.autoconfigure with type arguments of type ChangeSummaryModifier 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 ChangeSummary in com.broadleafcommerce.sandbox.web.context
Methods in com.broadleafcommerce.sandbox.web.context that return types with arguments of type ChangeSummaryConstructor parameters in com.broadleafcommerce.sandbox.web.context with type arguments of type ChangeSummary -
Uses of ChangeSummary in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint that return ChangeSummaryModifier and TypeMethodDescriptionTransitionRequestEndpoint.readSummaryById
(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 ChangeSummaryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ChangeSummary>
TransitionRequestEndpoint.readAllSummaries
(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 sandbox, String[] statuses) Constructor parameters in com.broadleafcommerce.sandbox.web.endpoint with type arguments of type ChangeSummaryModifierConstructorDescriptionTransitionErrorEndpoint
(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)
DeploymentRequestHandler.deploy(ChangeSummaryGroups, Stream, ContextInfo, String, int, boolean)