public interface ItemSyncTimestampDao
ItemSyncTimestampModel oriented Data Access Object.| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemSyncTimestampModel> |
findLastSourceSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given source item
syncJob |
java.util.List<ItemSyncTimestampModel> |
findLastTargetSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given target item
syncJob |
java.util.List<ItemSyncTimestampModel> |
findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion,
int limit)
Returns a limited list of sync timestamps for a specified
catalogVersion |
java.util.List<ItemSyncTimestampModel> |
findSyncTimestampsByItem(ItemModel item,
int limit)
Returns a limited list of sync timestamps for a specified
item |
java.util.List<ItemSyncTimestampModel> findSyncTimestampsByItem(ItemModel item, int limit)
item.
The item may be both: ItemSyncTimestampModel.SOURCEITEM or ItemSyncTimestampModel.TARGETITEM.item - ItemModel for which we are searching sync timestampslimit - limit count of result (-1 : no limit)java.util.List<ItemSyncTimestampModel> findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion, int limit)
catalogVersion.
The catalogVersion may be both ItemSyncTimestampModel.SOURCEVERSION or ItemSyncTimestampModel.TARGETVERSION.catalogVersion - CatalogVersionModel for which we are searching sync timestampslimit - limit count of result (-1 : no limit)java.util.List<ItemSyncTimestampModel> findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)
ItemSyncTimestampModel for a given source item
syncJob.
source and targetjava.util.List<ItemSyncTimestampModel> findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)
ItemSyncTimestampModel for a given target item
syncJob.
source and targetCopyright © 2018 SAP SE. All Rights Reserved.