Uses of Class
de.hybris.platform.catalog.jalo.SyncItemCronJob
-
Packages that use SyncItemCronJob Package Description de.hybris.platform.catalog.jalo de.hybris.platform.catalog.jalo.synchronization de.hybris.platform.cockpit.services.sync.impl -
-
Uses of SyncItemCronJob in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return SyncItemCronJob Modifier and Type Method Description SyncItemCronJobGeneratedCatalogManager. createSyncItemCronJob(SessionContext ctx, java.util.Map attributeValues)SyncItemCronJobGeneratedCatalogManager. createSyncItemCronJob(java.util.Map attributeValues)protected SyncItemCronJobSyncItemJob.SyncItemCopyContext. getCronjob()Redirecting logs to cronjob log mechanismSyncItemCronJobGeneratedItemSyncTimestamp. getPendingAttributesOwnerJob()Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.SyncItemCronJobGeneratedItemSyncTimestamp. getPendingAttributesOwnerJob(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.SyncItemCronJobSyncItemJob. newExcecution()Deprecated.since ages - please useSyncItemJob.newExecution()SyncItemCronJobSyncItemJob. newExecution()Deprecated.Methods in de.hybris.platform.catalog.jalo that return types with arguments of type SyncItemCronJob Modifier and Type Method Description java.util.Collection<SyncItemCronJob>GeneratedSyncItemJob. getExecutions()Generated method - Getter of theSyncItemJob.executionsattribute.abstract java.util.Collection<SyncItemCronJob>GeneratedSyncItemJob. getExecutions(SessionContext ctx)Generated method - Getter of theSyncItemJob.executionsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type SyncItemCronJob Modifier and Type Method Description voidSyncItemJob. addCatalogItemsToSync(SyncItemCronJob cronJob, java.util.Collection<? extends Item> items)Deprecated.Added any catalog item except categories to a syncronization.voidSyncItemJob. addCategoriesToSync(SyncItemCronJob cronJob, java.util.Collection<? extends Category> categories, boolean includeSubcategories, boolean includeProducts)Deprecated.protected booleanSyncItemJob. checkCatalogVersionValidity(SyncItemCronJob cronJob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)Deprecated.Use this method to check if the given catalog version is valid for synchronization.voidSyncItemCronJob.Confgurator. configureCronjob(SyncItemCronJob cronjob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)Deprecated.voidSyncItemCronJob.Configurator. configureCronjob(SyncItemCronJob cronJob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)protected voidSyncItemJob. configureFullSyncForItemType(SessionContext ctx, SyncItemCronJob cronJob, ComposedType type, java.lang.String additionalQueryRestrictions, boolean removeMissing, boolean createNew, boolean forceUpdate, int range)Deprecated.Configures a full synchronization of the items of a given type according to the specified sync cronjob settings.voidSyncItemJob. configureFullVersionSync(SyncItemCronJob cronJob)Deprecated.Collects all changes between the source and target version of this job.protected voidSyncItemJob. copyItem(ItemCopyContext itemCopyContext, SyncItemCronJob cronJob, Item src, Item tgt)Deprecated.protected ItemCopyContextSyncItemJob. createCopyContext(SyncItemCronJob cronJob, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> alreadyFinished)Deprecated.protected SessionContextSyncItemJob. createSyncSessionContext(SyncItemCronJob cronJob)Deprecated.Returns a newSessionContextwith the following settings.
LANGUAGE: null DISABLE_RESTRICTIONS: false DISABLE_RESTRICTION_GROUP_INHERITANCE: false USE_FAST_ALGORITHMS: true DISABLE_ATTRIBUTE_CHECK: true DISABLE_SUBCATEGORY_REMOVALCHECK: true DISABLE_SETALLOWEDPRINCIPAL_RECURSIVELY: true LANGUAGE_FALLBACK_ENABLED: false TRANSACTION_4_ALLATTRIBUTES: falseprotected CronJob.CronJobResultSyncItemJob. doAbort(SyncItemCronJob cronJob)Deprecated.This method is called if abort is requested by the user while still executing this job.protected booleanSyncItemJob. doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext, SyncItemCronJob cronJob)Deprecated.Executes actual synchronization.protected java.lang.StringSyncItemJob. getAdditionalQueryRestrictions(SessionContext ctx, ComposedType rootType, SyncItemCronJob cronJob)Deprecated.SyncItemJob.CompletionInfoSyncItemJob. getCompletionInfo(SyncItemCronJob cronJob)Deprecated.protected intSyncItemJob. getDuplicatedCatalogItemsCount(SessionContext ctx, CatalogVersion version, SyncItemCronJob cronJob, ComposedType type)Deprecated.longSyncItemJob. getElapsedMillis(SyncItemCronJob cronJob)Deprecated.protected voidSyncItemJob. initializeTimeCounter(SyncItemCronJob cronJob)Deprecated.protected voidSyncItemJob. registerSynchronizedItem(SyncItemCronJob cronjob, Item source, Item copy, java.lang.String message)Deprecated.Registers a synchronized item pair permanently by creating aChangeDescriptorfor them.protected voidSyncItemJob. removeItem(ItemCopyContext itemCopyContext, SyncItemCronJob cronJob, Item removeItem)Deprecated.voidGeneratedItemSyncTimestamp. setPendingAttributesOwnerJob(SyncItemCronJob value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.voidGeneratedItemSyncTimestamp. setPendingAttributesOwnerJob(SessionContext ctx, SyncItemCronJob value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.Constructors in de.hybris.platform.catalog.jalo with parameters of type SyncItemCronJob Constructor Description SyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> finishedSynchronizedItems) -
Uses of SyncItemCronJob in de.hybris.platform.catalog.jalo.synchronization
Subclasses of SyncItemCronJob in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description classCatalogVersionSyncCronJobSuperclass for cronjobs which synchronizes the content of a catalog version to another catalog version.classGeneratedCatalogVersionSyncCronJobGenerated class for typeCatalogVersionSyncCronJob.Methods in de.hybris.platform.catalog.jalo.synchronization that return SyncItemCronJob Modifier and Type Method Description SyncItemCronJobCatalogVersionSyncJob. newExecution()Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type SyncItemCronJob Modifier and Type Method Description voidCatalogVersionSyncJob. addCatalogItemsToSync(SyncItemCronJob _cj, java.util.Collection<? extends Item> items)voidCatalogVersionSyncJob. addCategoriesToSync(SyncItemCronJob _cj, java.util.Collection<? extends Category> categories, boolean includeSubcategories, boolean includeProducts)voidCatalogVersionSyncJob. configureFullVersionSync(SyncItemCronJob cronJob)protected SessionContextCatalogVersionSyncJob. createSyncSessionContext(SyncItemCronJob cronJob)protected SessionContextNewSyncRestrictionsTest.TestCustomCatalogVersionSyncJob. createSyncSessionContext(SyncItemCronJob cronJob)protected booleanCatalogVersionSyncJob. doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext, SyncItemCronJob cronJob)SyncItemJob.CompletionInfoCatalogVersionSyncJob. getCompletionInfo(SyncItemCronJob cronJob) -
Uses of SyncItemCronJob in de.hybris.platform.cockpit.services.sync.impl
Fields in de.hybris.platform.cockpit.services.sync.impl declared as SyncItemCronJob Modifier and Type Field Description protected SyncItemCronJobSynchronizationServiceImpl.CockpitDummySyncConfigurator. sicjMethods in de.hybris.platform.cockpit.services.sync.impl with parameters of type SyncItemCronJob Modifier and Type Method Description voidSynchronizationServiceImpl.CockpitDummySyncConfigurator. configureCronjob(SyncItemCronJob sicj, SyncItemJob.SyncItemCopyContext sicc)
-