Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationContainerModel
Packages that use OutboundSyncStreamConfigurationContainerModel
Package
Description
Contains generated models for each type of de.hybris.platform.outboundsync.jalo package.
-
Uses of OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncStreamConfigurationContainerModelMethods in de.hybris.platform.outboundsync with parameters of type OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionOutboundSyncJobBuilder.withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel container) OutboundSyncStreamConfigurationBuilder.withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel container) -
Uses of OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionChannelConfigurationFactory.createStreamContainer(OutboundChannelConfigurationModel channel) Creates theStreamConfigurationContainerModelMethods in de.hybris.platform.outboundsync.config with parameters of type OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionChannelConfigurationFactory.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 OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionDefaultChannelConfigurationFactory.createStreamContainer(OutboundChannelConfigurationModel channel) Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionDefaultChannelConfigurationFactory.createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer) -
Uses of OutboundSyncStreamConfigurationContainerModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionOutboundSyncJobModel.getStreamConfigurationContainer()Generated method - Getter of theOutboundSyncJob.streamConfigurationContainerattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type OutboundSyncStreamConfigurationContainerModelModifier and TypeMethodDescriptionvoidOutboundSyncJobModel.setStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel value) Generated method - Initial setter ofOutboundSyncJob.streamConfigurationContainerattribute defined at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type OutboundSyncStreamConfigurationContainerModelModifierConstructorDescriptionOutboundSyncJobModel(String _code, Integer _nodeID, ItemModel _owner, 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(String _code, 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