Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.PropagationHandler
Packages that use PropagationHandler
Package
Description
-
Uses of PropagationHandler in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure that return PropagationHandlerModifier and TypeMethodDescriptionTransitionListenerAutoConfiguration.defaultPropagationHandler
(WorkflowMapper mapper, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) TransitionListenerAutoConfiguration.vendorSandboxPropagationHandler
(CommonCatalogService<? extends Catalog> catalogService, CommonApplicationService<? extends Application> applicationService, DomainMapperManager mapperManager, CrudEntityHelper helper, SandboxPropagationProperties propagationProperties, org.modelmapper.ModelMapper modelMapper, List<ChangeTransformer> changeTransformers, TrackableDomainMapperMemberSupport domainMapperMemberSupport, WorkflowMapper workflowMapper, CommonMarketplaceApplicationCatalogRepository<Trackable> applicationCatalogRepository) Method parameters in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure with type arguments of type PropagationHandlerModifier and TypeMethodDescriptionTransitionListenerAutoConfiguration.propagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers) -
Uses of PropagationHandler in com.broadleafcommerce.data.tracking.core.transition
Classes in com.broadleafcommerce.data.tracking.core.transition that implement PropagationHandlerModifier and TypeClassDescriptionclass
Default instance ofPropagationHandler
.class
Specialized instance ofPropagationHandler
capable of propagating vendor catalog (catalogs related to a vendor instance via the vendorRef property) changes into a promotion sandbox state in an associated application.Constructor parameters in com.broadleafcommerce.data.tracking.core.transition with type arguments of type PropagationHandlerModifierConstructorDescriptionDefaultPropagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers)