Uses of Class
de.hybris.platform.catalog.model.ItemSyncTimestampModel
Packages that use ItemSyncTimestampModel
Package
Description
-
Uses of ItemSyncTimestampModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos that return types with arguments of type ItemSyncTimestampModelModifier and TypeMethodDescriptionItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source) Returns list ofItemSyncTimestampModelfor a given source itemsyncJob.sourceandtargetItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel source) Returns list ofItemSyncTimestampModelfor a given target itemsyncJob.sourceandtargetItemSyncTimestampDao.findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion, int limit) Returns a limited list of sync timestamps for a specifiedcatalogVersion.
ThecatalogVersionmay be bothSOURCEVERSIONorTARGETVERSION.ItemSyncTimestampDao.findSyncTimestampsByItem(ItemModel item, int limit) Returns a limited list of sync timestamps for a specifieditem.
Theitemmay be both:SOURCEITEMorTARGETITEM. -
Uses of ItemSyncTimestampModel in de.hybris.platform.catalog.daos.impl
Methods in de.hybris.platform.catalog.daos.impl that return types with arguments of type ItemSyncTimestampModelModifier and TypeMethodDescriptionDefaultItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source) DefaultItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel target) DefaultItemSyncTimestampDao.findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion, int limit) DefaultItemSyncTimestampDao.findSyncTimestampsByItem(ItemModel item, int limit) -
Uses of ItemSyncTimestampModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return ItemSyncTimestampModelModifier and TypeMethodDescriptionCatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source) Returns the existingItemSyncTimestampModelfor thesourceitem in the scope of the given sync job.DefaultCatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source) CatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target) Returns the existingItemSyncTimestampModelfor the target item in the scope of the given sync job.DefaultCatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)