public interface SolrFacetSearchConfigDAO
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> |
findAllSearchConfigs()
|
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> |
findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
Finds list of
BackofficeIndexedTypeToSolrFacetSearchConfigModel for
given facetSearchConfig name. |
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> |
findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)
Finds list of
BackofficeIndexedTypeToSolrFacetSearchConfigModel for
given composedTypes. |
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)
BackofficeIndexedTypeToSolrFacetSearchConfigModel for
given composedTypes.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
BackofficeIndexedTypeToSolrFacetSearchConfigModel for
given facetSearchConfig name.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findAllSearchConfigs()
Copyright © 2018 SAP SE. All Rights Reserved.