Interface SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>
- Type Parameters:
T- - the type of indexer item source modelR- - the type of indexer item source data
- All Known Implementing Classes:
FlexibleSearchSnIndexerItemSourceLoadStrategy
public interface SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>
Strategy for loading indexer item sources.
-
Method Summary
-
Method Details
-
load
Loads the indexer item source model and converts it to some data object.- Parameters:
source- - the indexer item source modelparameters- - the parameters- Returns:
- the indexer item source data
-