Class ProductAssetCatalogEntityDeletedEventHandler

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

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

    • ProductAssetCatalogEntityDeletedEventHandler

      public ProductAssetCatalogEntityDeletedEventHandler(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, ProductAssetService<ProductAsset> productAssetService)
  • Method Details