Class JpaProductDataFeedInspection

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.datafeed.AbstractDataFeedInspection<P>
com.broadleafcommerce.catalog.provider.jpa.datafeed.AbstractJpaCatalogDataFeedInspection<JpaProduct>
com.broadleafcommerce.catalog.provider.jpa.datafeed.JpaProductDataFeedInspection
All Implemented Interfaces:
com.broadleafcommerce.data.tracking.jpa.datafeed.DataFeedInspection<JpaProduct>, org.springframework.core.Ordered

public class JpaProductDataFeedInspection extends AbstractJpaCatalogDataFeedInspection<JpaProduct>
DataFeedInspection handling for JpaProduct.
  • Field Details

    • DEFAULT_MONITORED_FIELDS

      public static final List<String> DEFAULT_MONITORED_FIELDS
  • Constructor Details

    • JpaProductDataFeedInspection

      public JpaProductDataFeedInspection()
  • Method Details