Uses of Class
de.hybris.deltadetection.jalo.StreamConfiguration
-
Packages that use StreamConfiguration Package Description de.hybris.deltadetection.jalo de.hybris.platform.outboundsync.jalo de.hybris.y2ysync.jalo -
-
Uses of StreamConfiguration in de.hybris.deltadetection.jalo
Fields in de.hybris.deltadetection.jalo with type parameters of type StreamConfiguration Modifier and Type Field Description protected static OneToManyHandler<StreamConfiguration>
GeneratedStreamConfigurationContainer. CONFIGURATIONSHANDLER
OneToManyHandler
for handling 1:n CONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.deltadetection.jalo that return StreamConfiguration Modifier and Type Method Description StreamConfiguration
GeneratedDeltadetectionManager. createStreamConfiguration(SessionContext ctx, java.util.Map attributeValues)
StreamConfiguration
GeneratedDeltadetectionManager. createStreamConfiguration(java.util.Map attributeValues)
Methods in de.hybris.deltadetection.jalo that return types with arguments of type StreamConfiguration Modifier and Type Method Description java.util.Set<StreamConfiguration>
GeneratedStreamConfigurationContainer. getConfigurations()
Generated method - Getter of theStreamConfigurationContainer.configurations
attribute.java.util.Set<StreamConfiguration>
GeneratedStreamConfigurationContainer. getConfigurations(SessionContext ctx)
Generated method - Getter of theStreamConfigurationContainer.configurations
attribute.java.util.Collection<StreamConfiguration>
GeneratedDeltadetectionManager. getStreamConfigurations(SessionContext ctx, ComposedType item)
Generated method - Getter of theComposedType.streamConfigurations
attribute.java.util.Collection<StreamConfiguration>
GeneratedDeltadetectionManager. getStreamConfigurations(ComposedType item)
Generated method - Getter of theComposedType.streamConfigurations
attribute.Methods in de.hybris.deltadetection.jalo with parameters of type StreamConfiguration Modifier and Type Method Description void
GeneratedStreamConfigurationContainer. addToConfigurations(StreamConfiguration value)
Generated method - Addsvalue
to configurations.void
GeneratedStreamConfigurationContainer. addToConfigurations(SessionContext ctx, StreamConfiguration value)
Generated method - Addsvalue
to configurations.void
GeneratedDeltadetectionManager. addToStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value)
Generated method - Addsvalue
to streamConfigurations.void
GeneratedDeltadetectionManager. addToStreamConfigurations(ComposedType item, StreamConfiguration value)
Generated method - Addsvalue
to streamConfigurations.void
GeneratedStreamConfigurationContainer. removeFromConfigurations(StreamConfiguration value)
Generated method - Removesvalue
from configurations.void
GeneratedStreamConfigurationContainer. removeFromConfigurations(SessionContext ctx, StreamConfiguration value)
Generated method - Removesvalue
from configurations.void
GeneratedDeltadetectionManager. removeFromStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value)
Generated method - Removesvalue
from streamConfigurations.void
GeneratedDeltadetectionManager. removeFromStreamConfigurations(ComposedType item, StreamConfiguration value)
Generated method - Removesvalue
from streamConfigurations.Method parameters in de.hybris.deltadetection.jalo with type arguments of type StreamConfiguration Modifier and Type Method Description void
GeneratedStreamConfigurationContainer. setConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)
Generated method - Setter of theStreamConfigurationContainer.configurations
attribute.void
GeneratedStreamConfigurationContainer. setConfigurations(java.util.Set<StreamConfiguration> value)
Generated method - Setter of theStreamConfigurationContainer.configurations
attribute.void
GeneratedDeltadetectionManager. setStreamConfigurations(SessionContext ctx, ComposedType item, java.util.Collection<StreamConfiguration> value)
Generated method - Setter of theComposedType.streamConfigurations
attribute.void
GeneratedDeltadetectionManager. setStreamConfigurations(ComposedType item, java.util.Collection<StreamConfiguration> value)
Generated method - Setter of theComposedType.streamConfigurations
attribute. -
Uses of StreamConfiguration in de.hybris.platform.outboundsync.jalo
Subclasses of StreamConfiguration in de.hybris.platform.outboundsync.jalo Modifier and Type Class Description class
OutboundSyncStreamConfiguration
Generated class for type OutboundSyncStreamConfiguration. -
Uses of StreamConfiguration in de.hybris.y2ysync.jalo
Subclasses of StreamConfiguration in de.hybris.y2ysync.jalo Modifier and Type Class Description class
GeneratedY2YStreamConfiguration
Generated class for typeY2YStreamConfiguration
.class
Y2YStreamConfiguration
Fields in de.hybris.y2ysync.jalo with type parameters of type StreamConfiguration Modifier and Type Field Description protected static OneToManyHandler<StreamConfiguration>
GeneratedY2YStreamConfigurationContainer. CONFIGURATIONSHANDLER
OneToManyHandler
for handling 1:n CONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.y2ysync.jalo that return types with arguments of type StreamConfiguration Modifier and Type Method Description java.util.Set<StreamConfiguration>
GeneratedY2YStreamConfigurationContainer. getConfigurations()
Generated method - Getter of theY2YStreamConfigurationContainer.configurations
attribute.java.util.Set<StreamConfiguration>
GeneratedY2YStreamConfigurationContainer. getConfigurations(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.configurations
attribute.Method parameters in de.hybris.y2ysync.jalo with type arguments of type StreamConfiguration Modifier and Type Method Description void
GeneratedY2YStreamConfigurationContainer. setConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)
Generated method - Setter of theY2YStreamConfigurationContainer.configurations
attribute.void
GeneratedY2YStreamConfigurationContainer. setConfigurations(java.util.Set<StreamConfiguration> value)
Generated method - Setter of theY2YStreamConfigurationContainer.configurations
attribute.
-