public interface HeroProductDefinitionDao extends Dao
SolrHeroProductDefinitionModel.| 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. |
List<SolrHeroProductDefinitionModel> findSolrHeroProductDefinitionsByCategory(CategoryModel category)
SolrHeroProductDefinitionModels that contains the category.category - the CategoryModelSolrHeroProductDefinitionModels, or an empty collection if no
SolrHeroProductDefinitionModel can be found by the given CategoryModel.List<SolrHeroProductDefinitionModel> findSolrHeroProductDefinitionsByCategory(CategoryModel category, SolrIndexedTypeModel solrIndexedType)
SolrHeroProductDefinitionModels that contains the category and solrSearchConfig.category - 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.