Interface AsSearchProfileMapping
- All Known Implementing Classes:
DefaultAsSearchProfileMapping
public interface AsSearchProfileMapping
Mapping for strategies that are specific to a search profile type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the search profile calculation strategy.Returns the search profile load strategy.Returns the search configuration strategy.
-
Method Details
-
getLoadStrategy
AsSearchProfileLoadStrategy getLoadStrategy()Returns the search profile load strategy.- Returns:
- the search profile load strategy
-
getCalculationStrategy
AsSearchProfileCalculationStrategy getCalculationStrategy()Returns the search profile calculation strategy.- Returns:
- the search profile calculation strategy
-
getSearchConfigurationStrategy
AsSearchConfigurationStrategy getSearchConfigurationStrategy()Returns the search configuration strategy.- Returns:
- the search configuration strategy
-