Package de.hybris.y2ysync.task.runner
Class ItemChangesProcessor
- java.lang.Object
-
- de.hybris.y2ysync.task.runner.ItemChangesProcessor
-
- All Implemented Interfaces:
TaskRunner<TaskModel>
public class ItemChangesProcessor extends java.lang.Object implements TaskRunner<TaskModel>
-
-
Constructor Summary
Constructors Constructor Description ItemChangesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(TaskService taskService, TaskModel task, java.lang.Throwable error)TaskLoggingCtxinitLoggingCtx(TaskModel task)booleanisLoggingSupported()voidrun(TaskService taskService, TaskModel task)voidsetChangeDetectionService(ChangeDetectionService changeDetectionService)voidsetExportService(ExportService exportService)voidsetMediaService(MediaService mediaService)voidsetModelService(ModelService modelService)voidsetTypeService(TypeService typeService)voidsetUserService(UserService userService)voidsetY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)voidsetY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory)voidstopLoggingCtx(TaskLoggingCtx taskCtx)
-
-
-
Method Detail
-
run
public void run(TaskService taskService, TaskModel task) throws RetryLaterException
- Specified by:
runin interfaceTaskRunner<TaskModel>- Throws:
RetryLaterException
-
isLoggingSupported
public boolean isLoggingSupported()
- Specified by:
isLoggingSupportedin interfaceTaskRunner<TaskModel>
-
initLoggingCtx
public TaskLoggingCtx initLoggingCtx(TaskModel task)
- Specified by:
initLoggingCtxin interfaceTaskRunner<TaskModel>
-
stopLoggingCtx
public void stopLoggingCtx(TaskLoggingCtx taskCtx)
- Specified by:
stopLoggingCtxin interfaceTaskRunner<TaskModel>
-
handleError
public void handleError(TaskService taskService, TaskModel task, java.lang.Throwable error)
- Specified by:
handleErrorin interfaceTaskRunner<TaskModel>
-
setModelService
public void setModelService(ModelService modelService)
-
setExportService
public void setExportService(ExportService exportService)
-
setMediaService
public void setMediaService(MediaService mediaService)
-
setChangeDetectionService
public void setChangeDetectionService(ChangeDetectionService changeDetectionService)
-
setTypeService
public void setTypeService(TypeService typeService)
-
setUserService
public void setUserService(UserService userService)
-
setY2YSyncDAO
public void setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)
-
setY2YSyncLoggingCtxFactory
public void setY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory)
-
-