Class AsFacetRangeReversePopulator
java.lang.Object
de.hybris.platform.adaptivesearch.converters.populators.AsFacetRangeReversePopulator
- All Implemented Interfaces:
ContextAwarePopulator<AsFacetRange,AsFacetRangeModel, AsItemConfigurationReverseConverterContext>
public class AsFacetRangeReversePopulator
extends Object
implements ContextAwarePopulator<AsFacetRange,AsFacetRangeModel,AsItemConfigurationReverseConverterContext>
Populates
AsFacetRangeModel from AsFacetRange.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AsFacetRange source, AsFacetRangeModel target, AsItemConfigurationReverseConverterContext context) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18NService)
-
Constructor Details
-
AsFacetRangeReversePopulator
public AsFacetRangeReversePopulator()
-
-
Method Details
-
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
-
setI18NService
-