Class AbstractAsFacetConfiguration
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.data.AbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.data.AbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.data.AbstractAsFacetConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AsExcludedFacet,AsFacet,AsPromotedFacet
public abstract class AbstractAsFacetConfiguration extends AbstractAsItemConfiguration
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAsFacetConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AsExcludedFacetValue>getExcludedValues()AsFacetTypegetFacetType()java.lang.StringgetIndexProperty()java.lang.IntegergetPriority()java.util.List<AsPromotedFacetValue>getPromotedValues()java.lang.StringgetTopValuesProvider()java.lang.StringgetValuesDisplayNameProvider()java.lang.StringgetValuesSortProvider()voidsetExcludedValues(java.util.List<AsExcludedFacetValue> excludedValues)voidsetFacetType(AsFacetType facetType)voidsetIndexProperty(java.lang.String indexProperty)voidsetPriority(java.lang.Integer priority)voidsetPromotedValues(java.util.List<AsPromotedFacetValue> promotedValues)voidsetTopValuesProvider(java.lang.String topValuesProvider)voidsetValuesDisplayNameProvider(java.lang.String valuesDisplayNameProvider)voidsetValuesSortProvider(java.lang.String valuesSortProvider)-
Methods inherited from class de.hybris.platform.adaptivesearch.data.AbstractAsItemConfiguration
getSearchConfigurationUid, getSearchProfileCode, setSearchConfigurationUid, setSearchProfileCode
-
Methods inherited from class de.hybris.platform.adaptivesearch.data.AbstractAsConfiguration
getCatalogVersion, getUid, setCatalogVersion, setUid
-
-
-
-
Method Detail
-
setIndexProperty
public void setIndexProperty(java.lang.String indexProperty)
-
getIndexProperty
public java.lang.String getIndexProperty()
-
setPriority
public void setPriority(java.lang.Integer priority)
-
getPriority
public java.lang.Integer getPriority()
-
setFacetType
public void setFacetType(AsFacetType facetType)
-
getFacetType
public AsFacetType getFacetType()
-
setValuesSortProvider
public void setValuesSortProvider(java.lang.String valuesSortProvider)
-
getValuesSortProvider
public java.lang.String getValuesSortProvider()
-
setValuesDisplayNameProvider
public void setValuesDisplayNameProvider(java.lang.String valuesDisplayNameProvider)
-
getValuesDisplayNameProvider
public java.lang.String getValuesDisplayNameProvider()
-
setTopValuesProvider
public void setTopValuesProvider(java.lang.String topValuesProvider)
-
getTopValuesProvider
public java.lang.String getTopValuesProvider()
-
setPromotedValues
public void setPromotedValues(java.util.List<AsPromotedFacetValue> promotedValues)
-
getPromotedValues
public java.util.List<AsPromotedFacetValue> getPromotedValues()
-
setExcludedValues
public void setExcludedValues(java.util.List<AsExcludedFacetValue> excludedValues)
-
getExcludedValues
public java.util.List<AsExcludedFacetValue> getExcludedValues()
-
-