Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncCronJobModel
-
Packages that use OutboundSyncCronJobModel Package Description de.hybris.platform.outboundsync.config de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return OutboundSyncCronJobModel Modifier and Type Method Description OutboundSyncCronJobModelChannelConfigurationFactory. createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job)Creates theOutboundSyncCronJobModel -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return OutboundSyncCronJobModel Modifier and Type Method Description OutboundSyncCronJobModelDefaultChannelConfigurationFactory. createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncCronJobModel Modifier and Type Method Description PerformResultOutboundSyncCronJobPerformable. perform(OutboundSyncCronJobModel cronJob)
-