Uses of Interface
de.hybris.deltadetection.ChangeDetectionService
Packages that use ChangeDetectionService
Package
Description
-
Uses of ChangeDetectionService in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter that return ChangeDetectionServiceModifier and TypeMethodDescriptionprotected ChangeDetectionServiceDefaultMerchCategoryExporter.getChangeDetectionService()Deprecated, for removal: This API element is subject to removal in a future version.Gets the configured instance ofChangeDetectionServicefor use with this.protected ChangeDetectionServiceDefaultMerchProductDirectoryCategoryExporter.getChangeDetectionService()Gets the configured instance ofChangeDetectionServicefor use with this.Methods in com.hybris.merchandising.exporter with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidDefaultMerchCategoryExporter.setChangeDetectionService(ChangeDetectionService changeDetectionService) Deprecated, for removal: This API element is subject to removal in a future version.Sets the configured instance ofChangeDetectionService.voidDefaultMerchProductDirectoryCategoryExporter.setChangeDetectionService(ChangeDetectionService changeDetectionService) Sets the configured instance ofChangeDetectionService. -
Uses of ChangeDetectionService in de.hybris.deltadetection.impl
Classes in de.hybris.deltadetection.impl that implement ChangeDetectionServiceModifier and TypeClassDescriptionclassDefault Implementation of change detection service -
Uses of ChangeDetectionService in de.hybris.deltadetection.jobs
Fields in de.hybris.deltadetection.jobs declared as ChangeDetectionServiceModifier and TypeFieldDescriptionprotected ChangeDetectionServiceAbstractChangeProcessorJobPerformable.changeDetectionServiceMethods in de.hybris.deltadetection.jobs that return ChangeDetectionServiceModifier and TypeMethodDescriptionAbstractChangeProcessorJobPerformable.getChangeDetectionService()Methods in de.hybris.deltadetection.jobs with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidAbstractChangeProcessorJobPerformable.setChangeDetectionService(ChangeDetectionService changeDetectionService) voidChangeDetectionJobPerformable.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.deltadetection.tasks
Methods in de.hybris.deltadetection.tasks with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidRemoveOrphanedVersionMarkersTaskRunner.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return ChangeDetectionServiceModifier and TypeMethodDescriptionprotected ChangeDetectionServiceDeltaDetectionOutboundItemConsumer.getChangeDetectionService()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidDeltaDetectionOutboundItemConsumer.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return ChangeDetectionServiceModifier and TypeMethodDescriptionprotected ChangeDetectionServiceOutboundSyncCronJobPerformable.getChangeDetectionService()Methods in de.hybris.platform.outboundsync.job.impl with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidOutboundSyncCronJobPerformable.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job that return ChangeDetectionServiceModifier and TypeMethodDescriptionprotected ChangeDetectionServiceY2YSyncMasterJobPerformable.getChangeDetectionService()Methods in de.hybris.y2ysync.job with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidY2YSyncMasterJobPerformable.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.task.distributed
Constructors in de.hybris.y2ysync.task.distributed with parameters of type ChangeDetectionServiceModifierConstructorDescriptionBatchingExportProcessor(ModelService modelService, MediaService mediaService, ExportService exportService, TypeService typeService, ChangeDetectionService changeDetectionService, UserService userService) Y2YSyncDistributedProcessHandler(ModelService modelService, FlexibleSearchService flexibleSearchService, MediaService mediaService, TypeService typeService, ChangeDetectionService changeDetectionService, DistributedProcessService distributedProcessService, BatchingExportProcessor batchingExportProcessor, FinalizeProcessHandler finalizeProcessHandler) Y2YSyncProcessInitializationContext(Y2YDistributedProcessModel process, FlexibleSearchService flexibleSearchService, ModelService modelService, MediaService mediaService, TypeService typeService, ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner with parameters of type ChangeDetectionServiceModifier and TypeMethodDescriptionvoidConsumeY2YChangesTaskRunner.setChangeDetectionService(ChangeDetectionService changeDetectionService) voidItemChangesProcessor.setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.task.runner.internal
Constructors in de.hybris.y2ysync.task.runner.internal with parameters of type ChangeDetectionServiceModifierConstructorDescriptionProcessChangesTask(ModelService modelService, MediaService mediaService, ChangeDetectionService changeDetectionService, TaskService taskService, TypeService typeService, Y2YSyncDAO y2YSyncDAO, TaskContext context, Collection<ImportScript> importScripts)