Package de.hybris.platform.catalog.jalo
Interface SyncItemCronJob.Confgurator
-
- All Known Subinterfaces:
SyncItemCronJob.Configurator
- All Known Implementing Classes:
SynchronizationServiceImpl.CockpitDummySyncConfigurator
- Enclosing class:
- SyncItemCronJob
@Deprecated public static interface SyncItemCronJob.ConfguratorDeprecated.since ages - useSyncItemCronJob.Configuratorinstead - this interface will be removed soon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconfigureCronjob(SyncItemCronJob cronjob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)Deprecated.SyncItemJob.CompletionInfogetCompletionInfo()Deprecated.
-
-
-
Method Detail
-
configureCronjob
void configureCronjob(SyncItemCronJob cronjob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)
Deprecated.
-
getCompletionInfo
SyncItemJob.CompletionInfo getCompletionInfo()
Deprecated.
-
-