public interface AsSearchProfileContext
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns a
Map instance that can be used to store attributes. |
java.util.List<CatalogVersionModel> |
getCatalogVersions()
Returns the catalog versions.
|
java.util.List<CategoryModel> |
getCategoryPath()
Returns the category path.
|
CurrencyModel |
getCurrency()
Returns the currency.
|
java.lang.String |
getIndexConfiguration()
Returns the index configuration.
|
java.lang.String |
getIndexType()
Returns the index type.
|
java.util.List<AsKeyword> |
getKeywords()
Returns the keywords.
|
LanguageModel |
getLanguage()
Returns the language.
|
java.lang.String |
getQuery()
Returns the query.
|
java.util.List<CatalogVersionModel> |
getSessionCatalogVersions()
Returns the session catalog versions.
|
void |
setKeywords(java.util.List<AsKeyword> keywords)
Sets the keywords.
|
void |
setQuery(java.lang.String query)
Sets the query.
|
java.lang.String getIndexConfiguration()
java.lang.String getIndexType()
java.util.List<CatalogVersionModel> getCatalogVersions()
java.util.List<CatalogVersionModel> getSessionCatalogVersions()
CatalogVersionService.getSessionCatalogVersions().java.util.List<CategoryModel> getCategoryPath()
LanguageModel getLanguage()
CurrencyModel getCurrency()
java.util.List<AsKeyword> getKeywords()
void setKeywords(java.util.List<AsKeyword> keywords)
keywords - - the keywordsjava.lang.String getQuery()
void setQuery(java.lang.String query)
query - - the queryjava.util.Map<java.lang.String,java.lang.Object> getAttributes()
Map instance that can be used to store attributes.Copyright © 2018 SAP SE. All Rights Reserved.