Interface SolrFacetSearchConfigDAO
- All Known Implementing Classes:
DefaultSolrFacetSearchConfigDAO
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.findSearchConfigurationsForName(String facetSearchConfigName) Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.findSearchConfigurationsForTypes(List<ComposedTypeModel> composedTypes) Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.
-
Method Details
-
findSearchConfigurationsForTypes
Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(List<ComposedTypeModel> composedTypes) Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes. -
findSearchConfigurationsForName
Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(String facetSearchConfigName) Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name. -
findAllSearchConfigs
Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findAllSearchConfigs()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- list of search configs
-