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
DataFeedInspection handling for JpaProduct.-
Field Summary
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataFeedEntityUpdateEvent(com.broadleafcommerce.data.tracking.core.Trackable domain, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods inherited from class com.broadleafcommerce.catalog.provider.jpa.datafeed.AbstractJpaCatalogDataFeedInspection
getDataRoute, isRelevantMethods inherited from class com.broadleafcommerce.data.tracking.jpa.datafeed.AbstractDataFeedInspection
isMonitored, isRelevantMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.jpa.datafeed.DataFeedInspection
getOrder
-
Field Details
-
DEFAULT_MONITORED_FIELDS
-
-
Constructor Details
-
JpaProductDataFeedInspection
public JpaProductDataFeedInspection()
-
-
Method Details
-
getDataFeedEntityUpdateEvent
-
monitoredFields
- Specified by:
monitoredFieldsin classAbstractJpaCatalogDataFeedInspection<JpaProduct>
-