Uses of Class
de.hybris.platform.adaptivesearch.data.AbstractAsSearchProfile
Packages that use AbstractAsSearchProfile
Package
Description
-
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AbstractAsSearchProfileModifier and TypeMethodDescriptionvoidAsSearchProfilePopulator.populate(AbstractAsSearchProfileModel source, AbstractAsSearchProfile target) -
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.data
Subclasses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.dataModifier and TypeClassDescriptionclassclassclass -
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.strategies
Classes in de.hybris.platform.adaptivesearch.strategies with type parameters of type AbstractAsSearchProfileModifier and TypeInterfaceDescriptioninterfaceStrategy 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 AbstractAsSearchProfileModifier and TypeClassDescriptionclassBase class for implementations ofAsSearchProfileCalculationStrategy.classAbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> Base class for implementations ofAbstractAsSearchProfileLoadStrategy.