Uses of Class
de.hybris.deltadetection.jalo.StreamConfiguration
Packages that use StreamConfiguration
Package
Description
-
Uses of StreamConfiguration in de.hybris.deltadetection.jalo
Fields in de.hybris.deltadetection.jalo with type parameters of type StreamConfigurationModifier and TypeFieldDescriptionprotected static final OneToManyHandler<StreamConfiguration>GeneratedStreamConfigurationContainer.CONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n CONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.deltadetection.jalo that return StreamConfigurationModifier and TypeMethodDescriptionGeneratedDeltadetectionManager.createStreamConfiguration(SessionContext ctx, Map attributeValues) GeneratedDeltadetectionManager.createStreamConfiguration(Map attributeValues) Methods in de.hybris.deltadetection.jalo that return types with arguments of type StreamConfigurationModifier and TypeMethodDescriptionGeneratedStreamConfigurationContainer.getConfigurations()Generated method - Getter of theStreamConfigurationContainer.configurationsattribute.GeneratedStreamConfigurationContainer.getConfigurations(SessionContext ctx) Generated method - Getter of theStreamConfigurationContainer.configurationsattribute.GeneratedDeltadetectionManager.getStreamConfigurations(SessionContext ctx, ComposedType item) Generated method - Getter of theComposedType.streamConfigurationsattribute.GeneratedDeltadetectionManager.getStreamConfigurations(ComposedType item) Generated method - Getter of theComposedType.streamConfigurationsattribute.Methods in de.hybris.deltadetection.jalo with parameters of type StreamConfigurationModifier and TypeMethodDescriptionvoidGeneratedStreamConfigurationContainer.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 StreamConfigurationModifier and TypeMethodDescriptionvoidGeneratedStreamConfigurationContainer.setConfigurations(SessionContext ctx, Set<StreamConfiguration> value) Generated method - Setter of theStreamConfigurationContainer.configurationsattribute.voidGeneratedStreamConfigurationContainer.setConfigurations(Set<StreamConfiguration> value) Generated method - Setter of theStreamConfigurationContainer.configurationsattribute.voidGeneratedDeltadetectionManager.setStreamConfigurations(SessionContext ctx, ComposedType item, Collection<StreamConfiguration> value) Generated method - Setter of theComposedType.streamConfigurationsattribute.voidGeneratedDeltadetectionManager.setStreamConfigurations(ComposedType item, 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.jaloModifier and TypeClassDescriptionclassGenerated class for type OutboundSyncStreamConfiguration. -
Uses of StreamConfiguration in de.hybris.y2ysync.jalo
Subclasses of StreamConfiguration in de.hybris.y2ysync.jaloFields in de.hybris.y2ysync.jalo with type parameters of type StreamConfigurationModifier and TypeFieldDescriptionprotected static final 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 StreamConfigurationModifier and TypeMethodDescriptionGeneratedY2YStreamConfigurationContainer.getConfigurations()Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.GeneratedY2YStreamConfigurationContainer.getConfigurations(SessionContext ctx) Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.Method parameters in de.hybris.y2ysync.jalo with type arguments of type StreamConfigurationModifier and TypeMethodDescriptionvoidGeneratedY2YStreamConfigurationContainer.setConfigurations(SessionContext ctx, Set<StreamConfiguration> value) Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.voidGeneratedY2YStreamConfigurationContainer.setConfigurations(Set<StreamConfiguration> value) Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.