Class AbstractAsFacetConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsItemConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsFacetConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AsExcludedFacetModel,AsFacetModel,AsPromotedFacetModel
public class AbstractAsFacetConfigurationModel extends AbstractAsItemConfigurationModel
Generated model class for type AbstractAsFacetConfiguration first defined at extension adaptivesearch.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringEXCLUDEDVALUESGenerated constant - Attribute key ofAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.static java.lang.StringFACETTYPEGenerated constant - Attribute key ofAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.static java.lang.StringINDEXPROPERTYGenerated constant - Attribute key ofAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch.static java.lang.StringPRIORITYGenerated constant - Attribute key ofAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.static java.lang.StringPROMOTEDVALUESGenerated constant - Attribute key ofAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.static java.lang.StringRANGEDGenerated constant - Attribute key ofAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.static java.lang.StringRANGEINCLUDEFROMGenerated constant - Attribute key ofAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.static java.lang.StringRANGEINCLUDETOGenerated constant - Attribute key ofAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.static java.lang.StringRANGESGenerated constant - Attribute key ofAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.static java.lang.StringSORTGenerated constant - Attribute key ofAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.static java.lang.StringTOPVALUESPROVIDERGenerated constant - Attribute key ofAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.static java.lang.StringTOPVALUESSIZEGenerated constant - Attribute key ofAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.static java.lang.StringUNIQUEIDXGenerated constant - Attribute key ofAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.static java.lang.StringVALUESDISPLAYNAMEPROVIDERGenerated constant - Attribute key ofAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.static java.lang.StringVALUESSORTPROVIDERGenerated constant - Attribute key ofAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.-
Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
CATALOGVERSION, CORRUPTED, UID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AbstractAsFacetConfigurationModel()Generated constructor - Default constructor for generic creation.AbstractAsFacetConfigurationModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsFacetConfigurationModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextAbstractAsFacetConfigurationModel(java.lang.String _indexProperty, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AsExcludedFacetValueModel>getExcludedValues()Generated method - Getter of theAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.AsFacetTypegetFacetType()Generated method - Getter of theAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.java.lang.StringgetIndexProperty()Generated method - Getter of theAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch.java.lang.IntegergetPriority()Generated method - Getter of theAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.java.util.List<AsPromotedFacetValueModel>getPromotedValues()Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.java.util.List<AsFacetRangeModel>getRanges()Generated method - Getter of theAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.java.lang.StringgetSort()Generated method - Getter of theAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.java.lang.StringgetTopValuesProvider()Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.java.lang.IntegergetTopValuesSize()Generated method - Getter of theAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.java.lang.StringgetUniqueIdx()Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.java.lang.StringgetValuesDisplayNameProvider()Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.java.lang.StringgetValuesSortProvider()Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.booleanisRanged()Generated method - Getter of theAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.booleanisRangeIncludeFrom()Generated method - Getter of theAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.booleanisRangeIncludeTo()Generated method - Getter of theAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.voidsetExcludedValues(java.util.List<AsExcludedFacetValueModel> value)Generated method - Setter ofAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.voidsetFacetType(AsFacetType value)Generated method - Setter ofAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.voidsetIndexProperty(java.lang.String value)Generated method - Initial setter ofAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch.voidsetPriority(java.lang.Integer value)Generated method - Setter ofAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.voidsetPromotedValues(java.util.List<AsPromotedFacetValueModel> value)Generated method - Setter ofAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.voidsetRanged(boolean value)Generated method - Setter ofAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.voidsetRangeIncludeFrom(boolean value)Generated method - Setter ofAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.voidsetRangeIncludeTo(boolean value)Generated method - Setter ofAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.voidsetRanges(java.util.List<AsFacetRangeModel> value)Generated method - Setter ofAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.voidsetSort(java.lang.String value)Generated method - Setter ofAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.voidsetTopValuesProvider(java.lang.String value)Generated method - Setter ofAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.voidsetTopValuesSize(java.lang.Integer value)Generated method - Setter ofAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.voidsetUniqueIdx(java.lang.String value)Generated method - Setter ofAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.voidsetValuesDisplayNameProvider(java.lang.String value)Generated method - Setter ofAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.voidsetValuesSortProvider(java.lang.String value)Generated method - Setter ofAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.-
Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
getCatalogVersion, getUid, isCorrupted, setCatalogVersion, setUid
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
INDEXPROPERTY
public static final java.lang.String INDEXPROPERTY
Generated constant - Attribute key ofAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETTYPE
public static final java.lang.String FACETTYPE
Generated constant - Attribute key ofAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Generated constant - Attribute key ofAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
VALUESSORTPROVIDER
public static final java.lang.String VALUESSORTPROVIDER
Generated constant - Attribute key ofAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
VALUESDISPLAYNAMEPROVIDER
public static final java.lang.String VALUESDISPLAYNAMEPROVIDER
Generated constant - Attribute key ofAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
TOPVALUESPROVIDER
public static final java.lang.String TOPVALUESPROVIDER
Generated constant - Attribute key ofAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
TOPVALUESSIZE
public static final java.lang.String TOPVALUESSIZE
Generated constant - Attribute key ofAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
SORT
public static final java.lang.String SORT
Generated constant - Attribute key ofAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
RANGED
public static final java.lang.String RANGED
Generated constant - Attribute key ofAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
RANGEINCLUDEFROM
public static final java.lang.String RANGEINCLUDEFROM
Generated constant - Attribute key ofAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
RANGEINCLUDETO
public static final java.lang.String RANGEINCLUDETO
Generated constant - Attribute key ofAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
UNIQUEIDX
public static final java.lang.String UNIQUEIDX
Generated constant - Attribute key ofAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
PROMOTEDVALUES
public static final java.lang.String PROMOTEDVALUES
Generated constant - Attribute key ofAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
RANGES
public static final java.lang.String RANGES
Generated constant - Attribute key ofAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
EXCLUDEDVALUES
public static final java.lang.String EXCLUDEDVALUES
Generated constant - Attribute key ofAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractAsFacetConfigurationModel
public AbstractAsFacetConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
AbstractAsFacetConfigurationModel
public AbstractAsFacetConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AbstractAsFacetConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractAsFacetConfigurationModel(java.lang.String _indexProperty, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_indexProperty- initial attribute declared by typeAbstractAsFacetConfigurationat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetConfigurationat extensionadaptivesearch
-
AbstractAsFacetConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractAsFacetConfigurationModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_indexProperty- initial attribute declared by typeAbstractAsFacetConfigurationat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetConfigurationat extensionadaptivesearch
-
-
Method Detail
-
getExcludedValues
@Accessor(qualifier="excludedValues", type=GETTER) public java.util.List<AsExcludedFacetValueModel> getExcludedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the excludedValues
-
getFacetType
@Accessor(qualifier="facetType", type=GETTER) public AsFacetType getFacetType()
Generated method - Getter of theAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.- Returns:
- the facetType
-
getIndexProperty
@Accessor(qualifier="indexProperty", type=GETTER) public java.lang.String getIndexProperty()
Generated method - Getter of theAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch.- Returns:
- the indexProperty
-
getPriority
@Accessor(qualifier="priority", type=GETTER) public java.lang.Integer getPriority()
Generated method - Getter of theAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.- Returns:
- the priority
-
getPromotedValues
@Accessor(qualifier="promotedValues", type=GETTER) public java.util.List<AsPromotedFacetValueModel> getPromotedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the promotedValues
-
getRanges
@Accessor(qualifier="ranges", type=GETTER) public java.util.List<AsFacetRangeModel> getRanges()
Generated method - Getter of theAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the ranges
-
getSort
@Accessor(qualifier="sort", type=GETTER) public java.lang.String getSort()
Generated method - Getter of theAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.- Returns:
- the sort
-
getTopValuesProvider
@Accessor(qualifier="topValuesProvider", type=GETTER) public java.lang.String getTopValuesProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.- Returns:
- the topValuesProvider
-
getTopValuesSize
@Accessor(qualifier="topValuesSize", type=GETTER) public java.lang.Integer getTopValuesSize()
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.- Returns:
- the topValuesSize
-
getUniqueIdx
@Accessor(qualifier="uniqueIdx", type=GETTER) public java.lang.String getUniqueIdx()
Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.- Returns:
- the uniqueIdx
-
getValuesDisplayNameProvider
@Accessor(qualifier="valuesDisplayNameProvider", type=GETTER) public java.lang.String getValuesDisplayNameProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.- Returns:
- the valuesDisplayNameProvider
-
getValuesSortProvider
@Accessor(qualifier="valuesSortProvider", type=GETTER) public java.lang.String getValuesSortProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.- Returns:
- the valuesSortProvider
-
isRanged
@Accessor(qualifier="ranged", type=GETTER) public boolean isRanged()
Generated method - Getter of theAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.- Returns:
- the ranged
-
isRangeIncludeFrom
@Accessor(qualifier="rangeIncludeFrom", type=GETTER) public boolean isRangeIncludeFrom()
Generated method - Getter of theAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.- Returns:
- the rangeIncludeFrom
-
isRangeIncludeTo
@Accessor(qualifier="rangeIncludeTo", type=GETTER) public boolean isRangeIncludeTo()
Generated method - Getter of theAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.- Returns:
- the rangeIncludeTo
-
setExcludedValues
@Accessor(qualifier="excludedValues", type=SETTER) public void setExcludedValues(java.util.List<AsExcludedFacetValueModel> value)
Generated method - Setter ofAbstractAsFacetConfiguration.excludedValuesattribute defined at extensionadaptivesearch.- Parameters:
value- the excludedValues
-
setFacetType
@Accessor(qualifier="facetType", type=SETTER) public void setFacetType(AsFacetType value)
Generated method - Setter ofAbstractAsFacetConfiguration.facetTypeattribute defined at extensionadaptivesearch.- Parameters:
value- the facetType
-
setIndexProperty
@Accessor(qualifier="indexProperty", type=SETTER) public void setIndexProperty(java.lang.String value)
Generated method - Initial setter ofAbstractAsFacetConfiguration.indexPropertyattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the indexProperty
-
setPriority
@Accessor(qualifier="priority", type=SETTER) public void setPriority(java.lang.Integer value)
Generated method - Setter ofAbstractAsFacetConfiguration.priorityattribute defined at extensionadaptivesearch.- Parameters:
value- the priority
-
setPromotedValues
@Accessor(qualifier="promotedValues", type=SETTER) public void setPromotedValues(java.util.List<AsPromotedFacetValueModel> value)
Generated method - Setter ofAbstractAsFacetConfiguration.promotedValuesattribute defined at extensionadaptivesearch.- Parameters:
value- the promotedValues
-
setRanged
@Accessor(qualifier="ranged", type=SETTER) public void setRanged(boolean value)
Generated method - Setter ofAbstractAsFacetConfiguration.rangedattribute defined at extensionadaptivesearch.- Parameters:
value- the ranged
-
setRangeIncludeFrom
@Accessor(qualifier="rangeIncludeFrom", type=SETTER) public void setRangeIncludeFrom(boolean value)
Generated method - Setter ofAbstractAsFacetConfiguration.rangeIncludeFromattribute defined at extensionadaptivesearch.- Parameters:
value- the rangeIncludeFrom
-
setRangeIncludeTo
@Accessor(qualifier="rangeIncludeTo", type=SETTER) public void setRangeIncludeTo(boolean value)
Generated method - Setter ofAbstractAsFacetConfiguration.rangeIncludeToattribute defined at extensionadaptivesearch.- Parameters:
value- the rangeIncludeTo
-
setRanges
@Accessor(qualifier="ranges", type=SETTER) public void setRanges(java.util.List<AsFacetRangeModel> value)
Generated method - Setter ofAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.- Parameters:
value- the ranges
-
setSort
@Accessor(qualifier="sort", type=SETTER) public void setSort(java.lang.String value)
Generated method - Setter ofAbstractAsFacetConfiguration.sortattribute defined at extensionadaptivesearch.- Parameters:
value- the sort
-
setTopValuesProvider
@Accessor(qualifier="topValuesProvider", type=SETTER) public void setTopValuesProvider(java.lang.String value)
Generated method - Setter ofAbstractAsFacetConfiguration.topValuesProviderattribute defined at extensionadaptivesearch.- Parameters:
value- the topValuesProvider
-
setTopValuesSize
@Accessor(qualifier="topValuesSize", type=SETTER) public void setTopValuesSize(java.lang.Integer value)
Generated method - Setter ofAbstractAsFacetConfiguration.topValuesSizeattribute defined at extensionadaptivesearch.- Parameters:
value- the topValuesSize
-
setUniqueIdx
@Accessor(qualifier="uniqueIdx", type=SETTER) public void setUniqueIdx(java.lang.String value)
Generated method - Setter ofAbstractAsFacetConfiguration.uniqueIdxattribute defined at extensionadaptivesearch.- Parameters:
value- the uniqueIdx
-
setValuesDisplayNameProvider
@Accessor(qualifier="valuesDisplayNameProvider", type=SETTER) public void setValuesDisplayNameProvider(java.lang.String value)
Generated method - Setter ofAbstractAsFacetConfiguration.valuesDisplayNameProviderattribute defined at extensionadaptivesearch.- Parameters:
value- the valuesDisplayNameProvider
-
setValuesSortProvider
@Accessor(qualifier="valuesSortProvider", type=SETTER) public void setValuesSortProvider(java.lang.String value)
Generated method - Setter ofAbstractAsFacetConfiguration.valuesSortProviderattribute defined at extensionadaptivesearch.- Parameters:
value- the valuesSortProvider
-
-