Package de.hybris.y2ysync.task.runner
Class ImportZipCreatorTaskRunner
java.lang.Object
de.hybris.y2ysync.task.runner.AbstractMainTaskRunner
de.hybris.y2ysync.task.runner.ImportZipCreatorTaskRunner
- All Implemented Interfaces:
TaskRunner<TaskModel>
public class ImportZipCreatorTaskRunner
extends AbstractMainTaskRunner
implements TaskRunner<TaskModel>
-
Field Summary
Fields inherited from class de.hybris.y2ysync.task.runner.AbstractMainTaskRunner
modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(TaskService taskService, TaskModel task, Throwable error) initLoggingCtx(TaskModel task) booleanvoidrun(TaskService taskService, TaskModel task) voidsetImportZipCreator(ImportZipCreator importZipCreator) voidsetY2YSyncDAO(Y2YSyncDAO y2YSyncDAO) voidsetY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory) voidstopLoggingCtx(TaskLoggingCtx taskCtx) Methods inherited from class de.hybris.y2ysync.task.runner.AbstractMainTaskRunner
getSyncExecutionId, setModelService
-
Constructor Details
-
ImportZipCreatorTaskRunner
public ImportZipCreatorTaskRunner()
-
-
Method Details
-
run
- Specified by:
runin interfaceTaskRunner<TaskModel>- Throws:
RetryLaterException
-
handleError
- Specified by:
handleErrorin interfaceTaskRunner<TaskModel>
-
isLoggingSupported
public boolean isLoggingSupported()- Specified by:
isLoggingSupportedin interfaceTaskRunner<TaskModel>
-
initLoggingCtx
- Specified by:
initLoggingCtxin interfaceTaskRunner<TaskModel>
-
stopLoggingCtx
- Specified by:
stopLoggingCtxin interfaceTaskRunner<TaskModel>
-
setY2YSyncDAO
-
setImportZipCreator
-
setY2YSyncLoggingCtxFactory
-