Package de.hybris.y2ysync.task.runner
Class ConsumeY2YChangesTaskRunner
java.lang.Object
de.hybris.y2ysync.task.runner.ConsumeY2YChangesTaskRunner
- All Implemented Interfaces:
TaskRunner<TaskModel>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(TaskService taskService, TaskModel task, Throwable error) initLoggingCtx(TaskModel task) voidrun(TaskService taskService, TaskModel task) voidsetChangeDetectionService(ChangeDetectionService changeDetectionService) voidsetMediaService(MediaService mediaService) voidsetModelService(ModelService modelService) voidsetY2ySyncDAO(Y2YSyncDAO y2ySyncDAO) voidsetY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory) voidstopLoggingCtx(TaskLoggingCtx taskCtx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.task.TaskRunner
isLoggingSupported
-
Field Details
-
EXECUTION_ID_CTX
- See Also:
-
-
Constructor Details
-
ConsumeY2YChangesTaskRunner
public ConsumeY2YChangesTaskRunner()
-
-
Method Details
-
run
- Specified by:
runin interfaceTaskRunner<TaskModel>- Throws:
RetryLaterException
-
initLoggingCtx
- Specified by:
initLoggingCtxin interfaceTaskRunner<TaskModel>
-
stopLoggingCtx
- Specified by:
stopLoggingCtxin interfaceTaskRunner<TaskModel>
-
handleError
- Specified by:
handleErrorin interfaceTaskRunner<TaskModel>
-
setY2ySyncDAO
-
setMediaService
-
setChangeDetectionService
-
setModelService
-
setY2YSyncLoggingCtxFactory
-