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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Finds Items with PKs matching those passed as parameterorderItemsByPkList(List<ItemModel> items, List<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.
-
Constructor Details
-
DefaultSolrFieldSearchDAO
public DefaultSolrFieldSearchDAO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findAll
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setFlexibleSearchService
Deprecated, for removal: This API element is subject to removal in a future version.
-