Class SnIndexConfigurationPopulator
java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnIndexConfigurationPopulator
- All Implemented Interfaces:
Populator<SnIndexConfigurationModel,SnIndexConfiguration>
public class SnIndexConfigurationPopulator
extends Object
implements Populator<SnIndexConfigurationModel,SnIndexConfiguration>
Populates
SnIndexConfiguration from SnIndexConfigurationModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SnIndexConfigurationModel source, SnIndexConfiguration target) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18nService) voidsetSnCurrencyConverter(Converter<CurrencyModel, SnCurrency> snCurrencyConverter) voidsetSnLanguageConverter(Converter<LanguageModel, SnLanguage> snLanguageConverter) voidsetSnSearchProviderFactory(SnSearchProviderFactory snSearchProviderFactory)
-
Constructor Details
-
SnIndexConfigurationPopulator
public SnIndexConfigurationPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SnIndexConfigurationModel,SnIndexConfiguration> - Parameters:
source- the source objecttarget- the target to fill
-
getI18NService
-
setI18NService
-
getSnLanguageConverter
-
setSnLanguageConverter
-
getSnCurrencyConverter
-
setSnCurrencyConverter
-
getSnSearchProviderFactory
-
setSnSearchProviderFactory
-