Uses of Interface
com.broadleafcommerce.sandbox.service.TransitionRequestManager
Packages that use TransitionRequestManager
Package
Description
-
Uses of TransitionRequestManager in com.broadleafcommerce.sandbox.service
Classes in com.broadleafcommerce.sandbox.service that implement TransitionRequestManager -
Uses of TransitionRequestManager in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure that return TransitionRequestManagerModifier 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) -
Uses of TransitionRequestManager in com.broadleafcommerce.sandbox.web.endpoint
Constructors in com.broadleafcommerce.sandbox.web.endpoint with parameters of type TransitionRequestManagerModifierConstructorDescriptionTransitionRequestEndpoint
(TransitionRequestManager manager, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, EndpointValidation endpointValidation)