| Package | Description |
|---|---|
| de.hybris.platform.catalog.jalo | |
| de.hybris.platform.catalog.jalo.synchronization |
| Modifier and Type | Method and Description |
|---|---|
ItemSyncTimestamp |
GeneratedCatalogManager.createItemSyncTimestamp(java.util.Map attributeValues) |
ItemSyncTimestamp |
GeneratedCatalogManager.createItemSyncTimestamp(SessionContext ctx,
java.util.Map attributeValues) |
ItemSyncTimestamp |
CatalogManager.createSyncTimestamp(SyncItemJob job,
Item source,
Item copy) |
ItemSyncTimestamp |
CatalogManager.createSyncTimestamp(SyncItemJob job,
Item source,
PK copy) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemSyncTimestamp> |
GeneratedCatalogManager.getSynchronizationSources(Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
abstract java.util.List<ItemSyncTimestamp> |
GeneratedCatalogManager.getSynchronizationSources(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
java.util.List<ItemSyncTimestamp> |
CatalogManager.getSynchronizationSources(SessionContext ctx,
Item target) |
java.util.List<ItemSyncTimestamp> |
GeneratedCatalogManager.getSynchronizedCopies(Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
abstract java.util.List<ItemSyncTimestamp> |
GeneratedCatalogManager.getSynchronizedCopies(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
java.util.List<ItemSyncTimestamp> |
CatalogManager.getSynchronizedCopies(SessionContext ctx,
Item source)
Implements getting all copies of an extensible item.
|
java.util.Map<PK,ItemSyncTimestamp> |
CatalogManager.getSyncTimestampMap(Item source,
SyncItemJob sij) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemSyncTimestamp |
GenericCatalogCopyContext.createSyncTimestamp(CatalogVersionSyncCronJob owningCronJob,
int currentTurn,
Item source,
ItemCopyCreator icc)
Creates a new ItemSyncTimestamp based on the current context and parameters.
|
protected ItemSyncTimestamp |
CatalogVersionSyncCopyContext.createSyncTimestamp(CatalogVersionSyncCronJob owningCronJob,
int currentTurn,
Item source,
ItemCopyCreator icc) |
protected ItemSyncTimestamp |
NewSyncTimestampTest.createSyncTimestamp(Item source,
Item copy) |
ItemSyncTimestamp |
CatalogItemCopyCreator.getSyncTimestamp() |
protected ItemSyncTimestamp |
NewSyncExclusiveTest.getTS(java.util.List<ItemSyncTimestamp> list,
CatalogVersionSyncJob job) |
protected ItemSyncTimestamp |
GenericCatalogCopyContext.queryExistingSyncTimestamp(Item src,
PK tgtPK)
Returns the ItemSyncTimestamp which has the given Item as source and the given PK as targetPK.
|
protected ItemSyncTimestamp |
NewSyncTimestampTest.queryNonCatalogItemCopy(Item source) |
protected ItemSyncTimestamp |
GenericCatalogCopyContext.setTimestamp(CatalogVersionSyncCronJob owningCronJob,
int currentTurn,
CatalogItemCopyCreator icc)
Registers the source item's modification time stamp inside a
ItemSyncTimestamp instance to allow checking
for modifications later. |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
GenericCatalogCopyContext.copy(ItemCopyCreator parent,
Item original,
Item copyToUpdate,
ItemSyncTimestamp itemSyncTimestamp) |
protected Item |
CatalogVersionSyncCopyContext.copy(ItemCopyCreator parent,
Item original,
Item copyToUpdate,
ItemSyncTimestamp itemSyncTimestamp)
Overwritten to lock item to copy.
|
Item |
GenericCatalogCopyContext.copy(Item original,
Item existingCopy,
ItemSyncTimestamp itemSyncTimestamp) |
protected void |
CatalogVersionSyncWorker.copyItem(CatalogVersionSyncCopyContext cvscc,
Item src,
Item tgt,
ItemSyncTimestamp syncTS,
SyncSchedule schedule) |
protected CatalogItemCopyCreator |
GenericCatalogCopyContext.createCreator(ItemCopyCreator parent,
Item source,
Item target,
ItemSyncTimestamp itemSyncTimestamp,
java.util.Collection<java.lang.String> blacklist,
java.util.Collection<java.lang.String> whiteList,
java.util.Map<java.lang.String,java.lang.Object> presetValues) |
void |
CatalogItemCopyCreator.setSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp) |
protected void |
GenericCatalogCopyContext.updateSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp,
CatalogVersionSyncCronJob owningCronJob,
int currentTurn,
Item source,
ItemCopyCreator icc)
Updates the given ItemSyncTimestamp based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected ItemSyncTimestamp |
NewSyncExclusiveTest.getTS(java.util.List<ItemSyncTimestamp> list,
CatalogVersionSyncJob job) |
| Constructor and Description |
|---|
CatalogItemCopyCreator(GenericCatalogCopyContext genericCatalogCopyContext,
ItemCopyCreator parent,
Item source,
Item target,
ItemSyncTimestamp itemSyncTimestamp,
java.util.Collection<java.lang.String> blackList,
java.util.Collection<java.lang.String> whiteList,
java.util.Map<java.lang.String,java.lang.Object> presetedValues) |
Copyright © 2018 SAP SE. All Rights Reserved.