Interface ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
- All Superinterfaces:
ConfigurablePopulator<SOURCE,,TARGET, OPTION> ConfigurablePopulator<SOURCE,,TARGET, OPTION> ModifiableConfigurablePopulator<SOURCE,TARGET, OPTION>
- All Known Implementing Classes:
AbstractModifiableConfigurablePopulator,DefaultConfigurablePopulator
@Deprecated(since="6.0",
forRemoval=true)
public interface ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
extends ConfigurablePopulator<SOURCE,TARGET,OPTION>, ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for modifiable configurable populators.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidapplyModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods inherited from interface de.hybris.platform.converters.ConfigurablePopulator
populateMethods inherited from interface de.hybris.platform.converters.ModifiableConfigurablePopulator
applyModification
-
Method Details
-
addModification
@Deprecated(since="6.0", forRemoval=true) void addModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.- Parameters:
modification-
-
applyModification
@Deprecated(since="6.0", forRemoval=true) void applyModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.
-
ModifiableConfigurablePopulatorinstead. Will be removed in version 6.2