public interface KeywordDao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeywordModel> |
getKeywords(CatalogVersionModel catalogVersion,
java.lang.String keywordValue)
Returns the Keyword for the specified keyword value and
CatalogVersion. |
java.util.List<KeywordModel> |
getKeywords(java.lang.String typeCode,
CatalogVersionModel catalogVersion,
java.lang.String keywordValue)
Returns the Keyword for the specified keyword value and
CatalogVersion. |
java.util.List<KeywordModel> getKeywords(CatalogVersionModel catalogVersion, java.lang.String keywordValue)
CatalogVersion.catalogVersion - The CatalogVersion the Keyword belongs to.keywordValue - The value of the searched Keyword.Keywords.java.util.List<KeywordModel> getKeywords(java.lang.String typeCode, CatalogVersionModel catalogVersion, java.lang.String keywordValue)
CatalogVersion.typeCode - Code of type (or subtype) of keyword to allow to search for subclassescatalogVersion - The CatalogVersion the Keyword belongs to.keywordValue - The value of the searched Keyword.Keywords.Copyright © 2018 SAP SE. All Rights Reserved.