Class AsSearchProfilePopulator
java.lang.Object
de.hybris.platform.adaptivesearch.converters.populators.AsSearchProfilePopulator
- All Implemented Interfaces:
Populator<AbstractAsSearchProfileModel,AbstractAsSearchProfile>
public class AsSearchProfilePopulator
extends Object
implements Populator<AbstractAsSearchProfileModel,AbstractAsSearchProfile>
Populates
AbstractAsSearchProfile from AbstractAsSearchProfileModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractAsSearchProfileModel source, AbstractAsSearchProfile target) Populate the target instance with values from the source instance.voidsetAsCatalogVersionConverter(Converter<CatalogVersionModel, AsCatalogVersion> asCatalogVersionConverter)
-
Constructor Details
-
AsSearchProfilePopulator
public AsSearchProfilePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractAsSearchProfileModel,AbstractAsSearchProfile> - Parameters:
source- the source objecttarget- the target to fill
-
getAsCatalogVersionConverter
-
setAsCatalogVersionConverter
public void setAsCatalogVersionConverter(Converter<CatalogVersionModel, AsCatalogVersion> asCatalogVersionConverter)
-