Uses of Class
de.hybris.y2ysync.task.internal.MediasForType
-
Packages that use MediasForType Package Description de.hybris.platform.c4ccustomer.job de.hybris.y2ysync.job de.hybris.y2ysync.task.internal -
-
Uses of MediasForType in de.hybris.platform.c4ccustomer.job
Method parameters in de.hybris.platform.c4ccustomer.job with type arguments of type MediasForType Modifier and Type Method Description protected voidC4CSyncJobPerformable. createAllTasksInTx(java.lang.String syncExecutionId, java.util.List<MediasForType> allMedia, Y2YSyncType syncType)Run prepared synchronization tasks.protected booleanC4CSyncJobPerformable. isChangesDetected(java.util.List<MediasForType> allMedias) -
Uses of MediasForType in de.hybris.y2ysync.job
Method parameters in de.hybris.y2ysync.job with type arguments of type MediasForType Modifier and Type Method Description protected voidY2YSyncMasterJobPerformable. createAllTasksInTx(java.lang.String syncExecutionId, java.util.List<MediasForType> allMedias, Y2YSyncType syncType, java.lang.String nodeGroup)protected booleanY2YSyncMasterJobPerformable. isChangesDetected(java.util.List<MediasForType> allMedias) -
Uses of MediasForType in de.hybris.y2ysync.task.internal
Methods in de.hybris.y2ysync.task.internal that return MediasForType Modifier and Type Method Description MediasForTypeMediasForType.MediasForTypeBuilder. build()Method parameters in de.hybris.y2ysync.task.internal with type arguments of type MediasForType Modifier and Type Method Description voidSyncTaskFactory. runSyncTasks(java.lang.String syncExecutionID, Y2YSyncType syncType, java.util.List<MediasForType> mediaForType)voidSyncTaskFactory. runSyncTasks(java.lang.String syncExecutionID, Y2YSyncType syncType, java.util.List<MediasForType> mediaForType, java.lang.String nodeGroup)voidSyncTaskFactory. runSyncTasksForDatahubResult(java.lang.String syncExecutionId, java.util.List<MediasForType> mediasPerType)Deprecated.since 6.0.0voidSyncTaskFactory. runSyncTasksForZipResult(java.lang.String syncExecutionId, java.util.List<MediasForType> mediasPerType)Deprecated.since 6.0.0
-