Class AsConfigurationPopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.converters.populators.AsConfigurationPopulator
-
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsConfigurationModel,AbstractAsConfiguration,AsConfigurationConverterContext>
public class AsConfigurationPopulator extends java.lang.Object implements ContextAwarePopulator<AbstractAsConfigurationModel,AbstractAsConfiguration,AsConfigurationConverterContext>
PopulatesAbstractAsConfigurationfromAbstractAsConfigurationModel.
-
-
Constructor Summary
Constructors Constructor Description AsConfigurationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Converter<CatalogVersionModel,AsCatalogVersion>getAsCatalogVersionConverter()voidpopulate(AbstractAsConfigurationModel source, AbstractAsConfiguration target, AsConfigurationConverterContext context)Populate the target instance with values from the source instance.voidsetAsCatalogVersionConverter(Converter<CatalogVersionModel,AsCatalogVersion> asCatalogVersionConverter)
-
-
-
Method Detail
-
populate
public void populate(AbstractAsConfigurationModel source, AbstractAsConfiguration target, AsConfigurationConverterContext context)
Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AbstractAsConfigurationModel,AbstractAsConfiguration,AsConfigurationConverterContext>- Parameters:
source- - the source objecttarget- - the target to fill
-
getAsCatalogVersionConverter
public Converter<CatalogVersionModel,AsCatalogVersion> getAsCatalogVersionConverter()
-
setAsCatalogVersionConverter
public void setAsCatalogVersionConverter(Converter<CatalogVersionModel,AsCatalogVersion> asCatalogVersionConverter)
-
-