Uses of Class
de.hybris.platform.catalog.synchronization.SyncConfig
-
-
Uses of SyncConfig in com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return SyncConfig Modifier and Type Method Description SyncConfigSyncTask. getSyncConfig()Optional configuration for synchronisationSyncConfigMethods in com.hybris.backoffice.sync with parameters of type SyncConfig Modifier and Type Method Description voidSyncTask. setSyncConfig(SyncConfig syncConfig) -
Uses of SyncConfig in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades that return SyncConfig Modifier and Type Method Description protected 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 SyncConfig Modifier and Type Method Description protected SyncConfigDefaultSynchronizationFacade. prepareSyncConfig(SyncConfig syncConfig, SyncItemJobModel syncJob)Prepares sync config.Method parameters in com.hybris.backoffice.sync.facades with type arguments of type SyncConfig Modifier and Type Method Description protected java.util.Optional<java.lang.String>DefaultSynchronizationFacade. executeSync(SyncTask syncTask, java.util.function.BiFunction<SyncItemJobModel,SyncConfig,SyncResult> syncRunner) -
Uses of SyncConfig in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncConfig Modifier and Type Method Description protected SyncConfigDefaultCatalogSynchronizationService. cloneSyncConfig(SyncConfig givenSyncConfig)protected SyncConfigDefaultCatalogSynchronizationServiceTest. createSyncConfig(boolean synchronous)protected SyncConfigBaseSynchronizationStatusServiceTest. prepareSyncConfig()protected SyncConfigDefaultCatalogSynchronizationService. scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, java.util.List<ItemModel> applicableItems)Methods in de.hybris.platform.catalog.synchronization with parameters of type SyncConfig Modifier and Type Method Description protected voidDefaultCatalogSynchronizationService. addScheduleFromConfig(SyncItemCronJobModel cronJob, SyncConfig config)voidDefaultCatalogSynchronizationServiceTest. awaitThenSynchronizeAndCountDown(java.util.List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, java.util.concurrent.atomic.AtomicReference<SyncResult> result, java.util.concurrent.CountDownLatch startSignal, java.util.concurrent.CountDownLatch testFinish, long millisecondsOffSet)protected SyncConfigDefaultCatalogSynchronizationService. cloneSyncConfig(SyncConfig givenSyncConfig)protected voidBaseSynchronizationStatusServiceTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.List<ItemModel> items, SyncConfig syncConfig)SyncResultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)Performs the synchronization for given items.java.util.List<SyncResult>CatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)Performs the synchronization for given items against given sync jobs.SyncResultDefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)java.util.List<SyncResult>DefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)protected SyncConfigDefaultCatalogSynchronizationService. scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, java.util.List<ItemModel> applicableItems)SyncResultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig)Starts synchronization for an existingSyncItemJobModel.SyncResultDefaultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup that return SyncConfig Modifier and Type Method Description protected SyncConfigCatalogSystemSetupTest. prepareSyncConfig()Methods in de.hybris.platform.catalog.systemsetup with parameters of type SyncConfig Modifier and Type Method Description protected voidCatalogSystemSetupTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.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 SyncConfig Modifier and Type Method Description voidItemSynchronizationFacade. 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 SyncConfig Modifier and Type Method Description protected SyncConfigDefaultItemSynchronizationFacade. getSyncConfig()Methods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type SyncConfig Modifier and Type Method Description voidDefaultItemSynchronizationFacade. 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 SyncConfig Modifier and Type Method Description voidItemSynchronizationService. performItemSynchronization(SyncRequestData syncRequestData, java.util.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 SyncConfig Modifier and Type Method Description voidDefaultItemSynchronizationService. performItemSynchronization(SyncRequestData syncRequestData, java.util.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 SyncConfig Modifier and Type Method Description protected SyncConfigPublishPostWorkflowAction. getSyncConfig()Methods in de.hybris.platform.cmsfacades.workflow.postaction.impl with parameters of type SyncConfig Modifier and Type Method Description voidPublishPostWorkflowAction. setSyncConfig(SyncConfig syncConfig) -
Uses of SyncConfig in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SyncConfig Modifier and Type Method Description protected SyncConfigDefaultVendorCMSService. getSyncConfig()Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type SyncConfig Modifier and Type Method Description voidDefaultVendorCMSService. setSyncConfig(SyncConfig syncConfig)
-