Uses of Class
de.hybris.y2ysync.task.dao.Y2YSyncDAO
-
Packages that use Y2YSyncDAO Package Description de.hybris.y2ysync.task.runner de.hybris.y2ysync.task.runner.internal -
-
Uses of Y2YSyncDAO in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner with parameters of type Y2YSyncDAO Modifier and Type Method Description voidConsumeY2YChangesTaskRunner. setY2ySyncDAO(Y2YSyncDAO y2ySyncDAO)voidDataHubRequestTaskRunner. setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)voidImportZipCreatorTaskRunner. setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)voidItemChangesProcessor. setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO) -
Uses of Y2YSyncDAO in de.hybris.y2ysync.task.runner.internal
Methods in de.hybris.y2ysync.task.runner.internal with parameters of type Y2YSyncDAO Modifier and Type Method Description voidDataHubRequestCreator. setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)voidImportZipCreator. setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)Constructors in de.hybris.y2ysync.task.runner.internal with parameters of type Y2YSyncDAO Constructor Description ProcessChangesTask(ModelService modelService, MediaService mediaService, ChangeDetectionService changeDetectionService, TaskService taskService, TypeService typeService, Y2YSyncDAO y2YSyncDAO, TaskContext context, java.util.Collection<ImportScript> importScripts)
-