Interface SolrFieldSearchDAO
-
- All Known Implementing Classes:
DefaultSolrFieldSearchDAO
@Deprecated(since="2105", forRemoval=true) public interface SolrFieldSearchDAODeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<ItemModel>findAll(java.lang.String typeCode, java.util.List<java.lang.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 Detail
-
findAll
java.util.List<ItemModel> findAll(java.lang.String typeCode, java.util.List<java.lang.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 typeitemPks- sorted list of primary keys long values.- Returns:
- list of items ordered by itemsPks order
-
-