Class AsSimpleSearchProfileCalculationStrategy
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsSearchProfileCalculationStrategy<AsSimpleSearchProfile>
-
- de.hybris.platform.adaptivesearch.strategies.impl.AsSimpleSearchProfileCalculationStrategy
-
- All Implemented Interfaces:
AsCacheAwareStrategy<AsSimpleSearchProfile>,AsSearchProfileCalculationStrategy<AsSimpleSearchProfile>
@Deprecated(since="1811") public class AsSimpleSearchProfileCalculationStrategy extends AbstractAsSearchProfileCalculationStrategy<AsSimpleSearchProfile>
Deprecated.Since 1811, replaced byAsGenericSearchProfileCalculationStrategy.Implementation ofAsSearchProfileCalculationStrategyfor simple search profiles.
-
-
Constructor Summary
Constructors Constructor Description AsSimpleSearchProfileCalculationStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AsSearchProfileResultcalculate(AsSearchProfileContext context, AsSimpleSearchProfile searchProfile)Deprecated.Calculates the search profile result for a given search profile data object.AsSearchProfileResultFactorygetAsSearchProfileResultFactory()Deprecated.voidsetAsSearchProfileResultFactory(AsSearchProfileResultFactory asSearchProfileResultFactory)Deprecated.-
Methods inherited from class de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsSearchProfileCalculationStrategy
getCacheKeyFragment
-
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.AsSearchProfileCalculationStrategy
map
-
-
-
-
Method Detail
-
calculate
public AsSearchProfileResult calculate(AsSearchProfileContext context, AsSimpleSearchProfile searchProfile)
Deprecated.Description copied from interface:AsSearchProfileCalculationStrategyCalculates the search profile result for a given search profile data object. The returned value can be cached.- Parameters:
context- - the search profile contextsearchProfile- - the search profile data- Returns:
- the search profile result
-
getAsSearchProfileResultFactory
public AsSearchProfileResultFactory getAsSearchProfileResultFactory()
Deprecated.
-
setAsSearchProfileResultFactory
public void setAsSearchProfileResultFactory(AsSearchProfileResultFactory asSearchProfileResultFactory)
Deprecated.
-
-