Uses of Class
de.hybris.platform.commercefacades.converter.config.ConfigurablePopulatorModification
Packages that use ConfigurablePopulatorModification
Package
Description
-
Uses of ConfigurablePopulatorModification in de.hybris.platform.commercefacades.converter
Methods in de.hybris.platform.commercefacades.converter with parameters of type ConfigurablePopulatorModificationModifier and TypeMethodDescriptionvoidModifiableConfigurablePopulator.addModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidModifiableConfigurablePopulator.applyModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of ConfigurablePopulatorModification in de.hybris.platform.commercefacades.converter.impl
Methods in de.hybris.platform.commercefacades.converter.impl that return types with arguments of type ConfigurablePopulatorModificationModifier and TypeMethodDescriptionAbstractModifiableConfigurablePopulator.getModifications()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected List<ConfigurablePopulatorModification<SOURCE,TARGET, OPTION>> AbstractModifiableConfigurablePopulator.getParentModifications()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods in de.hybris.platform.commercefacades.converter.impl with parameters of type ConfigurablePopulatorModificationModifier and TypeMethodDescriptionvoidAbstractModifiableConfigurablePopulator.addModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidAbstractModifiableConfigurablePopulator.applyModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.