| Package | Description |
|---|---|
| de.hybris.platform.catalog.jalo.synchronization |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeCopyCreator |
GenericCatalogCopyContext.createAttributeCopyCreator(ItemCopyCreator icc,
AttributeCopyDescriptor acd,
boolean ispreset,
Object sourceValue) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeCopyCreator> |
ItemCopyCreator.getFailedAttributes() |
protected Set<AttributeCopyCreator> |
ItemCopyCreator.getInitialAttributeCreators() |
protected Set<AttributeCopyCreator> |
ItemCopyCreator.getOtherAttributeCreators() |
protected Set<AttributeCopyCreator> |
ItemCopyCreator.getPartOfAttributeCreators() |
Set<AttributeCopyCreator> |
ItemCopyCreator.getPendingAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Item> |
AbstractItemCopyContext.allItems(AttributeCopyCreator acc,
Object value)
Returns (recursively) all items which were found in the given value.
|
protected boolean |
GenericCatalogCopyContext.canBeTranslatedPartially(AttributeCopyCreator attributeCopyCreator) |
protected boolean |
CatalogVersionSyncCopyContext.canBeTranslatedPartially(AttributeCopyCreator attributeCopyCreator) |
protected Set<Item> |
GenericCatalogCopyContext.collectPartOfItemsToCopy(AttributeCopyCreator acc) |
protected Map<Item,Item> |
GenericCatalogCopyContext.copyPartOfValues(AttributeCopyCreator acc)
Tries to copy all items from
getPartOfItemsToCopy(). |
protected SyncAttributeDescriptorData |
CatalogVersionSyncCopyContext.getSyncAttributeDescriptorData(AttributeCopyCreator attributeCopyCreator) |
protected boolean |
GenericCatalogCopyContext.isUntranslatablePartOfItem(AttributeCopyCreator acc,
Item original)
Superclass method overridden to avoid copying catalog items which do not originate from the source
version.
|
protected boolean |
CatalogVersionSyncCopyContext.isUntranslatablePartOfItem(AttributeCopyCreator acc,
Item original)
Overwritten to switch off translation if configured so in
SyncAttributeDescriptorConfig. |
protected boolean |
GenericCatalogCopyContext.mustBeTranslated(AttributeCopyCreator acc,
Item original)
Makes sure each catalog items must always be translated.
|
protected boolean |
CatalogVersionSyncCopyContext.mustBeTranslated(AttributeCopyCreator acc,
Item original) |
protected ItemCopyCreator.ReferenceAttributeResult |
ItemCopyCreator.setReferenceAttribute(AttributeCopyCreator acc) |
protected Object |
GenericCatalogCopyContext.translate(AttributeCopyCreator acc)
Filters localized attribute values by available catalog languages.
|
protected Item |
GenericCatalogCopyContext.translateItemValue(AttributeCopyCreator acc,
Item original,
Map<Item,Item> partOfItemsToBeCopied) |
protected Object |
GenericCatalogCopyContext.translateValue(AttributeCopyCreator acc,
Object original,
Map<Item,Item> partOfItemsToBeCopied,
boolean localized) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemCopyCreator.setReferenceAttributesWaitingOnDelay(Set<AttributeCopyCreator> attributeCopyCreators) |
Copyright © 2017 SAP SE. All Rights Reserved.