Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.PropagationManager
Packages that use PropagationManager
Package
Description
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.messaging
Methods in com.broadleafcommerce.data.tracking.core.messaging that return PropagationManagerModifier and TypeMethodDescriptionprotected PropagationManager
TransitionHandlerFactory.getPropagationManager()
Methods in com.broadleafcommerce.data.tracking.core.messaging with parameters of type PropagationManagerModifier and TypeMethodDescriptionvoid
TransitionHandlerFactory.setPropagationManager
(PropagationManager propagationManager) Constructors in com.broadleafcommerce.data.tracking.core.messaging with parameters of type PropagationManagerModifierConstructorDescriptionTransitionHandlerFactory
(com.broadleafcommerce.common.extension.data.DataRouteReference routeReference, org.springframework.data.mapping.context.MappingContext<?, ?> mappingContext, TrackableBehaviorUtil behaviorUtil, WorkflowMapper workflowMapper, org.springframework.context.ApplicationContext applicationContext, DomainMapperManager domainMapper, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, WorkflowRequestCompletionNotifier completionNotifier, com.broadleafcommerce.common.extension.TypeFactory factory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, RepositoryUtility repositories, CommonCatalogService<Catalog> commonCatalogService, SingleIndexRequestMessageFactory singleIndexRequestMessageFactory, PropagationManager propagationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.ApplicationEventPublisher applicationEventPublisher) -
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure that return PropagationManagerModifier and TypeMethodDescriptionTransitionListenerAutoConfiguration.propagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers) -
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.service
Methods in com.broadleafcommerce.data.tracking.core.service with parameters of type PropagationManagerModifier and TypeMethodDescriptionvoid
CrudEntityHelper.setPropagationManager
(PropagationManager propagationManager) -
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.transition
Classes in com.broadleafcommerce.data.tracking.core.transition that implement PropagationManagerMethods in com.broadleafcommerce.data.tracking.core.transition with parameters of type PropagationManagerModifier and TypeMethodDescriptionDefaultTransitionHandler.withPropagationManager
(PropagationManager propagationManager) WorkflowTransitionHelper.withPropagationManager
(PropagationManager propagationManager)