Uses of Class
de.hybris.platform.outboundsync.jalo.OutboundChannelConfiguration
-
Packages that use OutboundChannelConfiguration Package Description de.hybris.platform.jalo de.hybris.platform.outboundsync.jalo -
-
Uses of OutboundChannelConfiguration in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return OutboundChannelConfiguration Modifier and Type Method Description OutboundChannelConfigurationOutboundsyncManager. createOutboundChannelConfiguration(SessionContext ctx, java.util.Map attributeValues)OutboundChannelConfigurationOutboundsyncManager. createOutboundChannelConfiguration(java.util.Map attributeValues) -
Uses of OutboundChannelConfiguration in de.hybris.platform.outboundsync.jalo
Methods in de.hybris.platform.outboundsync.jalo that return OutboundChannelConfiguration Modifier and Type Method Description OutboundChannelConfigurationOutboundSyncRetry. getChannel()Generated method - Getter of theOutboundSyncRetry.channelattribute.OutboundChannelConfigurationOutboundSyncRetry. getChannel(SessionContext ctx)Generated method - Getter of theOutboundSyncRetry.channelattribute.OutboundChannelConfigurationOutboundSyncStreamConfiguration. getOutboundChannelConfiguration()Generated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute.OutboundChannelConfigurationOutboundSyncStreamConfiguration. getOutboundChannelConfiguration(SessionContext ctx)Generated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute.Methods in de.hybris.platform.outboundsync.jalo with parameters of type OutboundChannelConfiguration Modifier and Type Method Description voidOutboundSyncRetry. setChannel(SessionContext ctx, OutboundChannelConfiguration value)Generated method - Setter of theOutboundSyncRetry.channelattribute.voidOutboundSyncRetry. setChannel(OutboundChannelConfiguration value)Generated method - Setter of theOutboundSyncRetry.channelattribute.voidOutboundSyncStreamConfiguration. setOutboundChannelConfiguration(SessionContext ctx, OutboundChannelConfiguration value)Generated method - Setter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute.voidOutboundSyncStreamConfiguration. setOutboundChannelConfiguration(OutboundChannelConfiguration value)Generated method - Setter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute.
-