Uses of Class
de.hybris.deltadetection.ItemChangeDTO
Packages that use ItemChangeDTO
Package
Description
-
Uses of ItemChangeDTO in de.hybris.deltadetection
Methods in de.hybris.deltadetection that return ItemChangeDTOModifier and TypeMethodDescriptionChangeDetectionService.getChangeForExistingItem(ItemModel item, String streamId) Detects change for a given existing item and stream.ChangeDetectionService.getChangeForRemovedItem(PK pk, String streamId) Detects potential change for a an not existing item - (change type 'DELETED'), stored under ItemVersionMarker referencing given item pk.ItemChangeDTO.withVersionValue(String versionValue) Methods in de.hybris.deltadetection that return types with arguments of type ItemChangeDTOModifier and TypeMethodDescriptionChangeDetectionService.getChangesForRemovedItems(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 ItemChangeDTOModifier and TypeMethodDescriptionbooleanChangesCollector.collect(ItemChangeDTO change) Collects the given change in a specified way.Method parameters in de.hybris.deltadetection with type arguments of type ItemChangeDTOModifier and TypeMethodDescriptionvoidChangeDetectionService.consumeChanges(List<ItemChangeDTO> changes) Consumes all given changes. -
Uses of ItemChangeDTO in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl that return ItemChangeDTOModifier and TypeMethodDescriptionDefaultChangeDetectionService.getChangeForExistingItem(ItemModel item, String streamId) DefaultChangeDetectionService.getChangeForRemovedItem(PK pk, String streamId) protected ItemChangeDTODefaultChangeDetectionService.getChangeFromRow(List<Object> row, String streamId) Methods in de.hybris.deltadetection.impl that return types with arguments of type ItemChangeDTOModifier and TypeMethodDescriptionInMemoryChangesCollector.getChanges()DefaultChangeDetectionService.getChangesForRemovedItems(String streamId) protected Map<String,List<List<ItemChangeDTO>>> DefaultChangeDetectionService.getPartitionedBatchChangesByStreamId(List<ItemChangeDTO> allChanges) Methods in de.hybris.deltadetection.impl with parameters of type ItemChangeDTOModifier and TypeMethodDescriptionbooleanCsvReportChangesCollector.collect(ItemChangeDTO change) booleanInMemoryChangesCollector.collect(ItemChangeDTO change) Method parameters in de.hybris.deltadetection.impl with type arguments of type ItemChangeDTOModifier and TypeMethodDescriptionvoidDefaultChangeDetectionService.consumeChanges(List<ItemChangeDTO> allChanges) protected intDefaultChangeDetectionService.consumeChangesBatch(List<ItemChangeDTO> changes, String streamId) DefaultChangeDetectionService.createConsumeBatchCallable(String streamId, List<ItemChangeDTO> changes, int maxRetries) protected Map<String,List<List<ItemChangeDTO>>> DefaultChangeDetectionService.getPartitionedBatchChangesByStreamId(List<ItemChangeDTO> allChanges) protected Map<Long,ItemVersionMarkerModel> DefaultChangeDetectionService.preloadVersionMarkers(List<ItemChangeDTO> changes, String streamId) DefaultChangeDetectionService.prepareBatchExecutionCallables(List<ItemChangeDTO> allChanges) -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return types with arguments of type ItemChangeDTOModifier and TypeMethodDescriptionOutboundSyncStreamConfigurationBuilder.getAllChanges()Retrieves all changes in the delta streams created by this builder since lastOutboundSyncStreamConfigurationBuilder.cleanup()invocation. -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync.dto.impl
Methods in de.hybris.platform.outboundsync.dto.impl that return ItemChangeDTOConstructors in de.hybris.platform.outboundsync.dto.impl with parameters of type ItemChangeDTO -
Uses of ItemChangeDTO in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type ItemChangeDTOModifier and TypeMethodDescriptionbooleanStreamingChangesCollector.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 ItemChangeDTOModifier and TypeMethodDescriptionbooleanItemTypeGroupingCollectorWithBatching.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 -
Uses of ItemChangeDTO in de.hybris.y2ysync.task.runner.internal
Constructor parameters in de.hybris.y2ysync.task.runner.internal with type arguments of type ItemChangeDTOModifierConstructorDescriptionExportScriptCreator(String impExHeader, String typeCode, Collection<ItemChangeDTO> changes) -
Uses of ItemChangeDTO in de.hybris.y2ysync.util
Methods in de.hybris.y2ysync.util that return types with arguments of type ItemChangeDTOModifier and TypeMethodDescriptionstatic List<ItemChangeDTO>Y2YSyncSerializationUtils.deserialize(byte[] data) deserialize into List of ItemChangeDTOs