Uses of Interface
de.hybris.platform.outboundsync.config.IdentifierGenerator
-
Packages that use IdentifierGenerator Package Description de.hybris.platform.outboundsync.config.impl -
-
Uses of IdentifierGenerator in de.hybris.platform.outboundsync.config.impl
Classes in de.hybris.platform.outboundsync.config.impl that implement IdentifierGenerator Modifier and Type Class Description classCronJobIdentifierGeneratorclassJobIdentifierGeneratorclassStreamContainerIdentifierGeneratorMethods in de.hybris.platform.outboundsync.config.impl that return IdentifierGenerator Modifier and Type Method Description protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getCronJobIdentifierGenerator()protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getJobIdentifierGenerator()protected IdentifierGenerator<OutboundChannelConfigurationModel>DefaultChannelConfigurationFactory. getStreamContainerIdentifierGenerator()Methods in de.hybris.platform.outboundsync.config.impl with parameters of type IdentifierGenerator Modifier and Type Method Description voidDefaultChannelConfigurationFactory. setCronJobIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> cronJobIdentifierGenerator)voidDefaultChannelConfigurationFactory. setJobIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> jobIdentifierGenerator)voidDefaultChannelConfigurationFactory. setStreamContainerIdentifierGenerator(IdentifierGenerator<OutboundChannelConfigurationModel> streamContainerIdentifierGenerator)
-