Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationContainerModel
-
Packages that use OutboundSyncStreamConfigurationContainerModel 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 OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description OutboundSyncStreamConfigurationContainerModelChannelConfigurationFactory. createStreamContainer(OutboundChannelConfigurationModel channel)Creates theStreamConfigurationContainerModelMethods in de.hybris.platform.outboundsync.config with parameters of type OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description OutboundSyncJobModelChannelConfigurationFactory. createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer)Creates theOutboundSyncJobModel -
Uses of OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description OutboundSyncStreamConfigurationContainerModelDefaultChannelConfigurationFactory. createStreamContainer(OutboundChannelConfigurationModel channel)Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description OutboundSyncJobModelDefaultChannelConfigurationFactory. createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer) -
Uses of OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description OutboundSyncStreamConfigurationContainerModelOutboundSyncJobModel. getStreamConfigurationContainer()Generated method - Getter of theOutboundSyncJob.streamConfigurationContainerattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type OutboundSyncStreamConfigurationContainerModel Modifier and Type Method Description voidOutboundSyncJobModel. setStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel value)Generated method - Initial setter ofOutboundSyncJob.streamConfigurationContainerattribute defined at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type OutboundSyncStreamConfigurationContainerModel Constructor Description OutboundSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId, OutboundSyncStreamConfigurationContainerModel _streamConfigurationContainer)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncJobModel(java.lang.String _code, java.lang.String _springId, OutboundSyncStreamConfigurationContainerModel _streamConfigurationContainer)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
-