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. CONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n CONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.deltadetection.jalo that return StreamConfiguration Modifier and Type Method Description StreamConfigurationGeneratedDeltadetectionManager. createStreamConfiguration(SessionContext ctx, java.util.Map attributeValues)StreamConfigurationGeneratedDeltadetectionManager. 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.configurationsattribute.java.util.Set<StreamConfiguration>GeneratedStreamConfigurationContainer. getConfigurations(SessionContext ctx)Generated method - Getter of theStreamConfigurationContainer.configurationsattribute.java.util.Collection<StreamConfiguration>GeneratedDeltadetectionManager. getStreamConfigurations(SessionContext ctx, ComposedType item)Generated method - Getter of theComposedType.streamConfigurationsattribute.java.util.Collection<StreamConfiguration>GeneratedDeltadetectionManager. getStreamConfigurations(ComposedType item)Generated method - Getter of theComposedType.streamConfigurationsattribute.Methods in de.hybris.deltadetection.jalo with parameters of type StreamConfiguration Modifier and Type Method Description voidGeneratedStreamConfigurationContainer. addToConfigurations(StreamConfiguration value)Generated method - Addsvalueto configurations.voidGeneratedStreamConfigurationContainer. addToConfigurations(SessionContext ctx, StreamConfiguration value)Generated method - Addsvalueto configurations.voidGeneratedDeltadetectionManager. addToStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value)Generated method - Addsvalueto streamConfigurations.voidGeneratedDeltadetectionManager. addToStreamConfigurations(ComposedType item, StreamConfiguration value)Generated method - Addsvalueto streamConfigurations.voidGeneratedStreamConfigurationContainer. removeFromConfigurations(StreamConfiguration value)Generated method - Removesvaluefrom configurations.voidGeneratedStreamConfigurationContainer. removeFromConfigurations(SessionContext ctx, StreamConfiguration value)Generated method - Removesvaluefrom configurations.voidGeneratedDeltadetectionManager. removeFromStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value)Generated method - Removesvaluefrom streamConfigurations.voidGeneratedDeltadetectionManager. removeFromStreamConfigurations(ComposedType item, StreamConfiguration value)Generated method - Removesvaluefrom streamConfigurations.Method parameters in de.hybris.deltadetection.jalo with type arguments of type StreamConfiguration Modifier and Type Method Description voidGeneratedStreamConfigurationContainer. setConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)Generated method - Setter of theStreamConfigurationContainer.configurationsattribute.voidGeneratedStreamConfigurationContainer. setConfigurations(java.util.Set<StreamConfiguration> value)Generated method - Setter of theStreamConfigurationContainer.configurationsattribute.voidGeneratedDeltadetectionManager. setStreamConfigurations(SessionContext ctx, ComposedType item, java.util.Collection<StreamConfiguration> value)Generated method - Setter of theComposedType.streamConfigurationsattribute.voidGeneratedDeltadetectionManager. setStreamConfigurations(ComposedType item, java.util.Collection<StreamConfiguration> value)Generated method - Setter of theComposedType.streamConfigurationsattribute. -
Uses of StreamConfiguration in de.hybris.platform.outboundsync.jalo
Subclasses of StreamConfiguration in de.hybris.platform.outboundsync.jalo Modifier and Type Class Description classOutboundSyncStreamConfigurationGenerated 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 classGeneratedY2YStreamConfigurationGenerated class for typeY2YStreamConfiguration.classY2YStreamConfigurationFields in de.hybris.y2ysync.jalo with type parameters of type StreamConfiguration Modifier and Type Field Description protected static OneToManyHandler<StreamConfiguration>GeneratedY2YStreamConfigurationContainer. CONFIGURATIONSHANDLEROneToManyHandlerfor 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.configurationsattribute.java.util.Set<StreamConfiguration>GeneratedY2YStreamConfigurationContainer. getConfigurations(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.Method parameters in de.hybris.y2ysync.jalo with type arguments of type StreamConfiguration Modifier and Type Method Description voidGeneratedY2YStreamConfigurationContainer. setConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.voidGeneratedY2YStreamConfigurationContainer. setConfigurations(java.util.Set<StreamConfiguration> value)Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.
-