Class AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
java.lang.Object
de.hybris.platform.converters.impl.DefaultModifableConfigurablePopulator<SOURCE,TARGET,OPTION>
de.hybris.platform.commercefacades.converter.impl.AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
- All Implemented Interfaces:
ConfigurablePopulator<SOURCE,,TARGET, OPTION> ModifiableConfigurablePopulator<SOURCE,,TARGET, OPTION> ConfigurablePopulator<SOURCE,,TARGET, OPTION> ModifiableConfigurablePopulator<SOURCE,,TARGET, OPTION> org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.BeanNameAware,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
DefaultConfigurablePopulator
@Deprecated(since="6.0",
forRemoval=true)
public abstract class AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
extends DefaultModifableConfigurablePopulator<SOURCE,TARGET,OPTION>
implements ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware
Deprecated, for removal: This API element is subject to removal in a future version.
Modifiable variant of the
DefaultConfigurablePopulator. Beans of this type can be modified via configuration
of ConfigurablePopulatorModification beans.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
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.protected voidDeprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected org.springframework.context.ApplicationContextDeprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected org.springframework.beans.factory.config.ConfigurableListableBeanFactoryDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected List<ConfigurablePopulatorModification<SOURCE,TARGET, OPTION>> Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.voidsetBeanName(String beanName) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods inherited from class de.hybris.platform.converters.impl.DefaultModifableConfigurablePopulator
applyModification, getPopulators, populate, setPopulatorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.converters.ConfigurablePopulator
populateMethods inherited from interface de.hybris.platform.converters.ModifiableConfigurablePopulator
applyModification
-
Constructor Details
-
AbstractModifiableConfigurablePopulator
public AbstractModifiableConfigurablePopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
applyModification
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyModificationin interfaceModifiableConfigurablePopulator<SOURCE,TARGET, OPTION>
-
addModification
@Deprecated(since="6.0", forRemoval=true) public void addModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.- Specified by:
addModificationin interfaceModifiableConfigurablePopulator<SOURCE,TARGET, OPTION>
-
getModifications
@Deprecated(since="6.0", forRemoval=true) public List<ConfigurablePopulatorModification<SOURCE,TARGET, getModifications()OPTION>> Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
getParentModifications
@Deprecated(since="6.0", forRemoval=true) protected List<ConfigurablePopulatorModification<SOURCE,TARGET, getParentModifications()OPTION>> Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
applyModifications
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
isModified
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
getApplicationContext
@Deprecated(since="6.0", forRemoval=true) protected org.springframework.context.ApplicationContext getApplicationContext()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
setApplicationContext
@Deprecated(since="6.0", forRemoval=true) public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getBeanFactory
protected org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()Deprecated, for removal: This API element is subject to removal in a future version. -
setBeanFactory
@Deprecated(since="6.0", forRemoval=true) public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.- Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
getBeanName
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
setBeanName
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
DefaultModifableConfigurablePopulatorinstead. Will be removed in version 6.2. This functionally this class was replaced byModifableConfigurablePopulatorPostProcessor