Uses of Interface
com.broadleafcommerce.datafeed.service.collector.domain.CollectedEntity
Packages that use CollectedEntity
Package
Description
- 
Uses of CollectedEntity in com.broadleafcommerce.datafeed.service.collectorClasses in com.broadleafcommerce.datafeed.service.collector with type parameters of type CollectedEntityModifier and TypeClassDescriptionclassAbstractJsonArrayDataFeedCollector<ID,E extends CollectedEntity<ID>> Abstract component that handles the complexity of creating aFile, collecting data, and writingDataFeedEntitiesto the file as an array of JSON objects for future processing.Method parameters in com.broadleafcommerce.datafeed.service.collector with type arguments of type CollectedEntityModifier and TypeMethodDescriptionvoidCollectedEntityContributor.contribute(@NonNull List<? extends CollectedEntity<?>> entities, @NonNull DataFeedCollectionRequest request, @NonNull Map<String, Object> processState, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hook point to allow the augmentation or decoration of a batch of entities that have been fetched, but that may need additional data from other sources.
- 
Uses of CollectedEntity in com.broadleafcommerce.datafeed.service.collector.domain.productClasses in com.broadleafcommerce.datafeed.service.collector.domain.product that implement CollectedEntityModifier and TypeClassDescriptionclassEntity that allows for flexible serialization, deserialization, and transformation of Product data.
- 
Uses of CollectedEntity in com.broadleafcommerce.datafeed.service.collector.productMethod parameters in com.broadleafcommerce.datafeed.service.collector.product with type arguments of type CollectedEntityModifier and TypeMethodDescriptionvoidInventoryEntityContributor.contribute(@NonNull List<? extends CollectedEntity<?>> entities, @NonNull DataFeedCollectionRequest request, @NonNull Map<String, Object> processState, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidPricingEntityContributor.contribute(@NonNull List<? extends CollectedEntity<?>> entities, @NonNull DataFeedCollectionRequest request, @NonNull Map<String, Object> processState, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidRatingsReviewsEntityContributor.contribute(@NonNull List<? extends CollectedEntity<?>> entities, @NonNull DataFeedCollectionRequest request, @NonNull Map<String, Object> processState, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)