Class DefaultSolrFacetSearchConfigDAO
java.lang.Object
com.hybris.backoffice.solrsearch.daos.impl.DefaultSolrFacetSearchConfigDAO
- All Implemented Interfaces:
SolrFacetSearchConfigDAO
@Deprecated(since="2105",
forRemoval=true)
public class DefaultSolrFacetSearchConfigDAO
extends Object
implements SolrFacetSearchConfigDAO
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
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.Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.protected FlexibleSearchServiceDeprecated, for removal: This API element is subject to removal in a future version.protected TypeServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeService(TypeService typeService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
FIND_SEARCH_CFG_FOR_TYPES_QUERY
Deprecated, for removal: This API element is subject to removal in a future version. -
FIND_SEARCH_CFG_FOR_NAME_QUERY
Deprecated, for removal: This API element is subject to removal in a future version. -
FIND_ALL_SEARCH_CFG_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DefaultSolrFacetSearchConfigDAO
public DefaultSolrFacetSearchConfigDAO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findSearchConfigurationsForTypes
public List<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(List<ComposedTypeModel> types) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SolrFacetSearchConfigDAOFinds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.- Specified by:
findSearchConfigurationsForTypesin interfaceSolrFacetSearchConfigDAO
-
findSearchConfigurationsForName
public List<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(String facetSearchConfigName) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SolrFacetSearchConfigDAOFinds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given facetSearchConfig name.- Specified by:
findSearchConfigurationsForNamein interfaceSolrFacetSearchConfigDAO
-
findAllSearchConfigs
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SolrFacetSearchConfigDAO- Specified by:
findAllSearchConfigsin interfaceSolrFacetSearchConfigDAO- Returns:
- list of search configs
-
getFlexibleSearchService
Deprecated, for removal: This API element is subject to removal in a future version. -
setFlexibleSearchService
Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version.
-