| Package | Description |
|---|---|
| de.hybris.platform.catalog.jalo | |
| de.hybris.platform.catalog.jalo.copy |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SyncItemJob.SyncItemCopyContext.finishedCopying(ItemCopyCreator icc)
Superclass method overridden to register a copied item permanently via
SyncItemJob.registerSynchronizedItem(SyncItemCronJob, Item, Item, String). |
| Modifier and Type | Method and Description |
|---|---|
protected ItemCopyCreator |
ItemCopyCreator.getEnclosingCreatorFor(Item value)
Deprecated.
Finds the parent creator which actually copies the given item value.
|
protected ItemCopyCreator |
ItemCopyCreator.getParent()
Deprecated.
|
ItemCopyCreator |
AttributeCopyCreator.getParent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemCopyContext.beforeCopying(ItemCopyCreator icc)
Deprecated.
|
protected Item |
ItemCopyContext.copy(ItemCopyCreator parent,
Item original)
Deprecated.
|
protected Item |
ItemCopyContext.copy(ItemCopyCreator parent,
Item original,
Item copyToUpdate)
Deprecated.
|
protected AttributeCopyCreator |
ItemCopyContext.createAttributeCopyCreator(ItemCopyCreator icc,
AttributeCopyDescriptor acd,
boolean ispreset,
Object sourceValue)
Deprecated.
|
protected Item |
GenericCatalogCopyContext.findExistingCopyToUpdate(ItemCopyCreator parentCreator,
Item original,
boolean asPartOf)
Deprecated.
|
protected Item |
ItemCopyContext.findExistingCopyToUpdate(ItemCopyCreator parentCreator,
Item original,
boolean asPartOf)
Deprecated.
This method is called every time a new
ItemCopyCreatoris instantiated. |
protected void |
GenericCatalogCopyContext.finishedCopying(ItemCopyCreator icc)
Deprecated.
Superclass method overridden to call
GenericCatalogCopyContext.setTimestamp(ItemCopyCreator) for each copied item. |
protected void |
ItemCopyContext.finishedCopying(ItemCopyCreator icc)
Deprecated.
|
protected boolean |
GenericCatalogCopyContext.isUpToDate(ItemCopyCreator parentCC,
Item original,
Item copy)
Deprecated.
|
protected boolean |
ItemCopyContext.isUpToDate(ItemCopyCreator parentCC,
Item original,
Item copy)
Deprecated.
Tells whether a item pair is up to date and must not be updated right now.
|
protected void |
ItemCopyContext.popCurrentlyCopying(ItemCopyCreator icc)
Deprecated.
|
protected void |
ItemCopyContext.pushCurrentlyCopying(ItemCopyCreator icc)
Deprecated.
|
protected void |
GenericCatalogCopyContext.setTimestamp(ItemCopyCreator icc)
Deprecated.
Registers the source item's modification time stamp inside a
ItemSyncTimestamp instance to allow checking
for modifications later. |
| Constructor and Description |
|---|
AttributeCopyCreator(ItemCopyCreator icc,
AttributeCopyDescriptor acd,
boolean isPreset,
Object sourceValue)
Deprecated.
|
ItemCopyCreator(ItemCopyContext itemCopyContext,
ItemCopyCreator parent,
Item source,
Item target,
Collection<String> blackList,
Collection<String> whiteList,
Map<String,Object> presetedValues)
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.