Uses of Class
de.hybris.deltadetection.ItemChangeDTO
-
-
Uses of ItemChangeDTO in de.hybris.deltadetection
Methods in de.hybris.deltadetection that return ItemChangeDTO Modifier and Type Method Description ItemChangeDTOChangeDetectionService. getChangeForExistingItem(ItemModel item, java.lang.String streamId)Detects change for a given existing item and stream.ItemChangeDTOChangeDetectionService. getChangeForRemovedItem(PK pk, java.lang.String streamId)Detects potential change for a an not existing item - (change type 'DELETED'), stored under ItemVersionMarker referencing given item pk.ItemChangeDTOItemChangeDTO. withVersionValue(java.lang.String versionValue)Methods in de.hybris.deltadetection that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>ChangeDetectionService. getChangesForRemovedItems(java.lang.String streamId)Detects changes for all items, which doesn't exist anymore (change type 'DELETED'), stored under ItemVersionMarker referencing the not existing item pks.Methods in de.hybris.deltadetection with parameters of type ItemChangeDTO Modifier and Type Method Description booleanChangesCollector. collect(ItemChangeDTO change)Collects the given change in a specified way.Method parameters in de.hybris.deltadetection with type arguments of type ItemChangeDTO Modifier and Type Method Description voidChangeDetectionService. consumeChanges(java.util.List<ItemChangeDTO> changes)Consumes all given changes. -
Uses of ItemChangeDTO in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl that return ItemChangeDTO Modifier and Type Method Description ItemChangeDTODefaultChangeDetectionService. getChangeForExistingItem(ItemModel item, java.lang.String streamId)ItemChangeDTODefaultChangeDetectionService. getChangeForRemovedItem(PK pk, java.lang.String streamId)protected ItemChangeDTODefaultChangeDetectionService. getChangeFromRow(java.util.List<java.lang.Object> row, java.lang.String streamId)Methods in de.hybris.deltadetection.impl that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>InMemoryChangesCollector. getChanges()java.util.List<ItemChangeDTO>DefaultChangeDetectionService. getChangesForRemovedItems(java.lang.String streamId)protected java.util.Map<java.lang.String,java.util.List<java.util.List<ItemChangeDTO>>>DefaultChangeDetectionService. getPartitionedBatchChangesByStreamId(java.util.List<ItemChangeDTO> allChanges)Methods in de.hybris.deltadetection.impl with parameters of type ItemChangeDTO Modifier and Type Method Description booleanCsvReportChangesCollector. collect(ItemChangeDTO change)booleanInMemoryChangesCollector. collect(ItemChangeDTO change)Method parameters in de.hybris.deltadetection.impl with type arguments of type ItemChangeDTO Modifier and Type Method Description voidDefaultChangeDetectionService. consumeChanges(java.util.List<ItemChangeDTO> allChanges)protected intDefaultChangeDetectionService. consumeChangesBatch(java.util.List<ItemChangeDTO> changes, java.lang.String streamId)protected java.util.concurrent.Callable<java.lang.Integer>DefaultChangeDetectionService. createConsumeBatchCallable(java.lang.String streamId, java.util.List<ItemChangeDTO> changes, int maxRetries)protected java.util.Map<java.lang.String,java.util.List<java.util.List<ItemChangeDTO>>>DefaultChangeDetectionService. getPartitionedBatchChangesByStreamId(java.util.List<ItemChangeDTO> allChanges)protected java.util.Map<java.lang.Long,ItemVersionMarkerModel>DefaultChangeDetectionService. preloadVersionMarkers(java.util.List<ItemChangeDTO> changes, java.lang.String streamId)protected java.util.List<java.util.concurrent.Callable<java.lang.Integer>>DefaultChangeDetectionService. prepareBatchExecutionCallables(java.util.List<ItemChangeDTO> allChanges) -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>TestItemChangeDetector. getAllCurrentChanges()Retrieves all changes from all created change stream, which have not been consumed yet. -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync.dto.impl
Methods in de.hybris.platform.outboundsync.dto.impl that return ItemChangeDTO Modifier and Type Method Description ItemChangeDTODeltaDetectionOutboundItemChange. getItemChangeDTO()Constructors in de.hybris.platform.outboundsync.dto.impl with parameters of type ItemChangeDTO Constructor Description DeltaDetectionOutboundItemChange(ItemChangeDTO item) -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>GettableChangesCollector. getChanges()Deprecated, for removal: This API element is subject to removal in a future version.Gets a list of changes -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>InMemoryGettableChangesCollector. getChanges()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type ItemChangeDTO Modifier and Type Method Description booleanInMemoryGettableChangesCollector. collect(ItemChangeDTO change)Deprecated, for removal: This API element is subject to removal in a future version.booleanStreamingChangesCollector. collect(ItemChangeDTO itemChangeDTO)Collects the given change in a specified way. -
Uses of ItemChangeDTO in de.hybris.y2ysync.deltadetection.collector
Methods in de.hybris.y2ysync.deltadetection.collector with parameters of type ItemChangeDTO Modifier and Type Method Description booleanItemTypeGroupingCollectorWithBatching. collect(ItemChangeDTO change)booleanMediaBatchingCollector. collect(ItemChangeDTO change) -
Uses of ItemChangeDTO in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner that return types with arguments of type ItemChangeDTO Modifier and Type Method Description java.util.List<ItemChangeDTO>TaskContext. getChanges() -
Uses of ItemChangeDTO in de.hybris.y2ysync.task.runner.internal
Constructor parameters in de.hybris.y2ysync.task.runner.internal with type arguments of type ItemChangeDTO Constructor Description ExportScriptCreator(java.lang.String impExHeader, java.lang.String typeCode, java.util.Collection<ItemChangeDTO> changes)
-