Uses of Class
de.hybris.platform.adaptivesearch.data.AbstractAsSearchProfile
-
-
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AbstractAsSearchProfile Modifier and Type Method Description voidAsSearchProfilePopulator. populate(AbstractAsSearchProfileModel source, AbstractAsSearchProfile target) -
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.data
Subclasses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.data Modifier and Type Class Description classAsCategoryAwareSearchProfileclassAsGenericSearchProfileclassAsSimpleSearchProfile -
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.strategies
Classes in de.hybris.platform.adaptivesearch.strategies with type parameters of type AbstractAsSearchProfile Modifier and Type Interface Description interfaceAsSearchProfileCalculationStrategy<T extends AbstractAsSearchProfile>Strategy for calculating search profiles.interfaceAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile>Strategy for loading search profiles. -
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.strategies.impl
Classes in de.hybris.platform.adaptivesearch.strategies.impl with type parameters of type AbstractAsSearchProfile Modifier and Type Class Description classAbstractAsSearchProfileCalculationStrategy<T extends AbstractAsSearchProfile>Base class for implementations ofAsSearchProfileCalculationStrategy.classAbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile>Base class for implementations ofAbstractAsSearchProfileLoadStrategy.
-