Class AsFacetRangePopulator
java.lang.Object
de.hybris.platform.adaptivesearch.converters.populators.AsFacetRangePopulator
- All Implemented Interfaces:
ContextAwarePopulator<AsFacetRangeModel,AsFacetRange, AsItemConfigurationConverterContext>
public class AsFacetRangePopulator
extends Object
implements ContextAwarePopulator<AsFacetRangeModel,AsFacetRange,AsItemConfigurationConverterContext>
Populates
AsFacetRange from AsFacetRangeModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildLocalizedName(AsFacetRangeModel source) voidpopulate(AsFacetRangeModel source, AsFacetRange target, AsItemConfigurationConverterContext context) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18NService)
-
Constructor Details
-
AsFacetRangePopulator
public AsFacetRangePopulator()
-
-
Method Details
-
populate
public void populate(AsFacetRangeModel source, AsFacetRange target, AsItemConfigurationConverterContext context) Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AsFacetRangeModel,AsFacetRange, AsItemConfigurationConverterContext> - Parameters:
source- - the source objecttarget- - the target to fill
-
buildLocalizedName
-
getI18NService
-
setI18NService
-