Class CatalogItemCopyCreator
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator
-
- de.hybris.platform.catalog.jalo.synchronization.CatalogItemCopyCreator
-
public class CatalogItemCopyCreator extends ItemCopyCreator
- Since:
- 3.1-u6
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator
ItemCopyCreator.AfterItemCopiedCallback, ItemCopyCreator.ReferenceAttributeResult
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemSyncTimestamp
getSyncTimestamp()
void
setSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp)
-
Methods inherited from class de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator
addToStoredValues, copy, copy, encounteredOptimisticLockException, equals, getAfterItemCopiedCallback, getCopyContext, getEnclosingCreatorFor, getFailedAttributes, getInitialAttributeCreators, getModifiedValues, getOptimisticLockException, getOtherAttributeCreators, getParent, getPartOfAttributeCreators, getPendingAttributeQualifiers, getPendingAttributes, getReport, getSourceItem, getStoredValues, getTargetItem, getTargetType, hashCode, hasPartOfItems, hasPendingAttributes, isEmpty, isPartOf, isTransactionRolledBack, isUpdate, notifyCallback, readInitialAttributes, readNonInitialAttributes, readSourceValues, resetStoredValues, setAfterItemCopiedCallback, setOtherReferences, setPartOfReferences, setReferenceAttribute, setReferenceAttributesWaitingOnDelay, toString
-
-
-
-
Constructor Detail
-
CatalogItemCopyCreator
public 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) throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
-
-
Method Detail
-
setSyncTimestamp
public void setSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp)
-
getSyncTimestamp
public ItemSyncTimestamp getSyncTimestamp()
-
-