Uses of Class
de.hybris.deltadetection.model.StreamConfigurationModel
-
Packages that use StreamConfigurationModel Package Description de.hybris.deltadetection.model Contains generated models for each type of de.hybris.deltadetection.jalo package.de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package. -
-
Uses of StreamConfigurationModel in de.hybris.deltadetection.model
Methods in de.hybris.deltadetection.model that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description java.util.Set<StreamConfigurationModel>StreamConfigurationContainerModel. getConfigurations()Generated method - Getter of theStreamConfigurationContainer.configurationsattribute defined at extensiondeltadetection.Method parameters in de.hybris.deltadetection.model with type arguments of type StreamConfigurationModel Modifier and Type Method Description voidStreamConfigurationContainerModel. setConfigurations(java.util.Set<StreamConfigurationModel> value)Generated method - Setter ofStreamConfigurationContainer.configurationsattribute defined at extensiondeltadetection. -
Uses of StreamConfigurationModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description java.util.Collection<StreamConfigurationModel>ComposedTypeModel. getStreamConfigurations()Generated method - Getter of theComposedType.streamConfigurationsattribute defined at extensiondeltadetection.Method parameters in de.hybris.platform.core.model.type with type arguments of type StreamConfigurationModel Modifier and Type Method Description voidComposedTypeModel. setStreamConfigurations(java.util.Collection<StreamConfigurationModel> value)Generated method - Setter ofComposedType.streamConfigurationsattribute defined at extensiondeltadetection.
-