Interface SolrFacetSearchConfigDAO
-
- All Known Implementing Classes:
DefaultSolrFacetSearchConfigDAO
public interface SolrFacetSearchConfigDAO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findAllSearchConfigs()java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findSearchConfigurationsForName(java.lang.String facetSearchConfigName)Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.
-
-
-
Method Detail
-
findSearchConfigurationsForTypes
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)
Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.
-
findSearchConfigurationsForName
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.
-
findAllSearchConfigs
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findAllSearchConfigs()
- Returns:
- list of search configs
-
-