Uses of Class
de.hybris.platform.catalog.model.ItemSyncTimestampModel
-
Packages that use ItemSyncTimestampModel Package Description de.hybris.platform.catalog.daos de.hybris.platform.catalog.daos.impl de.hybris.platform.catalog.synchronization -
-
Uses of ItemSyncTimestampModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos that return types with arguments of type ItemSyncTimestampModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given source itemsyncJob.sourceandtargetjava.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given target itemsyncJob.sourceandtargetjava.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion, int limit)Returns a limited list of sync timestamps for a specifiedcatalogVersion.
ThecatalogVersionmay be bothSOURCEVERSIONorTARGETVERSION.java.util.List<ItemSyncTimestampModel>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 ItemSyncTimestampModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel target)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion, int limit)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findSyncTimestampsByItem(ItemModel item, int limit) -
Uses of ItemSyncTimestampModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return ItemSyncTimestampModel Modifier and Type Method Description ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the existingItemSyncTimestampModelfor thesourceitem in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the existingItemSyncTimestampModelfor the target item in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)
-