Uses of Interface
com.broadleafcommerce.catalog.messaging.entitydeletion.handlers.CatalogEntityDeletedEventHandler
Package
Description
-
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.autoconfigure
Modifier and TypeMethodDescriptionCatalogMessagingAutoConfiguration.CatalogEntityDeletionConfiguration.catalogEntityDeletedEventListener
(List<CatalogEntityDeletedEventHandler> catalogEntityDeletedEventHandlers) -
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.entitydeletion
ModifierConstructorDescriptionCatalogEntityDeletedEventListener
(List<CatalogEntityDeletedEventHandler> catalogEntityDeletedEventHandlers) -
Uses of CatalogEntityDeletedEventHandler in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Modifier 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