Class GeneratedAbstractAsFacetConfiguration
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.AbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.AbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsFacetConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
AbstractAsFacetConfiguration
public abstract class GeneratedAbstractAsFacetConfiguration extends AbstractAsItemConfiguration
Generated class for typeAbstractAsFacetConfiguration
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXCLUDEDVALUES
Qualifier of theAbstractAsFacetConfiguration.excludedValues
attributeprotected static OneToManyHandler<AsExcludedFacetValue>
EXCLUDEDVALUESHANDLER
OneToManyHandler
for handling 1:n EXCLUDEDVALUES's relation attributes from 'many' side.static java.lang.String
FACETTYPE
Qualifier of theAbstractAsFacetConfiguration.facetType
attributestatic java.lang.String
INDEXPROPERTY
Qualifier of theAbstractAsFacetConfiguration.indexProperty
attributestatic java.lang.String
PRIORITY
Qualifier of theAbstractAsFacetConfiguration.priority
attributestatic java.lang.String
PROMOTEDVALUES
Qualifier of theAbstractAsFacetConfiguration.promotedValues
attributeprotected static OneToManyHandler<AsPromotedFacetValue>
PROMOTEDVALUESHANDLER
OneToManyHandler
for handling 1:n PROMOTEDVALUES's relation attributes from 'many' side.static java.lang.String
TOPVALUESPROVIDER
Qualifier of theAbstractAsFacetConfiguration.topValuesProvider
attributestatic java.lang.String
UNIQUEIDX
Qualifier of theAbstractAsFacetConfiguration.uniqueIdx
attributestatic java.lang.String
VALUESDISPLAYNAMEPROVIDER
Qualifier of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attributestatic java.lang.String
VALUESSORTPROVIDER
Qualifier of theAbstractAsFacetConfiguration.valuesSortProvider
attribute-
Fields inherited from class de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
CATALOGVERSION, UID
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedAbstractAsFacetConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToExcludedValues(AsExcludedFacetValue value)
Generated method - Addsvalue
to excludedValues.void
addToExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
Generated method - Addsvalue
to excludedValues.void
addToPromotedValues(AsPromotedFacetValue value)
Generated method - Addsvalue
to promotedValues.void
addToPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
Generated method - Addsvalue
to promotedValues.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.List<AsExcludedFacetValue>
getExcludedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.excludedValues
attribute.java.util.List<AsExcludedFacetValue>
getExcludedValues(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.excludedValues
attribute.EnumerationValue
getFacetType()
Generated method - Getter of theAbstractAsFacetConfiguration.facetType
attribute.EnumerationValue
getFacetType(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.facetType
attribute.java.lang.String
getIndexProperty()
Generated method - Getter of theAbstractAsFacetConfiguration.indexProperty
attribute.java.lang.String
getIndexProperty(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.indexProperty
attribute.java.lang.Integer
getPriority()
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.java.lang.Integer
getPriority(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.int
getPriorityAsPrimitive()
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.int
getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.java.util.List<AsPromotedFacetValue>
getPromotedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.promotedValues
attribute.java.util.List<AsPromotedFacetValue>
getPromotedValues(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.promotedValues
attribute.java.lang.String
getTopValuesProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.java.lang.String
getTopValuesProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.java.lang.String
getUniqueIdx()
Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.java.lang.String
getUniqueIdx(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.java.lang.String
getValuesDisplayNameProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.java.lang.String
getValuesDisplayNameProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.java.lang.String
getValuesSortProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.java.lang.String
getValuesSortProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.void
removeFromExcludedValues(AsExcludedFacetValue value)
Generated method - Removesvalue
from excludedValues.void
removeFromExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
Generated method - Removesvalue
from excludedValues.void
removeFromPromotedValues(AsPromotedFacetValue value)
Generated method - Removesvalue
from promotedValues.void
removeFromPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
Generated method - Removesvalue
from promotedValues.void
setExcludedValues(SessionContext ctx, java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.excludedValues
attribute.void
setExcludedValues(java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.excludedValues
attribute.void
setFacetType(EnumerationValue value)
Generated method - Setter of theAbstractAsFacetConfiguration.facetType
attribute.void
setFacetType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractAsFacetConfiguration.facetType
attribute.protected void
setIndexProperty(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.indexProperty
attribute.protected void
setIndexProperty(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.indexProperty
attribute.void
setPriority(int value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.void
setPriority(SessionContext ctx, int value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.void
setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.void
setPriority(java.lang.Integer value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.void
setPromotedValues(SessionContext ctx, java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.promotedValues
attribute.void
setPromotedValues(java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.promotedValues
attribute.void
setTopValuesProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.void
setTopValuesProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.void
setUniqueIdx(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.void
setUniqueIdx(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.void
setValuesDisplayNameProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.void
setValuesDisplayNameProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.void
setValuesSortProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.void
setValuesSortProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.-
Methods inherited from class de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
getCatalogVersion, getCatalogVersion, getUid, getUid, setCatalogVersion, setCatalogVersion, setUid, setUid
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
INDEXPROPERTY
public static final java.lang.String INDEXPROPERTY
Qualifier of theAbstractAsFacetConfiguration.indexProperty
attribute- See Also:
- Constant Field Values
-
FACETTYPE
public static final java.lang.String FACETTYPE
Qualifier of theAbstractAsFacetConfiguration.facetType
attribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theAbstractAsFacetConfiguration.priority
attribute- See Also:
- Constant Field Values
-
VALUESSORTPROVIDER
public static final java.lang.String VALUESSORTPROVIDER
Qualifier of theAbstractAsFacetConfiguration.valuesSortProvider
attribute- See Also:
- Constant Field Values
-
VALUESDISPLAYNAMEPROVIDER
public static final java.lang.String VALUESDISPLAYNAMEPROVIDER
Qualifier of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute- See Also:
- Constant Field Values
-
TOPVALUESPROVIDER
public static final java.lang.String TOPVALUESPROVIDER
Qualifier of theAbstractAsFacetConfiguration.topValuesProvider
attribute- See Also:
- Constant Field Values
-
UNIQUEIDX
public static final java.lang.String UNIQUEIDX
Qualifier of theAbstractAsFacetConfiguration.uniqueIdx
attribute- See Also:
- Constant Field Values
-
PROMOTEDVALUES
public static final java.lang.String PROMOTEDVALUES
Qualifier of theAbstractAsFacetConfiguration.promotedValues
attribute- See Also:
- Constant Field Values
-
EXCLUDEDVALUES
public static final java.lang.String EXCLUDEDVALUES
Qualifier of theAbstractAsFacetConfiguration.excludedValues
attribute- See Also:
- Constant Field Values
-
PROMOTEDVALUESHANDLER
protected static final OneToManyHandler<AsPromotedFacetValue> PROMOTEDVALUESHANDLER
OneToManyHandler
for handling 1:n PROMOTEDVALUES's relation attributes from 'many' side.
-
EXCLUDEDVALUESHANDLER
protected static final OneToManyHandler<AsExcludedFacetValue> EXCLUDEDVALUESHANDLER
OneToManyHandler
for handling 1:n EXCLUDEDVALUES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classGeneratedAbstractAsItemConfiguration
-
getExcludedValues
public java.util.List<AsExcludedFacetValue> getExcludedValues(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.excludedValues
attribute.- Returns:
- the excludedValues
-
getExcludedValues
public java.util.List<AsExcludedFacetValue> getExcludedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.excludedValues
attribute.- Returns:
- the excludedValues
-
setExcludedValues
public void setExcludedValues(SessionContext ctx, java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.excludedValues
attribute.- Parameters:
value
- the excludedValues
-
setExcludedValues
public void setExcludedValues(java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.excludedValues
attribute.- Parameters:
value
- the excludedValues
-
addToExcludedValues
public void addToExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
Generated method - Addsvalue
to excludedValues.- Parameters:
value
- the item to add to excludedValues
-
addToExcludedValues
public void addToExcludedValues(AsExcludedFacetValue value)
Generated method - Addsvalue
to excludedValues.- Parameters:
value
- the item to add to excludedValues
-
removeFromExcludedValues
public void removeFromExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
Generated method - Removesvalue
from excludedValues.- Parameters:
value
- the item to remove from excludedValues
-
removeFromExcludedValues
public void removeFromExcludedValues(AsExcludedFacetValue value)
Generated method - Removesvalue
from excludedValues.- Parameters:
value
- the item to remove from excludedValues
-
getFacetType
public EnumerationValue getFacetType(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.facetType
attribute.- Returns:
- the facetType
-
getFacetType
public EnumerationValue getFacetType()
Generated method - Getter of theAbstractAsFacetConfiguration.facetType
attribute.- Returns:
- the facetType
-
setFacetType
public void setFacetType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractAsFacetConfiguration.facetType
attribute.- Parameters:
value
- the facetType
-
setFacetType
public void setFacetType(EnumerationValue value)
Generated method - Setter of theAbstractAsFacetConfiguration.facetType
attribute.- Parameters:
value
- the facetType
-
getIndexProperty
public java.lang.String getIndexProperty(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.indexProperty
attribute.- Returns:
- the indexProperty
-
getIndexProperty
public java.lang.String getIndexProperty()
Generated method - Getter of theAbstractAsFacetConfiguration.indexProperty
attribute.- Returns:
- the indexProperty
-
setIndexProperty
protected void setIndexProperty(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.indexProperty
attribute.- Parameters:
value
- the indexProperty
-
setIndexProperty
protected void setIndexProperty(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.indexProperty
attribute.- Parameters:
value
- the indexProperty
-
getPriority
public java.lang.Integer getPriority(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.- Returns:
- the priority
-
getPriority
public java.lang.Integer getPriority()
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive()
Generated method - Getter of theAbstractAsFacetConfiguration.priority
attribute.- Returns:
- the priority
-
setPriority
public void setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(java.lang.Integer value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(SessionContext ctx, int value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(int value)
Generated method - Setter of theAbstractAsFacetConfiguration.priority
attribute.- Parameters:
value
- the priority
-
getPromotedValues
public java.util.List<AsPromotedFacetValue> getPromotedValues(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.promotedValues
attribute.- Returns:
- the promotedValues
-
getPromotedValues
public java.util.List<AsPromotedFacetValue> getPromotedValues()
Generated method - Getter of theAbstractAsFacetConfiguration.promotedValues
attribute.- Returns:
- the promotedValues
-
setPromotedValues
public void setPromotedValues(SessionContext ctx, java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.promotedValues
attribute.- Parameters:
value
- the promotedValues
-
setPromotedValues
public void setPromotedValues(java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of theAbstractAsFacetConfiguration.promotedValues
attribute.- Parameters:
value
- the promotedValues
-
addToPromotedValues
public void addToPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
Generated method - Addsvalue
to promotedValues.- Parameters:
value
- the item to add to promotedValues
-
addToPromotedValues
public void addToPromotedValues(AsPromotedFacetValue value)
Generated method - Addsvalue
to promotedValues.- Parameters:
value
- the item to add to promotedValues
-
removeFromPromotedValues
public void removeFromPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
Generated method - Removesvalue
from promotedValues.- Parameters:
value
- the item to remove from promotedValues
-
removeFromPromotedValues
public void removeFromPromotedValues(AsPromotedFacetValue value)
Generated method - Removesvalue
from promotedValues.- Parameters:
value
- the item to remove from promotedValues
-
getTopValuesProvider
public java.lang.String getTopValuesProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.- Returns:
- the topValuesProvider
-
getTopValuesProvider
public java.lang.String getTopValuesProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.- Returns:
- the topValuesProvider
-
setTopValuesProvider
public void setTopValuesProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.- Parameters:
value
- the topValuesProvider
-
setTopValuesProvider
public void setTopValuesProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.topValuesProvider
attribute.- Parameters:
value
- the topValuesProvider
-
getUniqueIdx
public java.lang.String getUniqueIdx(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.- Returns:
- the uniqueIdx
-
getUniqueIdx
public java.lang.String getUniqueIdx()
Generated method - Getter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.- Returns:
- the uniqueIdx
-
setUniqueIdx
public void setUniqueIdx(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.- Parameters:
value
- the uniqueIdx
-
setUniqueIdx
public void setUniqueIdx(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.uniqueIdx
attribute.- Parameters:
value
- the uniqueIdx
-
getValuesDisplayNameProvider
public java.lang.String getValuesDisplayNameProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.- Returns:
- the valuesDisplayNameProvider
-
getValuesDisplayNameProvider
public java.lang.String getValuesDisplayNameProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.- Returns:
- the valuesDisplayNameProvider
-
setValuesDisplayNameProvider
public void setValuesDisplayNameProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.- Parameters:
value
- the valuesDisplayNameProvider
-
setValuesDisplayNameProvider
public void setValuesDisplayNameProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesDisplayNameProvider
attribute.- Parameters:
value
- the valuesDisplayNameProvider
-
getValuesSortProvider
public java.lang.String getValuesSortProvider(SessionContext ctx)
Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.- Returns:
- the valuesSortProvider
-
getValuesSortProvider
public java.lang.String getValuesSortProvider()
Generated method - Getter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.- Returns:
- the valuesSortProvider
-
setValuesSortProvider
public void setValuesSortProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.- Parameters:
value
- the valuesSortProvider
-
setValuesSortProvider
public void setValuesSortProvider(java.lang.String value)
Generated method - Setter of theAbstractAsFacetConfiguration.valuesSortProvider
attribute.- Parameters:
value
- the valuesSortProvider
-
-