Uses of Class
de.hybris.platform.outboundsync.model.OutboundChannelConfigurationModel
Packages that use OutboundChannelConfigurationModel
Package
Description
Contains generated models for each type of de.hybris.platform.outboundsync.jalo package.
-
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundSyncRetryModel.getChannel()Generated method - Getter of theOutboundSyncRetry.channelattribute defined at extensionoutboundsync.OutboundSyncStreamConfigurationModel.getOutboundChannelConfiguration()Generated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionvoidOutboundSyncRetryModel.setChannel(OutboundChannelConfigurationModel value) Generated method - Setter ofOutboundSyncRetry.channelattribute defined at extensionoutboundsync.voidOutboundSyncStreamConfigurationModel.setOutboundChannelConfiguration(OutboundChannelConfigurationModel value) Generated method - Setter ofOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type OutboundChannelConfigurationModelModifierConstructorDescriptionOutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, Long _itemPk) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, Long _itemPk, 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 parametersOutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, ItemModel _owner, String _streamId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, String _streamId) 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