Uses of Class
de.hybris.platform.catalog.jalo.SyncItemJob
-
-
Uses of SyncItemJob in de.hybris.platform.catalog.jalo
Fields in de.hybris.platform.catalog.jalo with type parameters of type SyncItemJob Modifier and Type Field Description protected static OneToManyHandler<SyncItemJob>GeneratedCatalogVersion. INCOMINGSYNCHRONIZATIONSHANDLEROneToManyHandlerfor handling 1:n INCOMINGSYNCHRONIZATIONS's relation attributes from 'many' side.protected static OneToManyHandler<SyncItemJob>GeneratedCatalogVersion. SYNCHRONIZATIONSHANDLEROneToManyHandlerfor handling 1:n SYNCHRONIZATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.catalog.jalo that return SyncItemJob Modifier and Type Method Description SyncItemJobCatalogManager. configureSynchronizationJob(java.lang.String code, Catalog catalog, java.lang.String sourceVersion, java.lang.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.SyncItemJobGeneratedCatalogManager. createSyncItemJob(SessionContext ctx, java.util.Map attributeValues)SyncItemJobGeneratedCatalogManager. createSyncItemJob(java.util.Map attributeValues)SyncItemJobCatalogManager. getSyncJob(CatalogVersion source, CatalogVersion target)SyncItemJobCatalogManager. getSyncJob(CatalogVersion source, CatalogVersion target, java.lang.String qualifier)SyncItemJobGeneratedItemSyncTimestamp. getSyncJob()Generated method - Getter of theItemSyncTimestamp.syncJobattribute.SyncItemJobGeneratedItemSyncTimestamp. getSyncJob(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.syncJobattribute.SyncItemJobGeneratedSyncAttributeDescriptorConfig. getSyncJob()Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute.SyncItemJobGeneratedSyncAttributeDescriptorConfig. getSyncJob(SessionContext ctx)Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute.SyncItemJobItemSyncTimestamp. getSyncJob(SessionContext ctx)SyncItemJobCatalogManager. getSyncJobFromSource(CatalogVersion source)protected SyncItemJobCatalogManager. newDefaultSyncJobInstance(java.util.Map attributes)Methods in de.hybris.platform.catalog.jalo that return types with arguments of type SyncItemJob Modifier and Type Method Description java.util.List<SyncItemJob>GeneratedCatalogVersion. getIncomingSynchronizations()Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute.java.util.List<SyncItemJob>GeneratedCatalogVersion. getIncomingSynchronizations(SessionContext ctx)Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute.java.util.List<SyncItemJob>GeneratedCatalogVersion. getSynchronizations()Generated method - Getter of theCatalogVersion.synchronizationsattribute.java.util.List<SyncItemJob>GeneratedCatalogVersion. getSynchronizations(SessionContext ctx)Generated method - Getter of theCatalogVersion.synchronizationsattribute.java.util.Collection<SyncItemJob>GeneratedCatalogManager. getSyncJobs(Principal item)Generated method - Getter of thePrincipal.syncJobsattribute.java.util.Collection<SyncItemJob>GeneratedCatalogManager. getSyncJobs(SessionContext ctx, Principal item)Generated method - Getter of thePrincipal.syncJobsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type SyncItemJob Modifier and Type Method Description voidGeneratedCatalogVersion. 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.ItemSyncTimestampCatalogManager. createSyncTimestamp(SyncItemJob job, Item source, PK copy)ItemSyncTimestampCatalogManager. createSyncTimestamp(SyncItemJob job, Item source, Item copy)java.util.DateCatalogManager. getLastSyncModifiedTime(SyncItemJob job, Item src, Item copy)ItemCatalogManager. getSynchronizedCopy(Item source, SyncItemJob sij)java.util.Map<PK,ItemSyncTimestamp>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 SyncItemJob Modifier and Type Method Description voidGeneratedCatalogVersion. setSynchronizations(SessionContext ctx, java.util.List<SyncItemJob> value)Generated method - Setter of theCatalogVersion.synchronizationsattribute.voidGeneratedCatalogVersion. setSynchronizations(java.util.List<SyncItemJob> value)Generated method - Setter of theCatalogVersion.synchronizationsattribute.voidGeneratedCatalogManager. setSyncJobs(Principal item, java.util.Collection<SyncItemJob> value)Generated method - Setter of thePrincipal.syncJobsattribute.voidGeneratedCatalogManager. setSyncJobs(SessionContext ctx, Principal item, java.util.Collection<SyncItemJob> value)Generated method - Setter of thePrincipal.syncJobsattribute.Constructors in de.hybris.platform.catalog.jalo with parameters of type SyncItemJob Constructor Description SyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> finishedSynchronizedItems) -
Uses of SyncItemJob in de.hybris.platform.catalog.jalo.copy
Methods in de.hybris.platform.catalog.jalo.copy that return SyncItemJob Modifier and Type Method Description protected SyncItemJobGenericCatalogCopyContext. getJob()Deprecated.Constructors in de.hybris.platform.catalog.jalo.copy with parameters of type SyncItemJob Constructor Description GenericCatalogCopyContext(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.synchronization Modifier and Type Class Description classCatalogVersionSyncJobSuperclass for job which synchronizes content of a catalog version to another catalog version.classGeneratedCatalogVersionSyncJobGenerated class for typeCatalogVersionSyncJob.static classNewSyncRestrictionsTest.TestCustomCatalogVersionSyncJobThe 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 SyncItemJob Modifier and Type Method Description protected static SyncItemJobCMSSiteUtils. setupStoreTemplateSyncJobs(CatalogVersionSyncJobModel syncJobModel, ModelService modelService)Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util with parameters of type SyncItemJob Modifier and Type Method Description protected 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 SyncItemJob Modifier and Type Field Description protected SyncItemJobSynchronizationServiceImpl.CockpitDummySyncConfigurator. jobMethods in de.hybris.platform.cockpit.services.sync.impl with parameters of type SyncItemJob Modifier and Type Method Description protected booleanSynchronizationServiceImpl. checkRootOrSubType(TypedObject item, SyncItemJob syncJob)
-