public abstract class AbstractAsFacetConfiguration extends AbstractAsItemConfiguration
| Constructor and Description |
|---|
AbstractAsFacetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsExcludedFacetValue> |
getExcludedValues() |
AsFacetType |
getFacetType() |
java.lang.String |
getIndexProperty() |
java.lang.Integer |
getPriority() |
java.util.List<AsPromotedFacetValue> |
getPromotedValues() |
java.lang.String |
getTopValuesProvider() |
java.lang.String |
getValuesDisplayNameProvider() |
java.lang.String |
getValuesSortProvider() |
void |
setExcludedValues(java.util.List<AsExcludedFacetValue> excludedValues) |
void |
setFacetType(AsFacetType facetType) |
void |
setIndexProperty(java.lang.String indexProperty) |
void |
setPriority(java.lang.Integer priority) |
void |
setPromotedValues(java.util.List<AsPromotedFacetValue> promotedValues) |
void |
setTopValuesProvider(java.lang.String topValuesProvider) |
void |
setValuesDisplayNameProvider(java.lang.String valuesDisplayNameProvider) |
void |
setValuesSortProvider(java.lang.String valuesSortProvider) |
getSearchConfigurationUid, getSearchProfileCode, setSearchConfigurationUid, setSearchProfileCodegetCatalogVersion, getUid, setCatalogVersion, setUidpublic void setIndexProperty(java.lang.String indexProperty)
public java.lang.String getIndexProperty()
public void setPriority(java.lang.Integer priority)
public java.lang.Integer getPriority()
public void setFacetType(AsFacetType facetType)
public AsFacetType getFacetType()
public void setValuesSortProvider(java.lang.String valuesSortProvider)
public java.lang.String getValuesSortProvider()
public void setValuesDisplayNameProvider(java.lang.String valuesDisplayNameProvider)
public java.lang.String getValuesDisplayNameProvider()
public void setTopValuesProvider(java.lang.String topValuesProvider)
public java.lang.String getTopValuesProvider()
public void setPromotedValues(java.util.List<AsPromotedFacetValue> promotedValues)
public java.util.List<AsPromotedFacetValue> getPromotedValues()
public void setExcludedValues(java.util.List<AsExcludedFacetValue> excludedValues)
public java.util.List<AsExcludedFacetValue> getExcludedValues()
Copyright © 2018 SAP SE. All Rights Reserved.