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 java.lang.Object implements SolrFieldSearchDAODeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrFieldSearchDAO()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<ItemModel>findAll(java.lang.String typeCode, java.util.List<java.lang.Long> itemsPks)Deprecated, for removal: This API element is subject to removal in a future version.Finds Items with PKs matching those passed as parameterprotected java.util.List<ItemModel>orderItemsByPkList(java.util.List<ItemModel> items, java.util.List<java.lang.Long> itemsPks)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.
-
-
-
Method Detail
-
findAll
public java.util.List<ItemModel> findAll(java.lang.String typeCode, java.util.List<java.lang.Long> itemsPks)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SolrFieldSearchDAOFinds Items with PKs matching those passed as parameter- Specified by:
findAllin interfaceSolrFieldSearchDAO- Parameters:
typeCode- searched typeitemsPks- sorted list of primary keys long values.- Returns:
- list of items ordered by itemsPks order
-
orderItemsByPkList
protected java.util.List<ItemModel> orderItemsByPkList(java.util.List<ItemModel> items, java.util.List<java.lang.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.
-
-