Class DefaultKeywordDao
java.lang.Object
de.hybris.platform.catalog.daos.impl.DefaultKeywordDao
- All Implemented Interfaces:
KeywordDao
Default implementation of interface
KeywordDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeywords(CatalogVersionModel catalogVersion, String keywordValue) Returns the Keyword for the specified keyword value andCatalogVersion.getKeywords(String typeCode, CatalogVersionModel catalogVersion, String keywordValue) Returns the Keyword for the specified keyword value andCatalogVersion.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultKeywordDao
public DefaultKeywordDao()
-
-
Method Details
-
setFlexibleSearchService
-
getKeywords
Description copied from interface:KeywordDaoReturns the Keyword for the specified keyword value andCatalogVersion.- Specified by:
getKeywordsin interfaceKeywordDao- Parameters:
catalogVersion- TheCatalogVersiontheKeywordbelongs to.keywordValue- The value of the searchedKeyword.- Returns:
- All matching
Keywords.
-
getKeywords
public List<KeywordModel> getKeywords(String typeCode, CatalogVersionModel catalogVersion, String keywordValue) Description copied from interface:KeywordDaoReturns the Keyword for the specified keyword value andCatalogVersion.- Specified by:
getKeywordsin interfaceKeywordDao- Parameters:
typeCode- Code of type (or subtype) of keyword to allow to search for subclassescatalogVersion- TheCatalogVersiontheKeywordbelongs to.keywordValue- The value of the searchedKeyword.- Returns:
- All matching
Keywords.
-