Uses of Interface
com.broadleafcommerce.sandbox.service.ChangeSummaryGroupService
Packages that use ChangeSummaryGroupService
Package
Description
-
Uses of ChangeSummaryGroupService in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return ChangeSummaryGroupServiceModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>SandboxChangeSummaryListener.getGroupService()Methods in com.broadleafcommerce.sandbox.messaging with parameters of type ChangeSummaryGroupServiceModifier and TypeMethodDescriptionvoidSandboxChangeSummaryListener.setGroupService(ChangeSummaryGroupService<ChangeSummaryGroup> groupService) -
Uses of ChangeSummaryGroupService in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type ChangeSummaryGroupServiceModifier 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 ChangeSummaryGroupService in com.broadleafcommerce.sandbox.messaging.completion
Fields in com.broadleafcommerce.sandbox.messaging.completion declared as ChangeSummaryGroupServiceModifier and TypeFieldDescriptionprotected final ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobUnschedulingRequestCompletionHandler.groupServiceMethods in com.broadleafcommerce.sandbox.messaging.completion that return ChangeSummaryGroupServiceModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobSchedulingRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentWorkflowRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>PromotionWorkflowRequestCompletionHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>RejectionWorkflowRequestCompletionHandler.getGroupService()Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryGroupServiceModifierConstructorDescriptionDeploymentJobSchedulingRequestCompletionHandler(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 ChangeSummaryGroupService in com.broadleafcommerce.sandbox.messaging.completion.error
Methods in com.broadleafcommerce.sandbox.messaging.completion.error that return ChangeSummaryGroupServiceModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentJobSchedulingRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>DeploymentWorkflowRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>PromotionWorkflowRequestErrorHandler.getGroupService()protected ChangeSummaryGroupService<ChangeSummaryGroup>RejectionWorkflowRequestErrorHandler.getGroupService()Constructors in com.broadleafcommerce.sandbox.messaging.completion.error with parameters of type ChangeSummaryGroupServiceModifierConstructorDescriptionDeploymentJobSchedulingRequestErrorHandler(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 ChangeSummaryGroupService in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service that implement ChangeSummaryGroupServiceModifier and TypeClassDescriptionclassMethods in com.broadleafcommerce.sandbox.service that return ChangeSummaryGroupServiceModifier and TypeMethodDescriptionprotected ChangeSummaryGroupService<ChangeSummaryGroup>DefaultSandboxService.getChangeSummaryGroupService()Methods in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryGroupServiceModifier and TypeMethodDescriptionvoidDefaultSandboxService.setChangeSummaryGroupService(ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService) Constructors in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryGroupServiceModifierConstructorDescriptionDefaultBatchTransitionService(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 ChangeSummaryGroupService in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return ChangeSummaryGroupServiceModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeSummaryGroupService(ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) Methods in com.broadleafcommerce.sandbox.service.autoconfigure with parameters of type ChangeSummaryGroupServiceModifier 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 ChangeSummaryGroupService in com.broadleafcommerce.sandbox.web.endpoint
Constructors in com.broadleafcommerce.sandbox.web.endpoint with parameters of type ChangeSummaryGroupServiceModifierConstructorDescriptionTransitionErrorEndpoint(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)