Class ProcessChangesTask
- java.lang.Object
-
- de.hybris.y2ysync.task.runner.internal.ProcessChangesTask
-
public class ProcessChangesTask extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcessChangesTask(ModelService modelService, MediaService mediaService, ChangeDetectionService changeDetectionService, TaskService taskService, TypeService typeService, Y2YSyncDAO y2YSyncDAO, TaskContext context, java.util.Collection<ImportScript> importScripts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>execute()
-
-
-
Constructor Detail
-
ProcessChangesTask
public ProcessChangesTask(ModelService modelService, MediaService mediaService, ChangeDetectionService changeDetectionService, TaskService taskService, TypeService typeService, Y2YSyncDAO y2YSyncDAO, TaskContext context, java.util.Collection<ImportScript> importScripts)
-
-