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 java.lang.Object implements SolrFacetSearchConfigDAODeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringFIND_ALL_SEARCH_CFG_QUERYDeprecated, for removal: This API element is subject to removal in a future version.protected static java.lang.StringFIND_SEARCH_CFG_FOR_NAME_QUERYDeprecated, for removal: This API element is subject to removal in a future version.protected static java.lang.StringFIND_SEARCH_CFG_FOR_TYPES_QUERYDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description DefaultSolrFacetSearchConfigDAO()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findAllSearchConfigs()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<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.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel>findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> types)Deprecated, for removal: This API element is subject to removal in a future version.Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModelfor given composedTypes.protected FlexibleSearchServicegetFlexibleSearchService()Deprecated, for removal: This API element is subject to removal in a future version.protected TypeServicegetTypeService()Deprecated, 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 Detail
-
FIND_SEARCH_CFG_FOR_TYPES_QUERY
protected static final java.lang.String 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
protected static final java.lang.String 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
protected static final java.lang.String FIND_ALL_SEARCH_CFG_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
findSearchConfigurationsForTypes
public java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForTypes(java.util.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 java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel> findSearchConfigurationsForName(java.lang.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
public java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel> 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
protected FlexibleSearchService getFlexibleSearchService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTypeService
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-