Uses of Class
de.hybris.platform.catalog.jalo.synchronization.AttributeCopyCreator
Packages that use AttributeCopyCreator
-
Uses of AttributeCopyCreator in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return AttributeCopyCreatorModifier and TypeMethodDescriptionprotected AttributeCopyCreatorGenericCatalogCopyContext.createAttributeCopyCreator(ItemCopyCreator icc, AttributeCopyDescriptor acd, boolean ispreset, Object sourceValue) Methods in de.hybris.platform.catalog.jalo.synchronization that return types with arguments of type AttributeCopyCreatorModifier and TypeMethodDescriptionfinal Set<AttributeCopyCreator>ItemCopyCreator.getFailedAttributes()protected final Set<AttributeCopyCreator>ItemCopyCreator.getInitialAttributeCreators()protected final Set<AttributeCopyCreator>ItemCopyCreator.getOtherAttributeCreators()protected final Set<AttributeCopyCreator>ItemCopyCreator.getPartOfAttributeCreators()final Set<AttributeCopyCreator>ItemCopyCreator.getPendingAttributes()Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type AttributeCopyCreatorModifier and TypeMethodDescriptionprotected Collection<Item>AbstractItemCopyContext.allItems(AttributeCopyCreator acc, Object value) Returns (recursively) all items which were found in the given value.protected booleanCatalogVersionSyncCopyContext.canBeTranslatedPartially(AttributeCopyCreator attributeCopyCreator) protected booleanGenericCatalogCopyContext.canBeTranslatedPartially(AttributeCopyCreator attributeCopyCreator) GenericCatalogCopyContext.collectPartOfItemsToCopy(AttributeCopyCreator acc) GenericCatalogCopyContext.copyPartOfValues(AttributeCopyCreator acc) Tries to copy all items fromgetPartOfItemsToCopy().protected SyncAttributeDescriptorDataCatalogVersionSyncCopyContext.getSyncAttributeDescriptorData(AttributeCopyCreator attributeCopyCreator) protected booleanCatalogVersionSyncCopyContext.isUntranslatablePartOfItem(AttributeCopyCreator acc, Item original) Overwritten to switch off translation if configured so inSyncAttributeDescriptorConfig.protected booleanGenericCatalogCopyContext.isUntranslatablePartOfItem(AttributeCopyCreator acc, Item original) Superclass method overridden to avoid copying catalog items which do not originate from the source version.protected booleanCatalogVersionSyncCopyContext.mustBeTranslated(AttributeCopyCreator acc, Item original) protected booleanGenericCatalogCopyContext.mustBeTranslated(AttributeCopyCreator acc, Item original) Makes sure each catalog items must always be translated.protected ItemCopyCreator.ReferenceAttributeResultItemCopyCreator.setReferenceAttribute(AttributeCopyCreator acc) protected ObjectGenericCatalogCopyContext.translate(AttributeCopyCreator acc) Filters localized attribute values by available catalog languages.protected ItemGenericCatalogCopyContext.translateItemValue(AttributeCopyCreator acc, Item original, Map<Item, Item> partOfItemsToBeCopied) protected final ObjectGenericCatalogCopyContext.translateValue(AttributeCopyCreator acc, Object original, Map<Item, Item> partOfItemsToBeCopied, boolean localized) Method parameters in de.hybris.platform.catalog.jalo.synchronization with type arguments of type AttributeCopyCreatorModifier and TypeMethodDescriptionprotected voidItemCopyCreator.setReferenceAttributesWaitingOnDelay(Set<AttributeCopyCreator> attributeCopyCreators)