Uses of Class
de.hybris.platform.catalog.jalo.synchronization.CatalogItemCopyCreator
-
Packages that use CatalogItemCopyCreator Package Description de.hybris.platform.catalog.jalo.synchronization -
-
Uses of CatalogItemCopyCreator in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return CatalogItemCopyCreator Modifier and Type Method Description protected CatalogItemCopyCreatorGenericCatalogCopyContext. createCreator(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> presetValues)protected CatalogItemCopyCreatorGenericCatalogCopyContext. getCurrentlyCopying(Item original)Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type CatalogItemCopyCreator Modifier and Type Method Description protected voidCatalogVersionSyncCopyContext. afterCopying(Item copy, CatalogItemCopyCreator icc)protected voidGenericCatalogCopyContext. afterCopying(Item copy, CatalogItemCopyCreator icc)protected voidGenericCatalogCopyContext. beforeCopying(CatalogItemCopyCreator icc)protected booleanCatalogVersionSyncCopyContext. hasSchedule(CatalogItemCopyCreator icc)protected booleanCatalogVersionSyncCopyContext. mustDump(CatalogItemCopyCreator icc)protected voidGenericCatalogCopyContext. popCurrentlyCopying(CatalogItemCopyCreator icc)protected voidGenericCatalogCopyContext. pushCurrentlyCopying(CatalogItemCopyCreator icc)protected ItemSyncTimestampGenericCatalogCopyContext. setTimestamp(CatalogVersionSyncCronJob owningCronJob, int currentTurn, CatalogItemCopyCreator icc)Registers the source item's modification time stamp inside aItemSyncTimestampinstance to allow checking for modifications later.protected voidCatalogVersionSyncCopyContext. writeDumpRecord(CatalogItemCopyCreator icc)
-