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.Confgurator
Deprecated.since ages - useSyncItemCronJob.Configurator
instead - this interface will be removed soon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
configureCronjob(SyncItemCronJob cronjob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)
Deprecated.SyncItemJob.CompletionInfo
getCompletionInfo()
Deprecated.
-
-
-
Method Detail
-
configureCronjob
void configureCronjob(SyncItemCronJob cronjob, SyncItemJob.SyncItemCopyContext syncItemCopyContext)
Deprecated.
-
getCompletionInfo
SyncItemJob.CompletionInfo getCompletionInfo()
Deprecated.
-
-