Class ProductTagCatalogEntityDeletedEventHandler

java.lang.Object
com.broadleafcommerce.catalog.messaging.entitydeletion.handlers.AbstractCatalogEntityDeletedEventHandler
com.broadleafcommerce.catalog.messaging.entitydeletion.handlers.ProductTagCatalogEntityDeletedEventHandler
All Implemented Interfaces:
CatalogEntityDeletedEventHandler

public class ProductTagCatalogEntityDeletedEventHandler extends AbstractCatalogEntityDeletedEventHandler
The CatalogEntityDeletedEventHandler instance to clean up ProductTags when a JpaProduct is deleted.
Author:
Sunny Yu
  • Constructor Details

    • ProductTagCatalogEntityDeletedEventHandler

      public ProductTagCatalogEntityDeletedEventHandler(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator, ProductTagService<ProductTag> productTagService)
  • Method Details