Class AsSimpleSearchProfileLoadStrategy
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsSearchProfileLoadStrategy<AsSimpleSearchProfileModel,AsSimpleSearchProfile>
-
- de.hybris.platform.adaptivesearch.strategies.impl.AsSimpleSearchProfileLoadStrategy
-
- All Implemented Interfaces:
AsCacheAwareStrategy<AsSimpleSearchProfileModel>,AsSearchProfileLoadStrategy<AsSimpleSearchProfileModel,AsSimpleSearchProfile>
@Deprecated(since="1811") public class AsSimpleSearchProfileLoadStrategy extends AbstractAsSearchProfileLoadStrategy<AsSimpleSearchProfileModel,AsSimpleSearchProfile>
Deprecated.Since 1811, replaced byAsGenericSimpleSearchProfileLoadStrategy.Implementation ofAsSearchProfileLoadStrategyfor simple search profiles.
-
-
Constructor Summary
Constructors Constructor Description AsSimpleSearchProfileLoadStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Converter<AsSimpleSearchProfileModel,AsSimpleSearchProfile>getAsSimpleSearchProfileConverter()Deprecated.AsSimpleSearchProfileload(AsSearchProfileContext context, AsSimpleSearchProfileModel searchProfile)Deprecated.Loads the search profile model and converts it to some data object.voidsetAsSimpleSearchProfileConverter(Converter<AsSimpleSearchProfileModel,AsSimpleSearchProfile> asSimpleSearchProfileConverter)Deprecated.-
Methods inherited from class de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsSearchProfileLoadStrategy
doLoadSearchConfiguration, getAsCacheStrategy, getAsConfigurableSearchConfigurationConverter, getCacheKeyFragment, getModelService, loadSearchConfiguration, loadSearchConfigurations, setAsCacheStrategy, setAsConfigurableSearchConfigurationConverter, setModelService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.adaptivesearch.strategies.AsSearchProfileLoadStrategy
map
-
-
-
-
Method Detail
-
load
public AsSimpleSearchProfile load(AsSearchProfileContext context, AsSimpleSearchProfileModel searchProfile)
Deprecated.Description copied from interface:AsSearchProfileLoadStrategyLoads the search profile model and converts it to some data object. The returned value can be cached.- Parameters:
context- - the search profile contextsearchProfile- - the search profile model- Returns:
- the search profile data
-
getAsSimpleSearchProfileConverter
public Converter<AsSimpleSearchProfileModel,AsSimpleSearchProfile> getAsSimpleSearchProfileConverter()
Deprecated.
-
setAsSimpleSearchProfileConverter
public void setAsSimpleSearchProfileConverter(Converter<AsSimpleSearchProfileModel,AsSimpleSearchProfile> asSimpleSearchProfileConverter)
Deprecated.
-
-