public interface KeywordService
CategoryModel and ProductModel.| Modifier and Type | Method and Description |
|---|---|
KeywordModel |
getKeyword(CatalogVersionModel catalogVersion,
java.lang.String keywordValue)
Returns the Keyword for the specified keyword value and
CatalogVersion. |
KeywordModel |
getKeyword(java.lang.String typeCode,
CatalogVersionModel catalogVersion,
java.lang.String keywordValue)
Returns the Keyword for the specified keyword value and
CatalogVersion. |
KeywordModel getKeyword(CatalogVersionModel catalogVersion, java.lang.String keywordValue)
CatalogVersion.catalogVersion - The CatalogVersion the Keyword belongs to.keywordValue - The value of the searched Keyword.Keyword.UnknownIdentifierException - when keyword not found.AmbiguousIdentifierException - when more then one found.KeywordModel getKeyword(java.lang.String typeCode, CatalogVersionModel catalogVersion, java.lang.String keywordValue)
CatalogVersion.typeCode - The 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.Keyword.UnknownIdentifierException - when keyword not found.AmbiguousIdentifierException - when more then one found.Copyright © 2018 SAP SE. All Rights Reserved.