Class DefaultItemModelSearchDAO
java.lang.Object
com.hybris.backoffice.search.daos.impl.DefaultItemModelSearchDAO
- All Implemented Interfaces:
ItemModelSearchDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds Items with PKs matching those passed as parameterorderItemsByPkList(List<ItemModel> items, List<Long> itemsPks) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultItemModelSearchDAO
public DefaultItemModelSearchDAO()
-
-
Method Details
-
findAll
Description copied from interface:ItemModelSearchDAOFinds Items with PKs matching those passed as parameter- Specified by:
findAllin interfaceItemModelSearchDAO- Parameters:
typeCode- searched typeitemsPks- sorted list of primary keys long values.- Returns:
- list of items ordered by itemsPks order
-
orderItemsByPkList
-
setFlexibleSearchService
-