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
Methods in de.hybris.platform.outboundsync that return OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundChannelConfigurationBuilder.build()OutboundChannelConfigurationBuilder.getOutboundChannelConfigurationByCode(String code) Methods in de.hybris.platform.outboundsync with parameters of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundSyncStreamConfigurationBuilder.withOutboundChannelConfiguration(OutboundChannelConfigurationModel model) Specifies outbound channel configuration to be associated with the new stream. -
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config with parameters of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionChannelConfigurationFactory.createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) Creates theOutboundSyncCronJobModelChannelConfigurationFactory.createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer) Creates theOutboundSyncJobModelChannelConfigurationFactory.createStreamContainer(OutboundChannelConfigurationModel channel) Creates theStreamConfigurationContainerModelChannelConfigurationFactory.createStreams(OutboundChannelConfigurationModel channel, StreamConfigurationContainerModel streamConfigContainer) Create theStreamConfigurationModels for each IntegrationObjectItemStreamIdentifierGenerator.generate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item) -
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 OutboundChannelConfigurationModelModifier and TypeMethodDescriptionDefaultChannelConfigurationFactory.getCronJobIdentifierGenerator()DefaultChannelConfigurationFactory.getJobIdentifierGenerator()DefaultChannelConfigurationFactory.getStreamContainerIdentifierGenerator()Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionDefaultChannelConfigurationFactory.createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) DefaultChannelConfigurationFactory.createJob(OutboundChannelConfigurationModel channel, OutboundSyncStreamConfigurationContainerModel streamConfigContainer) DefaultChannelConfigurationFactory.createStreamContainer(OutboundChannelConfigurationModel channel) DefaultChannelConfigurationFactory.createStreams(OutboundChannelConfigurationModel channel, StreamConfigurationContainerModel streamContainer) CronJobIdentifierGenerator.generate(OutboundChannelConfigurationModel channel) DefaultStreamIdentifierGenerator.generate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item) JobIdentifierGenerator.generate(OutboundChannelConfigurationModel channel) StreamContainerIdentifierGenerator.generate(OutboundChannelConfigurationModel channel) voidDefaultChannelConfigurationPrepareInterceptor.onPrepare(OutboundChannelConfigurationModel channel, InterceptorContext ctx) Method parameters in de.hybris.platform.outboundsync.config.impl with type arguments of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionvoidDefaultChannelConfigurationFactory.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 OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundItem.getChannelConfiguration()OutboundItemDTOGroup.getChannelConfiguration()Gets theOutboundChannelConfigurationModelassociated with the changed itemMethods in de.hybris.platform.outboundsync.dto with parameters of type OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundItem.Builder.withChannelConfiguration(OutboundChannelConfigurationModel configuration) OutboundItemDTO.Builder.withChannelConfiguration(OutboundChannelConfigurationModel model) Deprecated, for removal: This API element is subject to removal in a future version.Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g.OutboundItemDTOBuilder.withChannelConfiguration(OutboundChannelConfigurationModel model) Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g. -
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 -
Uses of OutboundChannelConfigurationModel in de.hybris.platform.outboundsync.util
Methods in de.hybris.platform.outboundsync.util that return OutboundChannelConfigurationModelModifier and TypeMethodDescriptionOutboundSyncTestUtil.getChannelConfigurationByAttributes(String code, IntegrationObjectModel integrationObject) OutboundSyncTestUtil.outboundChannelConfigurationExists(String channelCode, String integrationObjectCode)