Package de.hybris.y2ysync.task.internal
Class SyncTaskFactory
java.lang.Object
de.hybris.y2ysync.task.internal.SyncTaskFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidresendToDataHub(String syncCronJobCode) voidresendToDataHub(String syncCronJobCode, String nodeGroup) voidrunConsumeSyncChangesTask(String executionId) voidrunConsumeSyncChangesTask(String executionId, String nodeGroup) voidrunSyncTasks(String syncExecutionID, Y2YSyncType syncType, List<MediasForType> mediaForType) voidrunSyncTasks(String syncExecutionID, Y2YSyncType syncType, List<MediasForType> mediaForType, String nodeGroup) voidrunSyncTasksForDatahubResult(String syncExecutionId, List<MediasForType> mediasPerType) Deprecated, for removal: This API element is subject to removal in a future version.since 6.0.0voidrunSyncTasksForZipResult(String syncExecutionId, List<MediasForType> mediasPerType) Deprecated, for removal: This API element is subject to removal in a future version.since 6.0.0voidsetModelService(ModelService modelService) voidsetTaskService(TaskService taskService)
-
Field Details
-
MAIN_ZIP_TASK_RUNNER_BEAN_ID
- See Also:
-
MAIN_DATAHUB_TASK_RUNNER_BEAN_ID
- See Also:
-
CHUNK_TASK_RUNNER_BEAN_ID
- See Also:
-
CONSUME_Y2Y_CHANGES_BEAN_ID
- See Also:
-
SYNC_EXECUTION_ID_KEY
- See Also:
-
MEDIA_PK_KEY
- See Also:
-
CONDITION_NAME_KEY
- See Also:
-
IMPEX_HEADER_KEY
- See Also:
-
TYPE_CODE_KEY
- See Also:
-
DATAHUB_COLUMNS_KEY
- See Also:
-
SYNC_TYPE_KEY
- See Also:
-
DATAHUB_TYPE_KEY
- See Also:
-
-
Constructor Details
-
SyncTaskFactory
public SyncTaskFactory()
-
-
Method Details
-
runSyncTasksForZipResult
@Deprecated(since="6.0.0", forRemoval=true) public void runSyncTasksForZipResult(String syncExecutionId, List<MediasForType> mediasPerType) Deprecated, for removal: This API element is subject to removal in a future version.since 6.0.0 -
runSyncTasksForDatahubResult
@Deprecated(since="6.0.0", forRemoval=true) public void runSyncTasksForDatahubResult(String syncExecutionId, List<MediasForType> mediasPerType) Deprecated, for removal: This API element is subject to removal in a future version.since 6.0.0 -
runSyncTasks
public void runSyncTasks(String syncExecutionID, Y2YSyncType syncType, List<MediasForType> mediaForType) -
runSyncTasks
public void runSyncTasks(String syncExecutionID, Y2YSyncType syncType, List<MediasForType> mediaForType, String nodeGroup) -
resendToDataHub
-
resendToDataHub
-
runConsumeSyncChangesTask
-
runConsumeSyncChangesTask
-
setModelService
-
setTaskService
-