public abstract class GeneratedAbstractAsConfigurableSearchConfiguration extends AbstractAsSearchConfiguration
AbstractAsConfigurableSearchConfiguration.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOOSTITEMSMERGEMODE
Qualifier of the
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute |
static java.lang.String |
BOOSTRULES
Qualifier of the
AbstractAsConfigurableSearchConfiguration.boostRules attribute |
protected static OneToManyHandler<AsBoostRule> |
BOOSTRULESHANDLER
OneToManyHandler for handling 1:n BOOSTRULES's relation attributes from 'many' side. |
static java.lang.String |
BOOSTRULESMERGEMODE
Qualifier of the
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
EXCLUDEDFACETS
Qualifier of the
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute |
protected static OneToManyHandler<AsExcludedFacet> |
EXCLUDEDFACETSHANDLER
OneToManyHandler for handling 1:n EXCLUDEDFACETS's relation attributes from 'many' side. |
static java.lang.String |
EXCLUDEDITEMS
Qualifier of the
AbstractAsConfigurableSearchConfiguration.excludedItems attribute |
protected static OneToManyHandler<AsExcludedItem> |
EXCLUDEDITEMSHANDLER
OneToManyHandler for handling 1:n EXCLUDEDITEMS's relation attributes from 'many' side. |
static java.lang.String |
FACETS
Qualifier of the
AbstractAsConfigurableSearchConfiguration.facets attribute |
protected static OneToManyHandler<AsFacet> |
FACETSHANDLER
OneToManyHandler for handling 1:n FACETS's relation attributes from 'many' side. |
static java.lang.String |
FACETSMERGEMODE
Qualifier of the
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute |
static java.lang.String |
PROMOTEDFACETS
Qualifier of the
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute |
protected static OneToManyHandler<AsPromotedFacet> |
PROMOTEDFACETSHANDLER
OneToManyHandler for handling 1:n PROMOTEDFACETS's relation attributes from 'many' side. |
static java.lang.String |
PROMOTEDITEMS
Qualifier of the
AbstractAsConfigurableSearchConfiguration.promotedItems attribute |
protected static OneToManyHandler<AsPromotedItem> |
PROMOTEDITEMSHANDLER
OneToManyHandler for handling 1:n PROMOTEDITEMS's relation attributes from 'many' side. |
CATALOGVERSION, UID, UNIQUEIDXLANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedAbstractAsConfigurableSearchConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBoostRules(AsBoostRule value)
Generated method - Adds
value to boostRules. |
void |
addToBoostRules(SessionContext ctx,
AsBoostRule value)
Generated method - Adds
value to boostRules. |
void |
addToExcludedFacets(AsExcludedFacet value)
Generated method - Adds
value to excludedFacets. |
void |
addToExcludedFacets(SessionContext ctx,
AsExcludedFacet value)
Generated method - Adds
value to excludedFacets. |
void |
addToExcludedItems(AsExcludedItem value)
Generated method - Adds
value to excludedItems. |
void |
addToExcludedItems(SessionContext ctx,
AsExcludedItem value)
Generated method - Adds
value to excludedItems. |
void |
addToFacets(AsFacet value)
Generated method - Adds
value to facets. |
void |
addToFacets(SessionContext ctx,
AsFacet value)
Generated method - Adds
value to facets. |
void |
addToPromotedFacets(AsPromotedFacet value)
Generated method - Adds
value to promotedFacets. |
void |
addToPromotedFacets(SessionContext ctx,
AsPromotedFacet value)
Generated method - Adds
value to promotedFacets. |
void |
addToPromotedItems(AsPromotedItem value)
Generated method - Adds
value to promotedItems. |
void |
addToPromotedItems(SessionContext ctx,
AsPromotedItem value)
Generated method - Adds
value to promotedItems. |
EnumerationValue |
getBoostItemsMergeMode()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute. |
EnumerationValue |
getBoostItemsMergeMode(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute. |
java.util.List<AsBoostRule> |
getBoostRules()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostRules attribute. |
java.util.List<AsBoostRule> |
getBoostRules(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostRules attribute. |
EnumerationValue |
getBoostRulesMergeMode()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute. |
EnumerationValue |
getBoostRulesMergeMode(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.List<AsExcludedFacet> |
getExcludedFacets()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute. |
java.util.List<AsExcludedFacet> |
getExcludedFacets(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute. |
java.util.List<AsExcludedItem> |
getExcludedItems()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.excludedItems attribute. |
java.util.List<AsExcludedItem> |
getExcludedItems(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.excludedItems attribute. |
java.util.List<AsFacet> |
getFacets()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.facets attribute. |
java.util.List<AsFacet> |
getFacets(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.facets attribute. |
EnumerationValue |
getFacetsMergeMode()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute. |
EnumerationValue |
getFacetsMergeMode(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute. |
java.util.List<AsPromotedFacet> |
getPromotedFacets()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute. |
java.util.List<AsPromotedFacet> |
getPromotedFacets(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute. |
java.util.List<AsPromotedItem> |
getPromotedItems()
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.promotedItems attribute. |
java.util.List<AsPromotedItem> |
getPromotedItems(SessionContext ctx)
Generated method - Getter of the
AbstractAsConfigurableSearchConfiguration.promotedItems attribute. |
void |
removeFromBoostRules(AsBoostRule value)
Generated method - Removes
value from boostRules. |
void |
removeFromBoostRules(SessionContext ctx,
AsBoostRule value)
Generated method - Removes
value from boostRules. |
void |
removeFromExcludedFacets(AsExcludedFacet value)
Generated method - Removes
value from excludedFacets. |
void |
removeFromExcludedFacets(SessionContext ctx,
AsExcludedFacet value)
Generated method - Removes
value from excludedFacets. |
void |
removeFromExcludedItems(AsExcludedItem value)
Generated method - Removes
value from excludedItems. |
void |
removeFromExcludedItems(SessionContext ctx,
AsExcludedItem value)
Generated method - Removes
value from excludedItems. |
void |
removeFromFacets(AsFacet value)
Generated method - Removes
value from facets. |
void |
removeFromFacets(SessionContext ctx,
AsFacet value)
Generated method - Removes
value from facets. |
void |
removeFromPromotedFacets(AsPromotedFacet value)
Generated method - Removes
value from promotedFacets. |
void |
removeFromPromotedFacets(SessionContext ctx,
AsPromotedFacet value)
Generated method - Removes
value from promotedFacets. |
void |
removeFromPromotedItems(AsPromotedItem value)
Generated method - Removes
value from promotedItems. |
void |
removeFromPromotedItems(SessionContext ctx,
AsPromotedItem value)
Generated method - Removes
value from promotedItems. |
void |
setBoostItemsMergeMode(EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute. |
void |
setBoostItemsMergeMode(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute. |
void |
setBoostRules(java.util.List<AsBoostRule> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostRules attribute. |
void |
setBoostRules(SessionContext ctx,
java.util.List<AsBoostRule> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostRules attribute. |
void |
setBoostRulesMergeMode(EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute. |
void |
setBoostRulesMergeMode(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute. |
void |
setExcludedFacets(java.util.List<AsExcludedFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute. |
void |
setExcludedFacets(SessionContext ctx,
java.util.List<AsExcludedFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute. |
void |
setExcludedItems(java.util.List<AsExcludedItem> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.excludedItems attribute. |
void |
setExcludedItems(SessionContext ctx,
java.util.List<AsExcludedItem> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.excludedItems attribute. |
void |
setFacets(java.util.List<AsFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.facets attribute. |
void |
setFacets(SessionContext ctx,
java.util.List<AsFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.facets attribute. |
void |
setFacetsMergeMode(EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute. |
void |
setFacetsMergeMode(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute. |
void |
setPromotedFacets(java.util.List<AsPromotedFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute. |
void |
setPromotedFacets(SessionContext ctx,
java.util.List<AsPromotedFacet> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute. |
void |
setPromotedItems(java.util.List<AsPromotedItem> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.promotedItems attribute. |
void |
setPromotedItems(SessionContext ctx,
java.util.List<AsPromotedItem> value)
Generated method - Setter of the
AbstractAsConfigurableSearchConfiguration.promotedItems attribute. |
getCatalogVersion, getCatalogVersion, getUid, getUid, getUniqueIdx, getUniqueIdx, setCatalogVersion, setCatalogVersion, setUid, setUid, setUniqueIdx, setUniqueIdxcreateItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final java.lang.String FACETSMERGEMODE
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attributepublic static final java.lang.String BOOSTITEMSMERGEMODE
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attributepublic static final java.lang.String BOOSTRULESMERGEMODE
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attributepublic static final java.lang.String PROMOTEDFACETS
AbstractAsConfigurableSearchConfiguration.promotedFacets attributepublic static final java.lang.String FACETS
AbstractAsConfigurableSearchConfiguration.facets attributepublic static final java.lang.String EXCLUDEDFACETS
AbstractAsConfigurableSearchConfiguration.excludedFacets attributepublic static final java.lang.String PROMOTEDITEMS
AbstractAsConfigurableSearchConfiguration.promotedItems attributepublic static final java.lang.String EXCLUDEDITEMS
AbstractAsConfigurableSearchConfiguration.excludedItems attributepublic static final java.lang.String BOOSTRULES
AbstractAsConfigurableSearchConfiguration.boostRules attributeprotected static final OneToManyHandler<AsPromotedFacet> PROMOTEDFACETSHANDLER
OneToManyHandler for handling 1:n PROMOTEDFACETS's relation attributes from 'many' side.protected static final OneToManyHandler<AsFacet> FACETSHANDLER
OneToManyHandler for handling 1:n FACETS's relation attributes from 'many' side.protected static final OneToManyHandler<AsExcludedFacet> EXCLUDEDFACETSHANDLER
OneToManyHandler for handling 1:n EXCLUDEDFACETS's relation attributes from 'many' side.protected static final OneToManyHandler<AsPromotedItem> PROMOTEDITEMSHANDLER
OneToManyHandler for handling 1:n PROMOTEDITEMS's relation attributes from 'many' side.protected static final OneToManyHandler<AsExcludedItem> EXCLUDEDITEMSHANDLER
OneToManyHandler for handling 1:n EXCLUDEDITEMS's relation attributes from 'many' side.protected static final OneToManyHandler<AsBoostRule> BOOSTRULESHANDLER
OneToManyHandler for handling 1:n BOOSTRULES's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
public GeneratedAbstractAsConfigurableSearchConfiguration()
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedAbstractAsSearchConfigurationpublic EnumerationValue getBoostItemsMergeMode(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.public EnumerationValue getBoostItemsMergeMode()
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.public void setBoostItemsMergeMode(SessionContext ctx, EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.value - the boostItemsMergeModepublic void setBoostItemsMergeMode(EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.value - the boostItemsMergeModepublic java.util.List<AsBoostRule> getBoostRules(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.boostRules attribute.public java.util.List<AsBoostRule> getBoostRules()
AbstractAsConfigurableSearchConfiguration.boostRules attribute.public void setBoostRules(SessionContext ctx, java.util.List<AsBoostRule> value)
AbstractAsConfigurableSearchConfiguration.boostRules attribute.value - the boostRulespublic void setBoostRules(java.util.List<AsBoostRule> value)
AbstractAsConfigurableSearchConfiguration.boostRules attribute.value - the boostRulespublic void addToBoostRules(SessionContext ctx, AsBoostRule value)
value to boostRules.value - the item to add to boostRulespublic void addToBoostRules(AsBoostRule value)
value to boostRules.value - the item to add to boostRulespublic void removeFromBoostRules(SessionContext ctx, AsBoostRule value)
value from boostRules.value - the item to remove from boostRulespublic void removeFromBoostRules(AsBoostRule value)
value from boostRules.value - the item to remove from boostRulespublic EnumerationValue getBoostRulesMergeMode(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.public EnumerationValue getBoostRulesMergeMode()
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.public void setBoostRulesMergeMode(SessionContext ctx, EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.value - the boostRulesMergeModepublic void setBoostRulesMergeMode(EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.value - the boostRulesMergeModepublic java.util.List<AsExcludedFacet> getExcludedFacets(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.public java.util.List<AsExcludedFacet> getExcludedFacets()
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.public void setExcludedFacets(SessionContext ctx, java.util.List<AsExcludedFacet> value)
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.value - the excludedFacetspublic void setExcludedFacets(java.util.List<AsExcludedFacet> value)
AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.value - the excludedFacetspublic void addToExcludedFacets(SessionContext ctx, AsExcludedFacet value)
value to excludedFacets.value - the item to add to excludedFacetspublic void addToExcludedFacets(AsExcludedFacet value)
value to excludedFacets.value - the item to add to excludedFacetspublic void removeFromExcludedFacets(SessionContext ctx, AsExcludedFacet value)
value from excludedFacets.value - the item to remove from excludedFacetspublic void removeFromExcludedFacets(AsExcludedFacet value)
value from excludedFacets.value - the item to remove from excludedFacetspublic java.util.List<AsExcludedItem> getExcludedItems(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.excludedItems attribute.public java.util.List<AsExcludedItem> getExcludedItems()
AbstractAsConfigurableSearchConfiguration.excludedItems attribute.public void setExcludedItems(SessionContext ctx, java.util.List<AsExcludedItem> value)
AbstractAsConfigurableSearchConfiguration.excludedItems attribute.value - the excludedItemspublic void setExcludedItems(java.util.List<AsExcludedItem> value)
AbstractAsConfigurableSearchConfiguration.excludedItems attribute.value - the excludedItemspublic void addToExcludedItems(SessionContext ctx, AsExcludedItem value)
value to excludedItems.value - the item to add to excludedItemspublic void addToExcludedItems(AsExcludedItem value)
value to excludedItems.value - the item to add to excludedItemspublic void removeFromExcludedItems(SessionContext ctx, AsExcludedItem value)
value from excludedItems.value - the item to remove from excludedItemspublic void removeFromExcludedItems(AsExcludedItem value)
value from excludedItems.value - the item to remove from excludedItemspublic java.util.List<AsFacet> getFacets(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.facets attribute.public java.util.List<AsFacet> getFacets()
AbstractAsConfigurableSearchConfiguration.facets attribute.public void setFacets(SessionContext ctx, java.util.List<AsFacet> value)
AbstractAsConfigurableSearchConfiguration.facets attribute.value - the facetspublic void setFacets(java.util.List<AsFacet> value)
AbstractAsConfigurableSearchConfiguration.facets attribute.value - the facetspublic void addToFacets(SessionContext ctx, AsFacet value)
value to facets.value - the item to add to facetspublic void addToFacets(AsFacet value)
value to facets.value - the item to add to facetspublic void removeFromFacets(SessionContext ctx, AsFacet value)
value from facets.value - the item to remove from facetspublic void removeFromFacets(AsFacet value)
value from facets.value - the item to remove from facetspublic EnumerationValue getFacetsMergeMode(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.public EnumerationValue getFacetsMergeMode()
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.public void setFacetsMergeMode(SessionContext ctx, EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.value - the facetsMergeModepublic void setFacetsMergeMode(EnumerationValue value)
AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.value - the facetsMergeModepublic java.util.List<AsPromotedFacet> getPromotedFacets(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.public java.util.List<AsPromotedFacet> getPromotedFacets()
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.public void setPromotedFacets(SessionContext ctx, java.util.List<AsPromotedFacet> value)
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.value - the promotedFacetspublic void setPromotedFacets(java.util.List<AsPromotedFacet> value)
AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.value - the promotedFacetspublic void addToPromotedFacets(SessionContext ctx, AsPromotedFacet value)
value to promotedFacets.value - the item to add to promotedFacetspublic void addToPromotedFacets(AsPromotedFacet value)
value to promotedFacets.value - the item to add to promotedFacetspublic void removeFromPromotedFacets(SessionContext ctx, AsPromotedFacet value)
value from promotedFacets.value - the item to remove from promotedFacetspublic void removeFromPromotedFacets(AsPromotedFacet value)
value from promotedFacets.value - the item to remove from promotedFacetspublic java.util.List<AsPromotedItem> getPromotedItems(SessionContext ctx)
AbstractAsConfigurableSearchConfiguration.promotedItems attribute.public java.util.List<AsPromotedItem> getPromotedItems()
AbstractAsConfigurableSearchConfiguration.promotedItems attribute.public void setPromotedItems(SessionContext ctx, java.util.List<AsPromotedItem> value)
AbstractAsConfigurableSearchConfiguration.promotedItems attribute.value - the promotedItemspublic void setPromotedItems(java.util.List<AsPromotedItem> value)
AbstractAsConfigurableSearchConfiguration.promotedItems attribute.value - the promotedItemspublic void addToPromotedItems(SessionContext ctx, AsPromotedItem value)
value to promotedItems.value - the item to add to promotedItemspublic void addToPromotedItems(AsPromotedItem value)
value to promotedItems.value - the item to add to promotedItemspublic void removeFromPromotedItems(SessionContext ctx, AsPromotedItem value)
value from promotedItems.value - the item to remove from promotedItemspublic void removeFromPromotedItems(AsPromotedItem value)
value from promotedItems.value - the item to remove from promotedItemsCopyright © 2017 SAP SE. All Rights Reserved.