Uses of Class
de.hybris.y2ysync.model.Y2YStreamConfigurationModel
Packages that use Y2YStreamConfigurationModel
Package
Description
Contains generated models for each type of de.hybris.y2ysync.jalo package.
-
Uses of Y2YStreamConfigurationModel in de.hybris.platform.c4ccustomer.job
Methods in de.hybris.platform.c4ccustomer.job with parameters of type Y2YStreamConfigurationModelModifier and TypeMethodDescriptionprotected TypeChangesDataC4CSyncJobPerformable.addTypeChangesDataForConfig(Map<String, TypeChangesData> containers, Y2YStreamConfigurationModel y2YStreamConfigurationModel, de.hybris.y2ysync.deltadetection.collector.BatchingCollector collector) Create entry ofTypeChangesDatacorresponding to the configuration.protected StringC4CSyncJobPerformable.join(Y2YStreamConfigurationModel y2yStreamConfiguration, Function<Y2YColumnDefinitionModel, String> mapper) Create semicolon-delimited list of columns from configuration.protected de.hybris.deltadetection.StreamConfigurationC4CSyncJobPerformable.toStreamConfiguration(Map<String, Object> globalQueryParameters, Y2YStreamConfigurationModel y2YStreamConfigurationModel) Merge parameters with stream configuration. -
Uses of Y2YStreamConfigurationModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YStreamConfigurationModelModifier and TypeMethodDescriptionY2YColumnDefinitionModel.getStreamConfiguration()Generated method - Getter of theY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model with parameters of type Y2YStreamConfigurationModelModifier and TypeMethodDescriptionvoidY2YColumnDefinitionModel.setStreamConfiguration(Y2YStreamConfigurationModel value) Generated method - Initial setter ofY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YStreamConfigurationModelModifierConstructorDescriptionY2YColumnDefinitionModel(AttributeDescriptorModel _attributeDescriptor, String _impexHeader, ItemModel _owner, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YColumnDefinitionModel(String _impexHeader, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters