Uses of Interface
de.hybris.deltadetection.ChangeDetectionService
-
-
Uses of ChangeDetectionService in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter that return ChangeDetectionService Modifier and Type Method Description protected ChangeDetectionServiceDefaultMerchCategoryExporter. getChangeDetectionService()Deprecated.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 ChangeDetectionService Modifier and Type Method Description voidDefaultMerchCategoryExporter. setChangeDetectionService(ChangeDetectionService changeDetectionService)Deprecated.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 ChangeDetectionService Modifier and Type Class Description classDefaultChangeDetectionServiceDefault Implementation of change detection service -
Uses of ChangeDetectionService in de.hybris.deltadetection.jobs
Fields in de.hybris.deltadetection.jobs declared as ChangeDetectionService Modifier and Type Field Description protected ChangeDetectionServiceAbstractChangeProcessorJobPerformable. changeDetectionServiceMethods in de.hybris.deltadetection.jobs that return ChangeDetectionService Modifier and Type Method Description ChangeDetectionServiceAbstractChangeProcessorJobPerformable. getChangeDetectionService()Methods in de.hybris.deltadetection.jobs with parameters of type ChangeDetectionService Modifier and Type Method Description voidAbstractChangeProcessorJobPerformable. 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 ChangeDetectionService Modifier and Type Method Description voidRemoveOrphanedVersionMarkersTaskRunner. setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return ChangeDetectionService Modifier and Type Method Description protected ChangeDetectionServiceDeltaDetectionOutboundItemConsumer. getChangeDetectionService()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type ChangeDetectionService Modifier and Type Method Description voidDeltaDetectionOutboundItemConsumer. setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return ChangeDetectionService Modifier and Type Method Description protected ChangeDetectionServiceOutboundSyncCronJobPerformable. getChangeDetectionService()Methods in de.hybris.platform.outboundsync.job.impl with parameters of type ChangeDetectionService Modifier and Type Method Description voidOutboundSyncCronJobPerformable. setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job that return ChangeDetectionService Modifier and Type Method Description protected ChangeDetectionServiceY2YSyncMasterJobPerformable. getChangeDetectionService()Methods in de.hybris.y2ysync.job with parameters of type ChangeDetectionService Modifier and Type Method Description voidY2YSyncMasterJobPerformable. setChangeDetectionService(ChangeDetectionService changeDetectionService) -
Uses of ChangeDetectionService in de.hybris.y2ysync.task.distributed
Constructors in de.hybris.y2ysync.task.distributed with parameters of type ChangeDetectionService Constructor Description BatchingExportProcessor(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 ChangeDetectionService Modifier and Type Method Description voidConsumeY2YChangesTaskRunner. 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 ChangeDetectionService Constructor Description ProcessChangesTask(ModelService modelService, MediaService mediaService, ChangeDetectionService changeDetectionService, TaskService taskService, TypeService typeService, Y2YSyncDAO y2YSyncDAO, TaskContext context, java.util.Collection<ImportScript> importScripts)
-