Uses of Class
de.hybris.platform.outboundsync.model.OutboundChannelConfigurationModel
-
Packages that use OutboundChannelConfigurationModel Package Description de.hybris.platform.outboundsync de.hybris.platform.outboundsync.config de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.dto de.hybris.platform.outboundsync.model Contains generated models for each type of de.hybris.platform.outboundsync.jalo package. -
-
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync with parameters of type OutboundChannelConfigurationModel Modifier and Type Method Description OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode)Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode, java.lang.String filter)Creates new delta detect stream and guarantees it has no outstanding changes in it. -
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.config
-
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return types with arguments of type OutboundChannelConfigurationModel Modifier and Type Method Description protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getCronJobIdentifierGenerator()protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getJobIdentifierGenerator()protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getStreamContainerIdentifierGenerator()Method parameters in de.hybris.platform.outboundsync.config.impl with type arguments of type OutboundChannelConfigurationModel Modifier and Type Method Description voidDefaultChannelConfigurationFactory. setCronJobIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> cronJobIdentifierGenerator)voidDefaultChannelConfigurationFactory. setJobIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> jobIdentifierGenerator)voidDefaultChannelConfigurationFactory. setStreamContainerIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> streamContainerIdentifierGenerator) -
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundChannelConfigurationModel Modifier and Type Method Description OutboundChannelConfigurationModelOutboundItem. getChannelConfiguration()OutboundChannelConfigurationModelOutboundItemDTOGroup. getChannelConfiguration()Gets theOutboundChannelConfigurationModelassociated with the changed itemMethods in de.hybris.platform.outboundsync.dto with parameters of type OutboundChannelConfigurationModel Modifier and Type Method Description OutboundItem.BuilderOutboundItem.Builder. withChannelConfiguration(OutboundChannelConfigurationModel configuration) -
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return OutboundChannelConfigurationModel Modifier and Type Method Description OutboundChannelConfigurationModelOutboundSyncRetryModel. getChannel()Generated method - Getter of theOutboundSyncRetry.channelattribute defined at extensionoutboundsync.OutboundChannelConfigurationModelOutboundSyncStreamConfigurationModel. getOutboundChannelConfiguration()Generated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type OutboundChannelConfigurationModel Modifier and Type Method Description voidOutboundSyncRetryModel. 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 OutboundChannelConfigurationModel Constructor Description OutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.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, java.lang.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, java.lang.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, java.lang.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
-