Uses of Class
de.hybris.platform.catalog.jalo.SyncItemCronJob
Packages that use SyncItemCronJob
Package
Description
-
Uses of SyncItemCronJob in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return SyncItemCronJobModifier and TypeMethodDescriptionGeneratedCatalogManager.createSyncItemCronJob(SessionContext ctx, Map attributeValues) GeneratedCatalogManager.createSyncItemCronJob(Map attributeValues) protected SyncItemCronJobSyncItemJob.SyncItemCopyContext.getCronjob()Redirecting logs to cronjob log mechanismGeneratedItemSyncTimestamp.getPendingAttributesOwnerJob()Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.GeneratedItemSyncTimestamp.getPendingAttributesOwnerJob(SessionContext ctx) Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.SyncItemJob.newExcecution()Deprecated.SyncItemJob.newExecution()Deprecated.Methods in de.hybris.platform.catalog.jalo that return types with arguments of type SyncItemCronJobModifier and TypeMethodDescriptionGeneratedSyncItemJob.getExecutions()Generated method - Getter of theSyncItemJob.executionsattribute.abstract Collection<SyncItemCronJob>GeneratedSyncItemJob.getExecutions(SessionContext ctx) Generated method - Getter of theSyncItemJob.executionsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type SyncItemCronJobModifier and TypeMethodDescriptionvoidSyncItemJob.addCatalogItemsToSync(SyncItemCronJob cronJob, Collection<? extends Item> items) Deprecated.Added any catalog item except categories to a syncronization.voidSyncItemJob.addCategoriesToSync(SyncItemCronJob cronJob, 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, 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, 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 StringSyncItemJob.getAdditionalQueryRestrictions(SessionContext ctx, ComposedType rootType, SyncItemCronJob cronJob) Deprecated.SyncItemJob.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, 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 SyncItemCronJobModifierConstructorDescriptionSyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, Map<PK, PK> finishedSynchronizedItems) -
Uses of SyncItemCronJob in de.hybris.platform.catalog.jalo.synchronization
Subclasses of SyncItemCronJob in de.hybris.platform.catalog.jalo.synchronizationModifier and TypeClassDescriptionclassSuperclass for cronjobs which synchronizes the content of a catalog version to another catalog version.classGenerated class for typeCatalogVersionSyncCronJob.Methods in de.hybris.platform.catalog.jalo.synchronization that return SyncItemCronJobMethods in de.hybris.platform.catalog.jalo.synchronization with parameters of type SyncItemCronJobModifier and TypeMethodDescriptionvoidCatalogVersionSyncJob.addCatalogItemsToSync(SyncItemCronJob _cj, Collection<? extends Item> items) voidCatalogVersionSyncJob.addCategoriesToSync(SyncItemCronJob _cj, 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) CatalogVersionSyncJob.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 SyncItemCronJobModifier and TypeFieldDescriptionprotected final SyncItemCronJobSynchronizationServiceImpl.CockpitDummySyncConfigurator.sicjMethods in de.hybris.platform.cockpit.services.sync.impl with parameters of type SyncItemCronJobModifier and TypeMethodDescriptionvoidSynchronizationServiceImpl.CockpitDummySyncConfigurator.configureCronjob(SyncItemCronJob sicj, SyncItemJob.SyncItemCopyContext sicc)
SyncItemJob.newExecution()