Uses of Class
de.hybris.platform.catalog.synchronization.SyncConfig
Packages that use SyncConfig
Package
Description
-
Uses of SyncConfig in com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return SyncConfigModifier and TypeMethodDescriptionSyncTask.getSyncConfig()Optional configuration for synchronisationSyncConfigMethods in com.hybris.backoffice.sync with parameters of type SyncConfig -
Uses of SyncConfig in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades that return SyncConfigModifier and TypeMethodDescriptionprotected SyncConfigDefaultSynchronizationFacade.createSyncConfigWithDefaults(SyncItemJobModel syncJob) Creates sync config based on project properties and syncJob settings.protected SyncConfigDefaultSynchronizationFacade.prepareSyncConfig(SyncConfig syncConfig, SyncItemJobModel syncJob) Prepares sync config.Methods in com.hybris.backoffice.sync.facades with parameters of type SyncConfigModifier and TypeMethodDescriptionprotected SyncConfigDefaultSynchronizationFacade.prepareSyncConfig(SyncConfig syncConfig, SyncItemJobModel syncJob) Prepares sync config.Method parameters in com.hybris.backoffice.sync.facades with type arguments of type SyncConfigModifier and TypeMethodDescriptionDefaultSynchronizationFacade.executeSync(SyncTask syncTask, BiFunction<SyncItemJobModel, SyncConfig, SyncResult> syncRunner) -
Uses of SyncConfig in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncConfigModifier and TypeMethodDescriptionprotected SyncConfigDefaultCatalogSynchronizationService.cloneSyncConfig(SyncConfig givenSyncConfig) protected SyncConfigDefaultCatalogSynchronizationServiceTest.createSyncConfig(boolean synchronous) protected SyncConfigBaseSynchronizationStatusServiceTest.prepareSyncConfig()protected SyncConfigDefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, List<ItemModel> applicableItems) Methods in de.hybris.platform.catalog.synchronization with parameters of type SyncConfigModifier and TypeMethodDescriptionprotected voidDefaultCatalogSynchronizationService.addScheduleFromConfig(SyncItemCronJobModel cronJob, SyncConfig config) voidDefaultCatalogSynchronizationServiceTest.awaitThenSynchronizeAndCountDown(List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, AtomicReference<SyncResult> result, CountDownLatch startSignal, CountDownLatch testFinish, long millisecondsOffSet) protected SyncConfigDefaultCatalogSynchronizationService.cloneSyncConfig(SyncConfig givenSyncConfig) protected voidBaseSynchronizationStatusServiceTest.performSynchronization(SyncItemJobModel syncItemJobModel, List<ItemModel> items, SyncConfig syncConfig) CatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) Performs the synchronization for given items.CatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig) Performs the synchronization for given items against given sync jobs.DefaultCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) DefaultCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig) protected SyncConfigDefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, List<ItemModel> applicableItems) CatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) Starts synchronization for an existingSyncItemJobModel.DefaultCatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup that return SyncConfigModifier and TypeMethodDescriptionprotected SyncConfigCatalogSystemSetupTest.prepareSyncConfig()Methods in de.hybris.platform.catalog.systemsetup with parameters of type SyncConfigModifier and TypeMethodDescriptionprotected voidCatalogSystemSetupTest.performSynchronization(SyncItemJobModel syncItemJobModel, List<ItemModel> items, SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.cmsfacades.synchronization
Methods in de.hybris.platform.cmsfacades.synchronization with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidItemSynchronizationFacade.performItemSynchronization(SyncRequestData syncRequestData, SynchronizationData synchronizationData, SyncConfig config) Performs the synchronization for a list ofItemModel. -
Uses of SyncConfig in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return SyncConfigModifier and TypeMethodDescriptionprotected SyncConfigDefaultItemSynchronizationFacade.getSyncConfig()Methods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidDefaultItemSynchronizationFacade.performItemSynchronization(SyncRequestData syncRequestData, SynchronizationData synchronizationData, SyncConfig config) voidDefaultItemSynchronizationFacade.setSyncConfig(SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.cmsfacades.synchronization.service
Methods in de.hybris.platform.cmsfacades.synchronization.service with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidItemSynchronizationService.performItemSynchronization(SyncRequestData syncRequestData, List<ItemModel> items, SyncConfig config) performs the synchronization of a list ofItemModeltaking in consideration the source and target catalog versions. -
Uses of SyncConfig in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidDefaultItemSynchronizationService.performItemSynchronization(SyncRequestData syncRequestData, List<ItemModel> items, SyncConfig config) performs the synchronization of a list ofItemModeltaking in consideration the source and target catalog versions. -
Uses of SyncConfig in de.hybris.platform.cmsfacades.workflow.postaction.impl
Methods in de.hybris.platform.cmsfacades.workflow.postaction.impl that return SyncConfigMethods in de.hybris.platform.cmsfacades.workflow.postaction.impl with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidPublishPostWorkflowAction.setSyncConfig(SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SyncConfigMethods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type SyncConfigModifier and TypeMethodDescriptionvoidDefaultVendorCMSService.setSyncConfig(SyncConfig syncConfig)