Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncJobModel
-
Packages that use OutboundSyncJobModel Package Description de.hybris.platform.outboundsync.config de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.model Contains generated models for each type of de.hybris.platform.outboundsync.jalo package. -
-
Uses of OutboundSyncJobModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return OutboundSyncJobModel Modifier and Type Method Description OutboundSyncJobModelChannelConfigurationFactory. createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer)Creates theOutboundSyncJobModelMethods in de.hybris.platform.outboundsync.config with parameters of type OutboundSyncJobModel Modifier and Type Method Description OutboundSyncCronJobModelChannelConfigurationFactory. createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job)Creates theOutboundSyncCronJobModel -
Uses of OutboundSyncJobModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return OutboundSyncJobModel Modifier and Type Method Description OutboundSyncJobModelDefaultChannelConfigurationFactory. createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer)Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundSyncJobModel Modifier and Type Method Description OutboundSyncCronJobModelDefaultChannelConfigurationFactory. createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) -
Uses of OutboundSyncJobModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return OutboundSyncJobModel Modifier and Type Method Description OutboundSyncJobModelOutboundSyncCronJobModel. getJob()Generated method - Getter of theCronJob.jobattribute defined at extensionprocessingand redeclared at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type OutboundSyncJobModel Constructor Description OutboundSyncCronJobModel(OutboundSyncJobModel _job)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncCronJobModel(OutboundSyncJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-