Uses of Class
de.hybris.platform.catalog.jalo.copy.AttributeCopyCreator
-
Packages that use AttributeCopyCreator Package Description de.hybris.platform.catalog.jalo de.hybris.platform.catalog.jalo.copy -
-
Uses of AttributeCopyCreator in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo with parameters of type AttributeCopyCreator Modifier and Type Method Description protected booleanSyncItemJob.SyncItemCopyContext. isUntranslatable(AttributeCopyCreator acc, Item original)Overwritten to switch off translation if configured so inSyncAttributeDescriptorConfig. -
Uses of AttributeCopyCreator in de.hybris.platform.catalog.jalo.copy
Methods in de.hybris.platform.catalog.jalo.copy that return AttributeCopyCreator Modifier and Type Method Description protected AttributeCopyCreatorItemCopyContext. createAttributeCopyCreator(ItemCopyCreator icc, AttributeCopyDescriptor acd, boolean ispreset, java.lang.Object sourceValue)Deprecated.Methods in de.hybris.platform.catalog.jalo.copy that return types with arguments of type AttributeCopyCreator Modifier and Type Method Description protected java.util.Set<AttributeCopyCreator>ItemCopyCreator. getInitialAttributeCreators()Deprecated.protected java.util.Set<AttributeCopyCreator>ItemCopyCreator. getOtherAttributeCreators()Deprecated.protected java.util.Set<AttributeCopyCreator>ItemCopyCreator. getPartOfAttributeCreators()Deprecated.protected java.util.Set<AttributeCopyCreator>ItemCopyCreator. getPendingAttributes()Deprecated.Methods in de.hybris.platform.catalog.jalo.copy with parameters of type AttributeCopyCreator Modifier and Type Method Description protected java.util.CollectionItemCopyContext. allItems(AttributeCopyCreator acc, java.lang.Object value)Deprecated.protected java.util.CollectionItemCopyContext. allItems(AttributeCopyCreator acc, java.lang.Object value, java.util.Collection valuesSoFar, boolean localized)Deprecated.protected java.util.Set<Item>ItemCopyContext. collectPartOfItemsToCopy(AttributeCopyCreator acc)Deprecated.protected java.util.Map<Item,Item>ItemCopyContext. copyPartOfValues(AttributeCopyCreator acc)Deprecated.protected booleanGenericCatalogCopyContext. isUntranslatable(AttributeCopyCreator acc, Item original)Deprecated.Superclass method overridden to avoid copying catalog items which do not originate from the source version.protected booleanItemCopyContext. isUntranslatable(AttributeCopyCreator acc, Item original)Deprecated.protected booleanGenericCatalogCopyContext. mustBeTranslated(AttributeCopyCreator acc, Item original)Deprecated.Makes sure each catalog items must always be translated.protected booleanItemCopyContext. mustBeTranslated(AttributeCopyCreator acc, Item original)Deprecated.Tells whether a original item should be translated into its copied counterpart.protected voidItemCopyContext. registerPendingReference(AttributeCopyCreator acc, Item waitingFor)Deprecated.protected java.lang.ObjectGenericCatalogCopyContext. translate(AttributeCopyCreator acc)Deprecated.Filters localized attribute values by available catalog languages.protected java.lang.ObjectItemCopyContext. translate(AttributeCopyCreator acc)Deprecated.protected ItemItemCopyContext. translateValue(AttributeCopyCreator acc, Item original, java.util.Map<Item,Item> partOfMappings)Deprecated.protected java.lang.ObjectItemCopyContext. translateValue(AttributeCopyCreator acc, java.lang.Object original, java.util.Map<Item,Item> partOfMappings, boolean localized)Deprecated.Method parameters in de.hybris.platform.catalog.jalo.copy with type arguments of type AttributeCopyCreator Modifier and Type Method Description protected voidItemCopyCreator. setPendingReferences(ItemCopyContext itemCopyContext, java.util.Set<AttributeCopyCreator> accs)Deprecated.
-