| Package | Description |
|---|---|
| de.hybris.platform.catalog.daos | |
| de.hybris.platform.catalog.daos.impl | |
| de.hybris.platform.catalog.resource | |
| de.hybris.platform.catalog.synchronization |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given source item
syncJob |
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given target item
syncJob |
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findSyncTimestampsByCatalogVersion(CatalogVersionModel catalogVersion,
int limit)
Returns a limited list of sync timestamps for a specified
catalogVersion |
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findSyncTimestampsByItem(ItemModel item,
int limit)
Returns a limited list of sync timestamps for a specified
item |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
ItemSyncTimestampModel |
ItemSyncTimestampResource.getItemSyncTimestampModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ItemSyncTimestampModel |
ItemSyncTimestampResource.readResource(java.lang.String resourceId)
Gets the
ItemSyncTimestampModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ItemSyncTimestampModel> |
ItemSyncTimestampsResource.getItemSyncTimestampsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSyncTimestampResource.setItemSyncTimestampModel(ItemSyncTimestampModel value)
Convenience method which just delegates to
#setResourceValue(ItemSyncTimestampModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSyncTimestampsResource.setItemSyncTimestampsCollection(java.util.Collection<ItemSyncTimestampModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
ItemSyncTimestampModel |
DefaultCatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob,
ItemModel source) |
ItemSyncTimestampModel |
CatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob,
ItemModel source)
Returns the existing
ItemSyncTimestampModel for the source item in the scope of the given
sync job. |
ItemSyncTimestampModel |
DefaultCatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob,
ItemModel target) |
ItemSyncTimestampModel |
CatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob,
ItemModel target)
Returns the existing
ItemSyncTimestampModel for the target item in the scope of the given sync job. |
Copyright © 2018 SAP SE. All Rights Reserved.