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 interface
ChangesCollectorFactory<T extends ChangesCollector>
Methods in de.hybris.deltadetection with parameters of type ChangesCollector Modifier and Type Method Description void
ChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)
Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type.void
ChangeDetectionService. 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 class
CsvReportChangesCollector
Collects changes and generates report as csv fileclass
InMemoryChangesCollector
Collects the changes in memory and allows reading itMethods in de.hybris.deltadetection.impl with parameters of type ChangesCollector Modifier and Type Method Description void
DefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)
void
DefaultChangeDetectionService. 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 interface
C4CAggregatingCollector
Specification 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 class
C4CBatchingCollector
-
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 class
DefaultC4CAggregatingCollector
Collector that grabs changes ofCustomerModel
models and fetches relatedAddressModel
and 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 interface
ChangesCollectorProvider<T extends ChangesCollector>
A ChangesCollectorProvider provides the caller aChangesCollector
of typeT
Subinterfaces of ChangesCollector in de.hybris.platform.outboundsync.job Modifier and Type Interface Description interface
GettableChangesCollector
AChangesCollector
that 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 class
InMemoryGettableChangesCollector
AGettableChangesCollector
that 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 interface
BatchingCollector
Classes in de.hybris.y2ysync.deltadetection.collector that implement ChangesCollector Modifier and Type Class Description class
ItemTypeGroupingCollectorWithBatching
class
MediaBatchingCollector
-