public interface HeroProductDefinitionService
| Modifier and Type | Method and Description |
|---|---|
SolrHeroProductDefinitionModel |
createSolrHeroProductDefinition(CategoryModel Category)
Retrieves the SolrHeroProductDefinition with the given category.
|
SolrHeroProductDefinitionModel |
createSolrHeroProductDefinition(String CategoryCode)
Retrieves the SolrHeroProductDefinition for the category with the given code.
|
CatalogVersionModel |
getCatalogVersion()
Retrieves the CatalogVersion which is defined in the current SolrFacetSearchConfig which is also a current active
version in the session.
|
SolrIndexedTypeModel |
getIndexedType()
Retrieves the SolrIndexedType
|
SolrFacetSearchConfigModel |
getSolrFacetSearchConfig()
Retrieves the current SolrFacetSearchConfig
|
SolrHeroProductDefinitionModel |
getSolrHeroProductDefinitionForCategory(CategoryModel category)
Retrieves the SolrHeroProductDefinition with the given category.
|
SolrHeroProductDefinitionModel |
getSolrHeroProductDefinitionForCategory(CategoryModel category,
SolrIndexedTypeModel indexedType)
Retrieves the SolrHeroProductDefinition with the given category and indexedType.
|
SolrHeroProductDefinitionModel |
getSolrHeroProductDefinitionForCategoryCode(String categoryCode)
Retrieves the SolrHeroProductDefinition for the category with the given code.
|
SolrHeroProductDefinitionModel getSolrHeroProductDefinitionForCategoryCode(String categoryCode)
categoryCode - category codeSolrHeroProductDefinitionModel getSolrHeroProductDefinitionForCategory(CategoryModel category)
category - categorySolrFacetSearchConfigModel getSolrFacetSearchConfig()
CatalogVersionModel getCatalogVersion()
SolrIndexedTypeModel getIndexedType()
SolrHeroProductDefinitionModel createSolrHeroProductDefinition(String CategoryCode)
CategoryCode - category codeSolrHeroProductDefinitionModel createSolrHeroProductDefinition(CategoryModel Category)
Category - categorySolrHeroProductDefinitionModel getSolrHeroProductDefinitionForCategory(CategoryModel category, SolrIndexedTypeModel indexedType)
category - categoryindexedType - indexed typeCopyright © 2017 SAP SE. All Rights Reserved.