Interface SnSearchProviderMapping
-
- All Known Implementing Classes:
DefaultSnSearchProviderMapping
public interface SnSearchProviderMappingMapping for a specific search provider type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetItemType()Returns the item type.SnSearchProviderConfigurationLoadStrategygetLoadStrategy()Returns the load strategy.SnSearchProvider<AbstractSnSearchProviderConfiguration>getSearchProvider()Returns the search provider.java.lang.StringgetType()Returns the type.
-
-
-
Method Detail
-
getItemType
java.lang.String getItemType()
Returns the item type.- Returns:
- the item type
-
getType
java.lang.String getType()
Returns the type.- Returns:
- the type
-
getLoadStrategy
SnSearchProviderConfigurationLoadStrategy getLoadStrategy()
Returns the load strategy.- Returns:
- the load strategy
-
getSearchProvider
SnSearchProvider<AbstractSnSearchProviderConfiguration> getSearchProvider()
Returns the search provider.- Returns:
- the search provider
-
-