Uses of Class
de.hybris.platform.adaptivesearch.model.AsSortExpressionModel
-
Packages that use AsSortExpressionModel Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.integration.synchronization de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearch.model.interceptors de.hybris.platform.adaptivesearchbackoffice.common.impl -
-
Uses of AsSortExpressionModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsSortExpressionModel Modifier and Type Method Description ContextAwareConverter<AsSortExpressionModel,AsSortExpression,AsItemConfigurationConverterContext>AsSortConfigurationPopulator. getAsSortExpressionConverter()ContextAwareConverter<AsSortExpression,AsSortExpressionModel,AsItemConfigurationReverseConverterContext>AsSortConfigurationReversePopulator. getAsSortExpressionReverseConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsSortExpressionModel Modifier and Type Method Description voidAsSortExpressionPopulator. populate(AsSortExpressionModel source, AsSortExpression target, AsItemConfigurationConverterContext context)voidAsSortExpressionReversePopulator. populate(AsSortExpression source, AsSortExpressionModel target, AsItemConfigurationReverseConverterContext context)Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsSortExpressionModel Modifier and Type Method Description voidAsSortConfigurationPopulator. setAsSortExpressionConverter(ContextAwareConverter<AsSortExpressionModel,AsSortExpression,AsItemConfigurationConverterContext> asSortExpressionConverter)voidAsSortConfigurationReversePopulator. setAsSortExpressionReverseConverter(ContextAwareConverter<AsSortExpression,AsSortExpressionModel,AsItemConfigurationReverseConverterContext> asSortExpressionReverseConverter) -
Uses of AsSortExpressionModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsSortExpressionModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSortExpression(AsSortExpressionModel sortExpression1, AsSortExpressionModel sortExpression2) -
Uses of AsSortExpressionModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsSortExpressionModel Modifier and Type Method Description java.util.List<AsSortExpressionModel>AbstractAsSortConfigurationModel. getExpressions()Generated method - Getter of theAbstractAsSortConfiguration.expressionsattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsSortExpressionModel Modifier and Type Method Description voidAbstractAsSortConfigurationModel. setExpressions(java.util.List<AsSortExpressionModel> value)Generated method - Setter ofAbstractAsSortConfiguration.expressionsattribute defined at extensionadaptivesearch. -
Uses of AsSortExpressionModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AsSortExpressionModel Modifier and Type Method Description protected java.lang.StringAsSortExpressionInterceptor. generateUniqueIdx(AsSortExpressionModel sortExpression, InterceptorContext context)voidAsSortExpressionInterceptor. onPrepare(AsSortExpressionModel sortExpression, InterceptorContext context)voidAsSortExpressionInterceptor. onRemove(AsSortExpressionModel sortExpression, InterceptorContext context)voidAsSortExpressionInterceptor. onValidate(AsSortExpressionModel sortExpression, InterceptorContext context) -
Uses of AsSortExpressionModel in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AsSortExpressionModel Modifier and Type Method Description protected AsSortExpressionModelAsSortExpressionDataProvider. resolveSortExpression(java.util.Map<java.lang.String,java.lang.Object> parameters)Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type AsSortExpressionModel Modifier and Type Method Description protected AbstractAsSortConfigurationModelAsSortExpressionDataProvider. resolveSortConfiguration(AsSortExpressionModel sortExpression)
-