Interface SolrFacetSearchConfigDAO
-
- All Known Implementing Classes:
DefaultSolrFacetSearchConfigDAO
@Deprecated(since="2105", forRemoval=true) public interface SolrFacetSearchConfigDAODeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findAllSearchConfigs()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findSearchConfigurationsForName(java.lang.String facetSearchConfigName)Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.
-
-
-
Method Detail
-
findSearchConfigurationsForTypes
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)
Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.
-
findSearchConfigurationsForName
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.
-
findAllSearchConfigs
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findAllSearchConfigs()
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- list of search configs
-
-