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