Uses of Class
de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext
-
Packages that use GenericCatalogCopyContext Package Description de.hybris.platform.catalog.jalo.synchronization de.hybris.platform.catalog.synchronization -
-
Uses of GenericCatalogCopyContext in de.hybris.platform.catalog.jalo.synchronization
Subclasses of GenericCatalogCopyContext in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description class
CatalogVersionSyncCopyContext
class
GenericCatalogCopyContextTest.TestGenericCatalogCopyContext
Methods in de.hybris.platform.catalog.jalo.synchronization that return GenericCatalogCopyContext Modifier and Type Method Description protected GenericCatalogCopyContext
ItemCopyCreator. getCopyContext()
protected GenericCatalogCopyContext
LegacySynchronizationPersistenceAdapter. getCopyContext()
Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type GenericCatalogCopyContext Modifier and Type Method Description protected Item
ItemCopyCreator. copy(GenericCatalogCopyContext genericCatalogCopyContext)
Deprecated.since 5.0.1 useItemCopyCreator.copy()
instead.Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type GenericCatalogCopyContext Constructor 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)
ItemCopyCreator(GenericCatalogCopyContext genericCatalogCopyContext, ItemCopyCreator parent, Item source, Item target, java.util.Collection<java.lang.String> blackList, java.util.Collection<java.lang.String> whiteList, java.util.Map<java.lang.String,java.lang.Object> presetedValues)
LegacySynchronizationPersistenceAdapter(GenericCatalogCopyContext copyContext)
-
Uses of GenericCatalogCopyContext in de.hybris.platform.catalog.synchronization
Constructors in de.hybris.platform.catalog.synchronization with parameters of type GenericCatalogCopyContext Constructor Description ServiceLayerSynchronizationPersistenceAdapter(GenericCatalogCopyContext copyContext)
-