Uses of Class
de.hybris.platform.catalog.jalo.ItemSyncTimestamp
-
Packages that use ItemSyncTimestamp Package Description de.hybris.platform.catalog.jalo de.hybris.platform.catalog.jalo.synchronization -
-
Uses of ItemSyncTimestamp in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return ItemSyncTimestamp Modifier and Type Method Description ItemSyncTimestampGeneratedCatalogManager. createItemSyncTimestamp(SessionContext ctx, java.util.Map attributeValues)ItemSyncTimestampGeneratedCatalogManager. createItemSyncTimestamp(java.util.Map attributeValues)ItemSyncTimestampCatalogManager. createSyncTimestamp(SyncItemJob job, Item source, PK copy)ItemSyncTimestampCatalogManager. createSyncTimestamp(SyncItemJob job, Item source, Item copy)Methods in de.hybris.platform.catalog.jalo that return types with arguments of type ItemSyncTimestamp Modifier and Type Method Description java.util.List<ItemSyncTimestamp>CatalogManager. getSynchronizationSources(SessionContext ctx, Item target)java.util.List<ItemSyncTimestamp>GeneratedCatalogManager. getSynchronizationSources(Item item)Generated method - Getter of theItem.synchronizationSourcesattribute.abstract java.util.List<ItemSyncTimestamp>GeneratedCatalogManager. getSynchronizationSources(SessionContext ctx, Item item)Generated method - Getter of theItem.synchronizationSourcesattribute.java.util.List<ItemSyncTimestamp>CatalogManager. getSynchronizedCopies(SessionContext ctx, Item source)Implements getting all copies of an extensible item.java.util.List<ItemSyncTimestamp>GeneratedCatalogManager. getSynchronizedCopies(Item item)Generated method - Getter of theItem.synchronizedCopiesattribute.abstract java.util.List<ItemSyncTimestamp>GeneratedCatalogManager. getSynchronizedCopies(SessionContext ctx, Item item)Generated method - Getter of theItem.synchronizedCopiesattribute.java.util.Map<PK,ItemSyncTimestamp>CatalogManager. getSyncTimestampMap(Item source, SyncItemJob sij) -
Uses of ItemSyncTimestamp in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return ItemSyncTimestamp Modifier and Type Method Description protected ItemSyncTimestampCatalogVersionSyncCopyContext. createSyncTimestamp(CatalogVersionSyncCronJob owningCronJob, int currentTurn, Item source, ItemCopyCreator icc)protected ItemSyncTimestampGenericCatalogCopyContext. createSyncTimestamp(CatalogVersionSyncCronJob owningCronJob, int currentTurn, Item source, ItemCopyCreator icc)Creates a new ItemSyncTimestamp based on the current context and parameters.protected ItemSyncTimestampNewSyncTimestampTest. createSyncTimestamp(Item source, Item copy)ItemSyncTimestampCatalogItemCopyCreator. getSyncTimestamp()protected ItemSyncTimestampNewSyncExclusiveTest. getTS(java.util.List<ItemSyncTimestamp> list, CatalogVersionSyncJob job)protected ItemSyncTimestampGenericCatalogCopyContext. queryExistingSyncTimestamp(Item src, PK tgtPK)Returns the ItemSyncTimestamp which has the given Item as source and the given PK as targetPK.protected ItemSyncTimestampNewSyncTimestampTest. queryNonCatalogItemCopy(Item source)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.Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type ItemSyncTimestamp Modifier and Type Method Description protected ItemCatalogVersionSyncCopyContext. copy(ItemCopyCreator parent, Item original, Item copyToUpdate, ItemSyncTimestamp itemSyncTimestamp)Overwritten to lock item to copy.protected ItemGenericCatalogCopyContext. copy(ItemCopyCreator parent, Item original, Item copyToUpdate, ItemSyncTimestamp itemSyncTimestamp)ItemGenericCatalogCopyContext. copy(Item original, Item existingCopy, ItemSyncTimestamp itemSyncTimestamp)protected voidCatalogVersionSyncWorker. copyItem(CatalogVersionSyncCopyContext cvscc, Item src, Item tgt, ItemSyncTimestamp syncTS, SyncSchedule schedule)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)voidCatalogItemCopyCreator. setSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp)protected voidGenericCatalogCopyContext. updateSyncTimestamp(ItemSyncTimestamp itemSyncTimestamp, CatalogVersionSyncCronJob owningCronJob, int currentTurn, Item source, ItemCopyCreator icc)Updates the given ItemSyncTimestamp based on the given parameters.Method parameters in de.hybris.platform.catalog.jalo.synchronization with type arguments of type ItemSyncTimestamp Modifier and Type Method Description protected ItemSyncTimestampNewSyncExclusiveTest. getTS(java.util.List<ItemSyncTimestamp> list, CatalogVersionSyncJob job)Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type ItemSyncTimestamp 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)
-