Class CategoryAssetCatalogEntityDeletedEventHandler

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

public class CategoryAssetCatalogEntityDeletedEventHandler extends AbstractCatalogEntityDeletedEventHandler
The CatalogEntityDeletedEventHandler instance to clean up CategoryAssets when a JpaCategory is deleted.
Author:
Sunny Yu
  • Constructor Details

    • CategoryAssetCatalogEntityDeletedEventHandler

      public CategoryAssetCatalogEntityDeletedEventHandler(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, CategoryAssetService<CategoryAsset> categoryAssetService)
  • Method Details