Uses of Interface
de.hybris.deltadetection.ChangesCollector
-
-
Uses of ChangesCollector in de.hybris.deltadetection
Classes in de.hybris.deltadetection with type parameters of type ChangesCollector Modifier and Type Interface Description interfaceChangesCollectorFactory<T extends ChangesCollector>Methods in de.hybris.deltadetection with parameters of type ChangesCollector Modifier and Type Method Description voidChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type.voidChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, java.lang.String streamId, ChangesCollector collector)Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type. -
Uses of ChangesCollector in de.hybris.deltadetection.impl
Classes in de.hybris.deltadetection.impl that implement ChangesCollector Modifier and Type Class Description classCsvReportChangesCollectorCollects changes and generates report as csv fileclassInMemoryChangesCollectorCollects the changes in memory and allows reading itMethods in de.hybris.deltadetection.impl with parameters of type ChangesCollector Modifier and Type Method Description voidDefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)voidDefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, java.lang.String streamId, ChangesCollector collector) -
Uses of ChangesCollector in de.hybris.platform.c4ccustomer.deltadetection
Subinterfaces of ChangesCollector in de.hybris.platform.c4ccustomer.deltadetection Modifier and Type Interface Description interfaceC4CAggregatingCollectorSpecification ofChangesCollector, used during synchronization of customers and addresses. -
Uses of ChangesCollector in de.hybris.platform.c4ccustomer.deltadetection.collector
Classes in de.hybris.platform.c4ccustomer.deltadetection.collector that implement ChangesCollector Modifier and Type Class Description classC4CBatchingCollector -
Uses of ChangesCollector in de.hybris.platform.c4ccustomer.deltadetection.impl
Classes in de.hybris.platform.c4ccustomer.deltadetection.impl that implement ChangesCollector Modifier and Type Class Description classDefaultC4CAggregatingCollectorCollector that grabs changes ofCustomerModelmodels and fetches relatedAddressModeland vice versa. -
Uses of ChangesCollector in de.hybris.platform.outboundsync.job
Classes in de.hybris.platform.outboundsync.job with type parameters of type ChangesCollector Modifier and Type Interface Description interfaceChangesCollectorProvider<T extends ChangesCollector>A ChangesCollectorProvider provides the caller aChangesCollectorof typeTSubinterfaces of ChangesCollector in de.hybris.platform.outboundsync.job Modifier and Type Interface Description interfaceGettableChangesCollectorAChangesCollectorthat allows the caller to get the changes -
Uses of ChangesCollector in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement ChangesCollector Modifier and Type Class Description classInMemoryGettableChangesCollectorAGettableChangesCollectorthat stores the changes in memory. -
Uses of ChangesCollector in de.hybris.y2ysync.deltadetection.collector
Subinterfaces of ChangesCollector in de.hybris.y2ysync.deltadetection.collector Modifier and Type Interface Description interfaceBatchingCollectorClasses in de.hybris.y2ysync.deltadetection.collector that implement ChangesCollector Modifier and Type Class Description classItemTypeGroupingCollectorWithBatchingclassMediaBatchingCollector
-