Uses of Class
de.hybris.platform.catalog.jalo.synchronization.SyncSchedule
Packages that use SyncSchedule
-
Uses of SyncSchedule in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return SyncScheduleModifier and TypeMethodDescriptionprotected SyncScheduleSyncScheduleReader.createSchedule(Map<Integer, String> line) final SyncScheduleCatalogVersionSyncMaster.fetchNext(CatalogVersionSyncWorker worker) CatalogVersionSyncWorker.getCurrent()protected SyncScheduleCatalogVersionSyncCopyContext.getCurrentSchedule()SyncScheduleReader.getScheduleFromLine()Methods in de.hybris.platform.catalog.jalo.synchronization that return types with arguments of type SyncScheduleModifier and TypeMethodDescriptionCatalogVersionSyncCronJob.getOriginalSyncScheduleList()The methods allows to get aSyncSchedulelist from the first scheduled medias file (the original full sync list).Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type SyncScheduleModifier and TypeMethodDescriptionprotected voidCatalogVersionSyncWorker.copyItem(CatalogVersionSyncCopyContext cvscc, Item src, Item tgt, ItemSyncTimestamp syncTS, SyncSchedule schedule) voidCatalogVersionSyncMaster.dump(SyncSchedule record) protected voidCatalogVersionSyncMaster.notifyError(CatalogVersionSyncWorker worker, SyncSchedule scheduledItem, Exception exception) protected booleanCatalogVersionSyncMaster.notifyFinished(CatalogVersionSyncWorker worker, SyncSchedule schedule) protected voidCatalogVersionSyncWorker.removeItem(Item removeItem, SyncSchedule schedule) voidCatalogVersionSyncMaster.runExclusiveIfNecessary(SyncSchedule schedule, Runnable r) voidCatalogVersionSyncWorker.setCurrent(SyncSchedule current) voidSyncScheduleWriter.write(SyncSchedule schedule)