Uses of Class
de.hybris.platform.catalog.jalo.SyncItemJob
Packages that use SyncItemJob
Package
Description
-
Uses of SyncItemJob in de.hybris.platform.catalog.jalo
Fields in de.hybris.platform.catalog.jalo with type parameters of type SyncItemJobModifier and TypeFieldDescriptionprotected static final OneToManyHandler<SyncItemJob>GeneratedCatalogVersion.INCOMINGSYNCHRONIZATIONSHANDLEROneToManyHandlerfor handling 1:n INCOMINGSYNCHRONIZATIONS's relation attributes from 'many' side.protected static final OneToManyHandler<SyncItemJob>GeneratedCatalogVersion.SYNCHRONIZATIONSHANDLEROneToManyHandlerfor handling 1:n SYNCHRONIZATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.catalog.jalo that return SyncItemJobModifier and TypeMethodDescriptionCatalogManager.configureSynchronizationJob(String code, Catalog catalog, String sourceVersion, String targetVersion, boolean createNewItems, boolean removeMissingItems) Configures a publication rule (asSyncItemJobitem) between a specified source catalog version and target catalog version with a given catalog.GeneratedCatalogManager.createSyncItemJob(SessionContext ctx, Map attributeValues) GeneratedCatalogManager.createSyncItemJob(Map attributeValues) CatalogManager.getSyncJob(CatalogVersion source, CatalogVersion target) CatalogManager.getSyncJob(CatalogVersion source, CatalogVersion target, String qualifier) GeneratedItemSyncTimestamp.getSyncJob()Generated method - Getter of theItemSyncTimestamp.syncJobattribute.GeneratedItemSyncTimestamp.getSyncJob(SessionContext ctx) Generated method - Getter of theItemSyncTimestamp.syncJobattribute.GeneratedSyncAttributeDescriptorConfig.getSyncJob()Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute.GeneratedSyncAttributeDescriptorConfig.getSyncJob(SessionContext ctx) Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute.ItemSyncTimestamp.getSyncJob(SessionContext ctx) CatalogManager.getSyncJobFromSource(CatalogVersion source) protected SyncItemJobCatalogManager.newDefaultSyncJobInstance(Map attributes) Methods in de.hybris.platform.catalog.jalo that return types with arguments of type SyncItemJobModifier and TypeMethodDescriptionGeneratedCatalogVersion.getIncomingSynchronizations()Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute.GeneratedCatalogVersion.getIncomingSynchronizations(SessionContext ctx) Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute.GeneratedCatalogVersion.getSynchronizations()Generated method - Getter of theCatalogVersion.synchronizationsattribute.GeneratedCatalogVersion.getSynchronizations(SessionContext ctx) Generated method - Getter of theCatalogVersion.synchronizationsattribute.GeneratedCatalogManager.getSyncJobs(Principal item) Generated method - Getter of thePrincipal.syncJobsattribute.GeneratedCatalogManager.getSyncJobs(SessionContext ctx, Principal item) Generated method - Getter of thePrincipal.syncJobsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type SyncItemJobModifier and TypeMethodDescriptionvoidGeneratedCatalogVersion.addToSynchronizations(SyncItemJob value) Generated method - Addsvalueto synchronizations.voidGeneratedCatalogVersion.addToSynchronizations(SessionContext ctx, SyncItemJob value) Generated method - Addsvalueto synchronizations.voidGeneratedCatalogManager.addToSyncJobs(Principal item, SyncItemJob value) Generated method - Addsvalueto syncJobs.voidGeneratedCatalogManager.addToSyncJobs(SessionContext ctx, Principal item, SyncItemJob value) Generated method - Addsvalueto syncJobs.booleanCatalogManager.canSync(SessionContext ctx, User sessionUser, SyncItemJob sync) This method will be called by the SynchronizeCatalogVersionWizard for determining if the current user is allowed to execute a synchronization task.CatalogManager.createSyncTimestamp(SyncItemJob job, Item source, PK copy) CatalogManager.createSyncTimestamp(SyncItemJob job, Item source, Item copy) CatalogManager.getLastSyncModifiedTime(SyncItemJob job, Item src, Item copy) CatalogManager.getSynchronizedCopy(Item source, SyncItemJob sij) CatalogManager.getSyncTimestampMap(Item source, SyncItemJob sij) voidGeneratedCatalogVersion.removeFromSynchronizations(SyncItemJob value) Generated method - Removesvaluefrom synchronizations.voidGeneratedCatalogVersion.removeFromSynchronizations(SessionContext ctx, SyncItemJob value) Generated method - Removesvaluefrom synchronizations.voidGeneratedCatalogManager.removeFromSyncJobs(Principal item, SyncItemJob value) Generated method - Removesvaluefrom syncJobs.voidGeneratedCatalogManager.removeFromSyncJobs(SessionContext ctx, Principal item, SyncItemJob value) Generated method - Removesvaluefrom syncJobs.protected voidGeneratedItemSyncTimestamp.setSyncJob(SyncItemJob value) Generated method - Setter of theItemSyncTimestamp.syncJobattribute.protected voidGeneratedItemSyncTimestamp.setSyncJob(SessionContext ctx, SyncItemJob value) Generated method - Setter of theItemSyncTimestamp.syncJobattribute.protected voidGeneratedSyncAttributeDescriptorConfig.setSyncJob(SyncItemJob value) Generated method - Setter of theSyncAttributeDescriptorConfig.syncJobattribute.protected voidGeneratedSyncAttributeDescriptorConfig.setSyncJob(SessionContext ctx, SyncItemJob value) Generated method - Setter of theSyncAttributeDescriptorConfig.syncJobattribute.Method parameters in de.hybris.platform.catalog.jalo with type arguments of type SyncItemJobModifier and TypeMethodDescriptionvoidGeneratedCatalogVersion.setSynchronizations(SessionContext ctx, List<SyncItemJob> value) Generated method - Setter of theCatalogVersion.synchronizationsattribute.voidGeneratedCatalogVersion.setSynchronizations(List<SyncItemJob> value) Generated method - Setter of theCatalogVersion.synchronizationsattribute.voidGeneratedCatalogManager.setSyncJobs(Principal item, Collection<SyncItemJob> value) Generated method - Setter of thePrincipal.syncJobsattribute.voidGeneratedCatalogManager.setSyncJobs(SessionContext ctx, Principal item, Collection<SyncItemJob> value) Generated method - Setter of thePrincipal.syncJobsattribute.Constructors in de.hybris.platform.catalog.jalo with parameters of type SyncItemJobModifierConstructorDescriptionSyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, Map<PK, PK> finishedSynchronizedItems) -
Uses of SyncItemJob in de.hybris.platform.catalog.jalo.copy
Methods in de.hybris.platform.catalog.jalo.copy that return SyncItemJobModifier and TypeMethodDescriptionprotected SyncItemJobGenericCatalogCopyContext.getJob()Deprecated.Constructors in de.hybris.platform.catalog.jalo.copy with parameters of type SyncItemJobModifierConstructorDescriptionGenericCatalogCopyContext(SyncItemJob job, SessionContext ctx, org.apache.log4j.Level logLevel, boolean forceUpdate) Deprecated. -
Uses of SyncItemJob in de.hybris.platform.catalog.jalo.synchronization
Subclasses of SyncItemJob in de.hybris.platform.catalog.jalo.synchronizationModifier and TypeClassDescriptionclassSuperclass for job which synchronizes content of a catalog version to another catalog version.classGenerated class for typeCatalogVersionSyncJob.static classThe sample custom CatalogVersionSyncJob which adds some restriction to the SyncSessionContext(PLA-8677). -
Uses of SyncItemJob in de.hybris.platform.cmscockpit.wizard.cmssite.util
Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util that return SyncItemJobModifier and TypeMethodDescriptionprotected static SyncItemJobCMSSiteUtils.setupStoreTemplateSyncJobs(CatalogVersionSyncJobModel syncJobModel, ModelService modelService) Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util with parameters of type SyncItemJobModifier and TypeMethodDescriptionprotected static voidCMSSiteUtils.performSynchronization(SyncItemJob job) -
Uses of SyncItemJob in de.hybris.platform.cockpit.services.sync.impl
Fields in de.hybris.platform.cockpit.services.sync.impl declared as SyncItemJobModifier and TypeFieldDescriptionprotected final SyncItemJobSynchronizationServiceImpl.CockpitDummySyncConfigurator.jobMethods in de.hybris.platform.cockpit.services.sync.impl with parameters of type SyncItemJobModifier and TypeMethodDescriptionprotected booleanSynchronizationServiceImpl.checkRootOrSubType(TypedObject item, SyncItemJob syncJob)