Package | Description |
---|---|
com.broadleafcommerce.data.tracking.core.messaging.autoconfigure | |
com.broadleafcommerce.data.tracking.core.transition |
Modifier and Type | Method and Description |
---|---|
PropagationHandler |
TransitionListenerAutoConfiguration.defaultPropagationHandler(WorkflowMapper mapper,
com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService,
com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) |
PropagationHandler |
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 Type | Method and Description |
---|---|
PropagationManager |
TransitionListenerAutoConfiguration.propagationManager(CommonCatalogService<? extends Catalog> catalogService,
List<PropagationHandler> handlers) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropagationHandler
Default instance of
PropagationHandler . |
class |
VendorSandboxPropagationHandler
Specialized instance of
PropagationHandler 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 and Description |
---|
DefaultPropagationManager(CommonCatalogService<? extends Catalog> catalogService,
List<PropagationHandler> handlers) |
Copyright © 2021. All rights reserved.