Class DefaultSolrFieldSearchDAO

java.lang.Object
com.hybris.backoffice.solrsearch.daos.impl.DefaultSolrFieldSearchDAO
All Implemented Interfaces:
SolrFieldSearchDAO

@Deprecated(since="2105", forRemoval=true) public class DefaultSolrFieldSearchDAO extends Object implements SolrFieldSearchDAO
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
  • Constructor Details

    • DefaultSolrFieldSearchDAO

      public DefaultSolrFieldSearchDAO()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • findAll

      public List<ItemModel> findAll(String typeCode, List<Long> itemsPks)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: SolrFieldSearchDAO
      Finds Items with PKs matching those passed as parameter
      Specified by:
      findAll in interface SolrFieldSearchDAO
      Parameters:
      typeCode - searched type
      itemsPks - sorted list of primary keys long values.
      Returns:
      list of items ordered by itemsPks order
    • orderItemsByPkList

      protected List<ItemModel> orderItemsByPkList(List<ItemModel> items, List<Long> itemsPks)
      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.