Interface SolrFieldSearchDAO

All Known Implementing Classes:
DefaultSolrFieldSearchDAO

@Deprecated(since="2105", forRemoval=true) public interface SolrFieldSearchDAO
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
  • Method Summary

    Modifier and Type
    Method
    Description
    findAll(String typeCode, List<Long> itemPks)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Finds Items with PKs matching those passed as parameter
  • Method Details

    • findAll

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