Class AsBoostItemConfigurationReversePopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.converters.populators.AsBoostItemConfigurationReversePopulator
-
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsBoostItemConfiguration,AbstractAsBoostItemConfigurationModel,AsItemConfigurationReverseConverterContext>
public class AsBoostItemConfigurationReversePopulator extends java.lang.Object implements ContextAwarePopulator<AbstractAsBoostItemConfiguration,AbstractAsBoostItemConfigurationModel,AsItemConfigurationReverseConverterContext>
-
-
Constructor Summary
Constructors Constructor Description AsBoostItemConfigurationReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelServicegetModelService()voidpopulate(AbstractAsBoostItemConfiguration source, AbstractAsBoostItemConfigurationModel target, AsItemConfigurationReverseConverterContext context)Populate the target instance with values from the source instance.voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
populate
public void populate(AbstractAsBoostItemConfiguration source, AbstractAsBoostItemConfigurationModel target, AsItemConfigurationReverseConverterContext context)
Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AbstractAsBoostItemConfiguration,AbstractAsBoostItemConfigurationModel,AsItemConfigurationReverseConverterContext>- Parameters:
source- - the source objecttarget- - the target to fill
-
getModelService
public ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
-