Class SnIndexTypePopulator
java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnIndexTypePopulator
- All Implemented Interfaces:
Populator<SnIndexTypeModel,SnIndexType>
Populates
SnIndexType from SnIndexTypeModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildFields(SnIndexTypeModel source, SnIndexType target) buildLocalizedName(SnIndexTypeModel source) voidpopulate(SnIndexTypeModel source, SnIndexType target) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18nService) voidsetSnCatalogVersionConverter(Converter<CatalogVersionModel, SnCatalogVersion> snCatalogVersionConverter) voidsetSnFieldConverter(Converter<SnFieldModel, SnField> snFieldConverter) voidsetSnFieldFactory(SnFieldFactory snFieldFactory)
-
Constructor Details
-
SnIndexTypePopulator
public SnIndexTypePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SnIndexTypeModel,SnIndexType> - Parameters:
source- the source objecttarget- the target to fill
-
buildLocalizedName
-
buildFields
-
getI18NService
-
setI18NService
-
getSnCatalogVersionConverter
-
setSnCatalogVersionConverter
public void setSnCatalogVersionConverter(Converter<CatalogVersionModel, SnCatalogVersion> snCatalogVersionConverter) -
getSnFieldFactory
-
setSnFieldFactory
-
getSnFieldConverter
-
setSnFieldConverter
-