Uses of Package
com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Packages that use com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Package
Description
-
Classes in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers used by com.broadleafcommerce.catalog.messaging.autoconfigureClassDescriptionHandler to handle events for when a
CatalogTrackableentity is deleted, which is used to clean up the orphaned relationship entities when the main entity is deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upCategoryAssetswhen aJpaCategoryis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upCategoryProductswhen aJpaProductis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upOptionTemplateswhen aJpaCategoryis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upProductAssetswhen aJpaProductis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upPromotionalCategoryProductswhen aJpaProductis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upPromotionalProductswhen aJpaProductis deleted.TheCatalogEntityDeletedEventHandlerinstance to clean upTranslationswhen aJpaProductis deleted. -
Classes in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers used by com.broadleafcommerce.catalog.messaging.entitydeletionClassDescriptionHandler to handle events for when a
CatalogTrackableentity is deleted, which is used to clean up the orphaned relationship entities when the main entity is deleted. -
Classes in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers used by com.broadleafcommerce.catalog.messaging.entitydeletion.handlersClassDescriptionProvides common processing functionality to all
CatalogEntityDeletedEventHandlerinstances.Handler to handle events for when aCatalogTrackableentity is deleted, which is used to clean up the orphaned relationship entities when the main entity is deleted.