Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.PropagationHandler
Package
Description
-
Uses of PropagationHandler in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure
Modifier 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) Modifier and TypeMethodDescriptionTransitionListenerAutoConfiguration.propagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers) -
Uses of PropagationHandler in com.broadleafcommerce.data.tracking.core.transition
Modifier 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.ModifierConstructorDescriptionDefaultPropagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers)