public abstract class GeneratedAbstractAsFacetConfiguration extends AbstractAsItemConfiguration
AbstractAsFacetConfiguration.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 |
|---|---|
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
EXCLUDEDVALUES
Qualifier of the
AbstractAsFacetConfiguration.excludedValues attribute |
protected static OneToManyHandler<AsExcludedFacetValue> |
EXCLUDEDVALUESHANDLER
OneToManyHandler for handling 1:n EXCLUDEDVALUES's relation attributes from 'many' side. |
static java.lang.String |
FACETTYPE
Qualifier of the
AbstractAsFacetConfiguration.facetType attribute |
static java.lang.String |
INDEXPROPERTY
Qualifier of the
AbstractAsFacetConfiguration.indexProperty attribute |
static java.lang.String |
PRIORITY
Qualifier of the
AbstractAsFacetConfiguration.priority attribute |
static java.lang.String |
PROMOTEDVALUES
Qualifier of the
AbstractAsFacetConfiguration.promotedValues attribute |
protected static OneToManyHandler<AsPromotedFacetValue> |
PROMOTEDVALUESHANDLER
OneToManyHandler for handling 1:n PROMOTEDVALUES's relation attributes from 'many' side. |
static java.lang.String |
TOPVALUESPROVIDER
Qualifier of the
AbstractAsFacetConfiguration.topValuesProvider attribute |
static java.lang.String |
UNIQUEIDX
Qualifier of the
AbstractAsFacetConfiguration.uniqueIdx attribute |
static java.lang.String |
VALUESDISPLAYNAMEPROVIDER
Qualifier of the
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute |
static java.lang.String |
VALUESSORTPROVIDER
Qualifier of the
AbstractAsFacetConfiguration.valuesSortProvider attribute |
CATALOGVERSION, UIDLANGUAGE_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 |
|---|
GeneratedAbstractAsFacetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToExcludedValues(AsExcludedFacetValue value)
Generated method - Adds
value to excludedValues. |
void |
addToExcludedValues(SessionContext ctx,
AsExcludedFacetValue value)
Generated method - Adds
value to excludedValues. |
void |
addToPromotedValues(AsPromotedFacetValue value)
Generated method - Adds
value to promotedValues. |
void |
addToPromotedValues(SessionContext ctx,
AsPromotedFacetValue value)
Generated method - Adds
value to promotedValues. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.List<AsExcludedFacetValue> |
getExcludedValues()
Generated method - Getter of the
AbstractAsFacetConfiguration.excludedValues attribute. |
java.util.List<AsExcludedFacetValue> |
getExcludedValues(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.excludedValues attribute. |
EnumerationValue |
getFacetType()
Generated method - Getter of the
AbstractAsFacetConfiguration.facetType attribute. |
EnumerationValue |
getFacetType(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.facetType attribute. |
java.lang.String |
getIndexProperty()
Generated method - Getter of the
AbstractAsFacetConfiguration.indexProperty attribute. |
java.lang.String |
getIndexProperty(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.indexProperty attribute. |
java.lang.Integer |
getPriority()
Generated method - Getter of the
AbstractAsFacetConfiguration.priority attribute. |
java.lang.Integer |
getPriority(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.priority attribute. |
int |
getPriorityAsPrimitive()
Generated method - Getter of the
AbstractAsFacetConfiguration.priority attribute. |
int |
getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.priority attribute. |
java.util.List<AsPromotedFacetValue> |
getPromotedValues()
Generated method - Getter of the
AbstractAsFacetConfiguration.promotedValues attribute. |
java.util.List<AsPromotedFacetValue> |
getPromotedValues(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.promotedValues attribute. |
java.lang.String |
getTopValuesProvider()
Generated method - Getter of the
AbstractAsFacetConfiguration.topValuesProvider attribute. |
java.lang.String |
getTopValuesProvider(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.topValuesProvider attribute. |
java.lang.String |
getUniqueIdx()
Generated method - Getter of the
AbstractAsFacetConfiguration.uniqueIdx attribute. |
java.lang.String |
getUniqueIdx(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.uniqueIdx attribute. |
java.lang.String |
getValuesDisplayNameProvider()
Generated method - Getter of the
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute. |
java.lang.String |
getValuesDisplayNameProvider(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute. |
java.lang.String |
getValuesSortProvider()
Generated method - Getter of the
AbstractAsFacetConfiguration.valuesSortProvider attribute. |
java.lang.String |
getValuesSortProvider(SessionContext ctx)
Generated method - Getter of the
AbstractAsFacetConfiguration.valuesSortProvider attribute. |
void |
removeFromExcludedValues(AsExcludedFacetValue value)
Generated method - Removes
value from excludedValues. |
void |
removeFromExcludedValues(SessionContext ctx,
AsExcludedFacetValue value)
Generated method - Removes
value from excludedValues. |
void |
removeFromPromotedValues(AsPromotedFacetValue value)
Generated method - Removes
value from promotedValues. |
void |
removeFromPromotedValues(SessionContext ctx,
AsPromotedFacetValue value)
Generated method - Removes
value from promotedValues. |
void |
setExcludedValues(java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of the
AbstractAsFacetConfiguration.excludedValues attribute. |
void |
setExcludedValues(SessionContext ctx,
java.util.List<AsExcludedFacetValue> value)
Generated method - Setter of the
AbstractAsFacetConfiguration.excludedValues attribute. |
void |
setFacetType(EnumerationValue value)
Generated method - Setter of the
AbstractAsFacetConfiguration.facetType attribute. |
void |
setFacetType(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractAsFacetConfiguration.facetType attribute. |
protected void |
setIndexProperty(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.indexProperty attribute. |
protected void |
setIndexProperty(java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.indexProperty attribute. |
void |
setPriority(int value)
Generated method - Setter of the
AbstractAsFacetConfiguration.priority attribute. |
void |
setPriority(java.lang.Integer value)
Generated method - Setter of the
AbstractAsFacetConfiguration.priority attribute. |
void |
setPriority(SessionContext ctx,
int value)
Generated method - Setter of the
AbstractAsFacetConfiguration.priority attribute. |
void |
setPriority(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
AbstractAsFacetConfiguration.priority attribute. |
void |
setPromotedValues(java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of the
AbstractAsFacetConfiguration.promotedValues attribute. |
void |
setPromotedValues(SessionContext ctx,
java.util.List<AsPromotedFacetValue> value)
Generated method - Setter of the
AbstractAsFacetConfiguration.promotedValues attribute. |
void |
setTopValuesProvider(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.topValuesProvider attribute. |
void |
setTopValuesProvider(java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.topValuesProvider attribute. |
void |
setUniqueIdx(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.uniqueIdx attribute. |
void |
setUniqueIdx(java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.uniqueIdx attribute. |
void |
setValuesDisplayNameProvider(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute. |
void |
setValuesDisplayNameProvider(java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute. |
void |
setValuesSortProvider(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.valuesSortProvider attribute. |
void |
setValuesSortProvider(java.lang.String value)
Generated method - Setter of the
AbstractAsFacetConfiguration.valuesSortProvider attribute. |
getCatalogVersion, getCatalogVersion, getUid, getUid, setCatalogVersion, setCatalogVersion, setUid, setUidcreateItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, 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, 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, writeReplacesetTenantpublic static final java.lang.String INDEXPROPERTY
AbstractAsFacetConfiguration.indexProperty attributepublic static final java.lang.String FACETTYPE
AbstractAsFacetConfiguration.facetType attributepublic static final java.lang.String PRIORITY
AbstractAsFacetConfiguration.priority attributepublic static final java.lang.String VALUESSORTPROVIDER
AbstractAsFacetConfiguration.valuesSortProvider attributepublic static final java.lang.String VALUESDISPLAYNAMEPROVIDER
AbstractAsFacetConfiguration.valuesDisplayNameProvider attributepublic static final java.lang.String TOPVALUESPROVIDER
AbstractAsFacetConfiguration.topValuesProvider attributepublic static final java.lang.String UNIQUEIDX
AbstractAsFacetConfiguration.uniqueIdx attributepublic static final java.lang.String PROMOTEDVALUES
AbstractAsFacetConfiguration.promotedValues attributepublic static final java.lang.String EXCLUDEDVALUES
AbstractAsFacetConfiguration.excludedValues attributeprotected static final OneToManyHandler<AsPromotedFacetValue> PROMOTEDVALUESHANDLER
OneToManyHandler for handling 1:n PROMOTEDVALUES's relation attributes from 'many' side.protected static final OneToManyHandler<AsExcludedFacetValue> EXCLUDEDVALUESHANDLER
OneToManyHandler for handling 1:n EXCLUDEDVALUES's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
public GeneratedAbstractAsFacetConfiguration()
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedAbstractAsItemConfigurationpublic java.util.List<AsExcludedFacetValue> getExcludedValues(SessionContext ctx)
AbstractAsFacetConfiguration.excludedValues attribute.public java.util.List<AsExcludedFacetValue> getExcludedValues()
AbstractAsFacetConfiguration.excludedValues attribute.public void setExcludedValues(SessionContext ctx, java.util.List<AsExcludedFacetValue> value)
AbstractAsFacetConfiguration.excludedValues attribute.value - the excludedValuespublic void setExcludedValues(java.util.List<AsExcludedFacetValue> value)
AbstractAsFacetConfiguration.excludedValues attribute.value - the excludedValuespublic void addToExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
value to excludedValues.value - the item to add to excludedValuespublic void addToExcludedValues(AsExcludedFacetValue value)
value to excludedValues.value - the item to add to excludedValuespublic void removeFromExcludedValues(SessionContext ctx, AsExcludedFacetValue value)
value from excludedValues.value - the item to remove from excludedValuespublic void removeFromExcludedValues(AsExcludedFacetValue value)
value from excludedValues.value - the item to remove from excludedValuespublic EnumerationValue getFacetType(SessionContext ctx)
AbstractAsFacetConfiguration.facetType attribute.public EnumerationValue getFacetType()
AbstractAsFacetConfiguration.facetType attribute.public void setFacetType(SessionContext ctx, EnumerationValue value)
AbstractAsFacetConfiguration.facetType attribute.value - the facetTypepublic void setFacetType(EnumerationValue value)
AbstractAsFacetConfiguration.facetType attribute.value - the facetTypepublic java.lang.String getIndexProperty(SessionContext ctx)
AbstractAsFacetConfiguration.indexProperty attribute.public java.lang.String getIndexProperty()
AbstractAsFacetConfiguration.indexProperty attribute.protected void setIndexProperty(SessionContext ctx, java.lang.String value)
AbstractAsFacetConfiguration.indexProperty attribute.value - the indexPropertyprotected void setIndexProperty(java.lang.String value)
AbstractAsFacetConfiguration.indexProperty attribute.value - the indexPropertypublic java.lang.Integer getPriority(SessionContext ctx)
AbstractAsFacetConfiguration.priority attribute.public java.lang.Integer getPriority()
AbstractAsFacetConfiguration.priority attribute.public int getPriorityAsPrimitive(SessionContext ctx)
AbstractAsFacetConfiguration.priority attribute.public int getPriorityAsPrimitive()
AbstractAsFacetConfiguration.priority attribute.public void setPriority(SessionContext ctx, java.lang.Integer value)
AbstractAsFacetConfiguration.priority attribute.value - the prioritypublic void setPriority(java.lang.Integer value)
AbstractAsFacetConfiguration.priority attribute.value - the prioritypublic void setPriority(SessionContext ctx, int value)
AbstractAsFacetConfiguration.priority attribute.value - the prioritypublic void setPriority(int value)
AbstractAsFacetConfiguration.priority attribute.value - the prioritypublic java.util.List<AsPromotedFacetValue> getPromotedValues(SessionContext ctx)
AbstractAsFacetConfiguration.promotedValues attribute.public java.util.List<AsPromotedFacetValue> getPromotedValues()
AbstractAsFacetConfiguration.promotedValues attribute.public void setPromotedValues(SessionContext ctx, java.util.List<AsPromotedFacetValue> value)
AbstractAsFacetConfiguration.promotedValues attribute.value - the promotedValuespublic void setPromotedValues(java.util.List<AsPromotedFacetValue> value)
AbstractAsFacetConfiguration.promotedValues attribute.value - the promotedValuespublic void addToPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
value to promotedValues.value - the item to add to promotedValuespublic void addToPromotedValues(AsPromotedFacetValue value)
value to promotedValues.value - the item to add to promotedValuespublic void removeFromPromotedValues(SessionContext ctx, AsPromotedFacetValue value)
value from promotedValues.value - the item to remove from promotedValuespublic void removeFromPromotedValues(AsPromotedFacetValue value)
value from promotedValues.value - the item to remove from promotedValuespublic java.lang.String getTopValuesProvider(SessionContext ctx)
AbstractAsFacetConfiguration.topValuesProvider attribute.public java.lang.String getTopValuesProvider()
AbstractAsFacetConfiguration.topValuesProvider attribute.public void setTopValuesProvider(SessionContext ctx, java.lang.String value)
AbstractAsFacetConfiguration.topValuesProvider attribute.value - the topValuesProviderpublic void setTopValuesProvider(java.lang.String value)
AbstractAsFacetConfiguration.topValuesProvider attribute.value - the topValuesProviderpublic java.lang.String getUniqueIdx(SessionContext ctx)
AbstractAsFacetConfiguration.uniqueIdx attribute.public java.lang.String getUniqueIdx()
AbstractAsFacetConfiguration.uniqueIdx attribute.public void setUniqueIdx(SessionContext ctx, java.lang.String value)
AbstractAsFacetConfiguration.uniqueIdx attribute.value - the uniqueIdxpublic void setUniqueIdx(java.lang.String value)
AbstractAsFacetConfiguration.uniqueIdx attribute.value - the uniqueIdxpublic java.lang.String getValuesDisplayNameProvider(SessionContext ctx)
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.public java.lang.String getValuesDisplayNameProvider()
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.public void setValuesDisplayNameProvider(SessionContext ctx, java.lang.String value)
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.value - the valuesDisplayNameProviderpublic void setValuesDisplayNameProvider(java.lang.String value)
AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.value - the valuesDisplayNameProviderpublic java.lang.String getValuesSortProvider(SessionContext ctx)
AbstractAsFacetConfiguration.valuesSortProvider attribute.public java.lang.String getValuesSortProvider()
AbstractAsFacetConfiguration.valuesSortProvider attribute.public void setValuesSortProvider(SessionContext ctx, java.lang.String value)
AbstractAsFacetConfiguration.valuesSortProvider attribute.value - the valuesSortProviderpublic void setValuesSortProvider(java.lang.String value)
AbstractAsFacetConfiguration.valuesSortProvider attribute.value - the valuesSortProviderCopyright © 2018 SAP SE. All Rights Reserved.