Class AbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile>

java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsSearchProfileLoadStrategy<T,R>
Type Parameters:
T - - the type of search profile model
R - - the type of search profile data
All Implemented Interfaces:
AsCacheAwareStrategy<T>, AsSearchProfileLoadStrategy<T,R>
Direct Known Subclasses:
AsGenericCategoryAwareSearchProfileLoadStrategy, AsGenericSimpleSearchProfileLoadStrategy

public abstract class AbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> extends Object implements AsSearchProfileLoadStrategy<T,R>
Base class for implementations of AbstractAsSearchProfileLoadStrategy.