Uses of Interface
com.broadleafcommerce.catalog.messaging.entitydeletion.handlers.CatalogEntityDeletedEventHandler
Packages that use CatalogEntityDeletedEventHandler
Package
Description
-
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.autoconfigure
Method parameters in com.broadleafcommerce.catalog.messaging.autoconfigure with type arguments of type CatalogEntityDeletedEventHandlerModifier and TypeMethodDescriptionCatalogMessagingAutoConfiguration.CatalogEntityDeletionConfiguration.catalogEntityDeletedEventListener
(List<CatalogEntityDeletedEventHandler> catalogEntityDeletedEventHandlers) -
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.entitydeletion
Constructor parameters in com.broadleafcommerce.catalog.messaging.entitydeletion with type arguments of type CatalogEntityDeletedEventHandlerModifierConstructorDescriptionCatalogEntityDeletedEventListener
(List<CatalogEntityDeletedEventHandler> catalogEntityDeletedEventHandlers) -
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Classes in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers that implement CatalogEntityDeletedEventHandlerModifier and TypeClassDescriptionclass
Provides common processing functionality to allCatalogEntityDeletedEventHandler
instances.class
TheCatalogEntityDeletedEventHandler
instance to clean upCategoryAssets
when aJpaCategory
is deleted.class
TheCatalogEntityDeletedEventHandler
instance to clean upCategoryProducts
when aJpaProduct
is deleted.class
TheCatalogEntityDeletedEventHandler
instance to clean upOptionTemplates
when aJpaCategory
is deleted.class
TheCatalogEntityDeletedEventHandler
instance to clean upProductAssets
when aJpaProduct
is deleted.class
class
TheCatalogEntityDeletedEventHandler
instance to clean upPromotionalCategoryProducts
when aJpaProduct
is deleted.class
TheCatalogEntityDeletedEventHandler
instance to clean upPromotionalProducts
when aJpaProduct
is deleted.class
TheCatalogEntityDeletedEventHandler
instance to clean upTranslations
when aJpaProduct
is deleted.class