Uses of Class
de.hybris.deltadetection.model.StreamConfigurationModel
-
Packages that use StreamConfigurationModel Package Description de.hybris.deltadetection.impl de.hybris.deltadetection.interceptors 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.de.hybris.platform.outboundsync.config de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.model Contains generated models for each type of de.hybris.platform.outboundsync.jalo package.de.hybris.y2ysync.job de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package. -
-
Uses of StreamConfigurationModel in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description protected java.util.Optional<StreamConfigurationModel>DefaultChangeDetectionService. getStreamById(java.lang.String streamId)Methods in de.hybris.deltadetection.impl with parameters of type StreamConfigurationModel Modifier and Type Method Description protected java.lang.StringDefaultChangeDetectionService. parseInfoExpression(java.lang.Long itemPK, StreamConfigurationModel streamConfiguration) -
Uses of StreamConfigurationModel in de.hybris.deltadetection.interceptors
Methods in de.hybris.deltadetection.interceptors with parameters of type StreamConfigurationModel Modifier and Type Method Description voidStreamConfigurationRemoveInterceptor. onRemove(StreamConfigurationModel model, InterceptorContext ctx)voidStreamConfigurationValidationInterceptor. onValidate(StreamConfigurationModel config, InterceptorContext ctx) -
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. -
Uses of StreamConfigurationModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description java.util.List<StreamConfigurationModel>ChannelConfigurationFactory. createStreams(OutboundChannelConfigurationModel channel, StreamConfigurationContainerModel streamConfigContainer)Create theStreamConfigurationModels for each IntegrationObjectItem -
Uses of StreamConfigurationModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description java.util.List<StreamConfigurationModel>DefaultChannelConfigurationFactory. createStreams(OutboundChannelConfigurationModel channel, StreamConfigurationContainerModel streamContainer) -
Uses of StreamConfigurationModel in de.hybris.platform.outboundsync.model
Subclasses of StreamConfigurationModel in de.hybris.platform.outboundsync.model Modifier and Type Class Description classOutboundSyncStreamConfigurationModelGenerated model class for type OutboundSyncStreamConfiguration first defined at extension outboundsync. -
Uses of StreamConfigurationModel in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job that return types with arguments of type StreamConfigurationModel Modifier and Type Method Description protected java.util.Set<StreamConfigurationModel>Y2YSyncMasterJobPerformable. getActiveConfigurations(Y2YStreamConfigurationContainerModel container) -
Uses of StreamConfigurationModel in de.hybris.y2ysync.model
Subclasses of StreamConfigurationModel in de.hybris.y2ysync.model Modifier and Type Class Description classY2YStreamConfigurationModelGenerated model class for type Y2YStreamConfiguration first defined at extension y2ysync.
-