public class DefaultAsSearchProfileContext extends java.lang.Object implements AsSearchProfileContext
AsSearchProfileContext.| Constructor and Description |
|---|
DefaultAsSearchProfileContext() |
| 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.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getQualifiers()
Returns a
Map instance with the qualifiers. |
java.lang.String |
getQuery()
Returns the query.
|
java.util.List<CatalogVersionModel> |
getSessionCatalogVersions()
Returns the session catalog versions.
|
void |
setCatalogVersions(java.util.List<CatalogVersionModel> catalogVersions) |
void |
setCategoryPath(java.util.List<CategoryModel> categoryPath) |
void |
setCurrency(CurrencyModel currency) |
void |
setIndexConfiguration(java.lang.String indexConfiguration) |
void |
setIndexType(java.lang.String indexType) |
void |
setKeywords(java.util.List<AsKeyword> keywords)
Sets the keywords.
|
void |
setLanguage(LanguageModel language) |
void |
setQuery(java.lang.String query)
Sets the query.
|
void |
setSessionCatalogVersions(java.util.List<CatalogVersionModel> sessionCatalogVersions) |
public java.lang.String getIndexConfiguration()
AsSearchProfileContextgetIndexConfiguration in interface AsSearchProfileContextpublic void setIndexConfiguration(java.lang.String indexConfiguration)
public java.lang.String getIndexType()
AsSearchProfileContextgetIndexType in interface AsSearchProfileContextpublic void setIndexType(java.lang.String indexType)
public java.util.List<CatalogVersionModel> getCatalogVersions()
AsSearchProfileContextgetCatalogVersions in interface AsSearchProfileContextpublic void setCatalogVersions(java.util.List<CatalogVersionModel> catalogVersions)
public java.util.List<CatalogVersionModel> getSessionCatalogVersions()
AsSearchProfileContextCatalogVersionService.getSessionCatalogVersions().getSessionCatalogVersions in interface AsSearchProfileContextpublic void setSessionCatalogVersions(java.util.List<CatalogVersionModel> sessionCatalogVersions)
public java.util.List<CategoryModel> getCategoryPath()
AsSearchProfileContextgetCategoryPath in interface AsSearchProfileContextpublic void setCategoryPath(java.util.List<CategoryModel> categoryPath)
public LanguageModel getLanguage()
AsSearchProfileContextgetLanguage in interface AsSearchProfileContextpublic void setLanguage(LanguageModel language)
public CurrencyModel getCurrency()
AsSearchProfileContextgetCurrency in interface AsSearchProfileContextpublic void setCurrency(CurrencyModel currency)
public java.util.List<AsKeyword> getKeywords()
AsSearchProfileContextgetKeywords in interface AsSearchProfileContextpublic void setKeywords(java.util.List<AsKeyword> keywords)
AsSearchProfileContextsetKeywords in interface AsSearchProfileContextkeywords - - the keywordspublic java.lang.String getQuery()
AsSearchProfileContextgetQuery in interface AsSearchProfileContextpublic void setQuery(java.lang.String query)
AsSearchProfileContextsetQuery in interface AsSearchProfileContextquery - - the querypublic java.util.Map<java.lang.String,java.util.List<java.lang.String>> getQualifiers()
AsSearchProfileContextMap instance with the qualifiers.getQualifiers in interface AsSearchProfileContextpublic java.util.Map<java.lang.String,java.lang.Object> getAttributes()
AsSearchProfileContextMap instance that can be used to store attributes.getAttributes in interface AsSearchProfileContextCopyright © 2018 SAP SE. All Rights Reserved.