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