Interface ItemModelSearchDAO

All Known Implementing Classes:
DefaultItemModelSearchDAO

public interface ItemModelSearchDAO
Data access object used for retrieving final Search results
  • Method Summary

    Modifier and Type
    Method
    Description
    findAll(String typeCode, List<Long> itemPks)
    Finds Items with PKs matching those passed as parameter
  • Method Details

    • findAll

      List<ItemModel> findAll(String typeCode, List<Long> itemPks)
      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