Class StreamContainerIdentifierGenerator
- java.lang.Object
-
- de.hybris.platform.outboundsync.config.impl.StreamContainerIdentifierGenerator
-
- All Implemented Interfaces:
IdentifierGenerator<OutboundChannelConfigurationModel>
public class StreamContainerIdentifierGenerator extends java.lang.Object implements IdentifierGenerator<OutboundChannelConfigurationModel>
-
-
Constructor Summary
Constructors Constructor Description StreamContainerIdentifierGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgenerate(OutboundChannelConfigurationModel channel)Derives an identifier to be set on a model
-
-
-
Method Detail
-
generate
public java.lang.String generate(OutboundChannelConfigurationModel channel)
Description copied from interface:IdentifierGeneratorDerives an identifier to be set on a model- Specified by:
generatein interfaceIdentifierGenerator<OutboundChannelConfigurationModel>- Parameters:
channel- generic item to help derive a name that will be returned- Returns:
- an identifier for a model to associate it with a channel
-
-