Uses of Class
de.hybris.platform.catalog.jalo.ItemSyncTimestamp
Packages that use ItemSyncTimestamp
-
Uses of ItemSyncTimestamp in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return ItemSyncTimestampModifier and TypeMethodDescriptionGeneratedCatalogManager.createItemSyncTimestamp(SessionContext ctx, Map attributeValues) GeneratedCatalogManager.createItemSyncTimestamp(Map attributeValues) CatalogManager.createSyncTimestamp(SyncItemJob job, Item source, PK copy) CatalogManager.createSyncTimestamp(SyncItemJob job, Item source, Item copy) Methods in de.hybris.platform.catalog.jalo that return types with arguments of type ItemSyncTimestampModifier and TypeMethodDescriptionCatalogManager.getSynchronizationSources(SessionContext ctx, Item target) GeneratedCatalogManager.getSynchronizationSources(Item item) Generated method - Getter of theItem.synchronizationSourcesattribute.abstract List<ItemSyncTimestamp>GeneratedCatalogManager.getSynchronizationSources(SessionContext ctx, Item item) Generated method - Getter of theItem.synchronizationSourcesattribute.CatalogManager.getSynchronizedCopies(SessionContext ctx, Item source) Implements getting all copies of an extensible item.GeneratedCatalogManager.getSynchronizedCopies(Item item) Generated method - Getter of theItem.synchronizedCopiesattribute.abstract List<ItemSyncTimestamp>GeneratedCatalogManager.getSynchronizedCopies(SessionContext ctx, Item item) Generated method - Getter of theItem.synchronizedCopiesattribute.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 ItemSyncTimestampModifier and TypeMethodDescriptionprotected 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) CatalogItemCopyCreator.getSyncTimestamp()protected ItemSyncTimestampNewSyncExclusiveTest.getTS(List<ItemSyncTimestamp> list, CatalogVersionSyncJob job) protected ItemSyncTimestampGenericCatalogCopyContext.handleStale(Item src, PK tgtPK, Map<PK, ItemSyncTimestamp> all, ItemSyncTimestamp existingOneToUpdate) 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 ItemSyncTimestampModifier and TypeMethodDescriptionprotected 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) GenericCatalogCopyContext.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, Collection<String> blacklist, Collection<String> whiteList, Map<String, Object> presetValues) protected ItemSyncTimestampGenericCatalogCopyContext.handleStale(Item src, PK tgtPK, Map<PK, ItemSyncTimestamp> all, ItemSyncTimestamp existingOneToUpdate) 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 ItemSyncTimestampModifier and TypeMethodDescriptionprotected ItemSyncTimestampNewSyncExclusiveTest.getTS(List<ItemSyncTimestamp> list, CatalogVersionSyncJob job) protected ItemSyncTimestampGenericCatalogCopyContext.handleStale(Item src, PK tgtPK, Map<PK, ItemSyncTimestamp> all, ItemSyncTimestamp existingOneToUpdate) Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type ItemSyncTimestampModifierConstructorDescriptionCatalogItemCopyCreator(GenericCatalogCopyContext genericCatalogCopyContext, ItemCopyCreator parent, Item source, Item target, ItemSyncTimestamp itemSyncTimestamp, Collection<String> blackList, Collection<String> whiteList, Map<String, Object> presetedValues)