public class DefaultHeroProductDefinitionDao extends DefaultGenericDao<SolrHeroProductDefinitionModel> implements HeroProductDefinitionDao
HeroProductDefinitionDao| Constructor and Description |
|---|
DefaultHeroProductDefinitionDao(String typecode) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrHeroProductDefinitionModel> |
findSolrHeroProductDefinitionsByCategory(CategoryModel category)
Finds all
SolrHeroProductDefinitionModels that contains the category. |
List<SolrHeroProductDefinitionModel> |
findSolrHeroProductDefinitionsByCategory(CategoryModel category,
SolrIndexedTypeModel solrIndexedType)
Finds all
SolrHeroProductDefinitionModels that contains the category and solrSearchConfig. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic DefaultHeroProductDefinitionDao(String typecode)
public List<SolrHeroProductDefinitionModel> findSolrHeroProductDefinitionsByCategory(CategoryModel category)
HeroProductDefinitionDaoSolrHeroProductDefinitionModels that contains the category.findSolrHeroProductDefinitionsByCategory in interface HeroProductDefinitionDaocategory - the CategoryModelSolrHeroProductDefinitionModels, or an empty collection if no
SolrHeroProductDefinitionModel can be found by the given CategoryModel.public List<SolrHeroProductDefinitionModel> findSolrHeroProductDefinitionsByCategory(CategoryModel category, SolrIndexedTypeModel solrIndexedType)
HeroProductDefinitionDaoSolrHeroProductDefinitionModels that contains the category and solrSearchConfig.findSolrHeroProductDefinitionsByCategory in interface HeroProductDefinitionDaocategory - the CategoryModelsolrIndexedType - the SolrIndexedTypeModelSolrHeroProductDefinitionModels, or an empty collection if no
SolrHeroProductDefinitionModel can be found by the given CategoryModel and
SolrIndexedTypeModel.Copyright © 2017 SAP SE. All Rights Reserved.