Package org.ametys.cms.search.systemprop
Class AbstractUserSystemProperty<X extends ModelAwareDataAwareAmetysObject>
java.lang.Object
org.ametys.runtime.model.AbstractModelItem
org.ametys.runtime.model.DefaultElementDefinition<T>
org.ametys.cms.model.properties.AbstractProperty<T,X>
org.ametys.cms.search.systemprop.AbstractSystemProperty<UserIdentity,X>
org.ametys.cms.search.systemprop.AbstractUserSystemProperty<X>
- Type Parameters:
X- type of ametys object supported by this property
- All Implemented Interfaces:
Comparable<ModelItem>,Property<UserIdentity,,X> SystemProperty<UserIdentity,,X> ElementDefinition<UserIdentity>,ModelItem,PluginAware,Labelable,ModifiableLabelable,Configurable,Serviceable
- Direct Known Subclasses:
ContributorSystemProperty,CreatorSystemProperty,FirstValidatorSystemProperty,LastMajorValidatorSystemProperty,LastSynchronizationUserSystemProperty,LastValidatorSystemProperty
public abstract class AbstractUserSystemProperty<X extends ModelAwareDataAwareAmetysObject>
extends AbstractSystemProperty<UserIdentity,X>
Abstract class providing base functionality for a user-typed
SystemProperty.-
Field Summary
Fields inherited from class org.ametys.cms.search.systemprop.AbstractSystemProperty
_i18nUtils, _manager, _resolver, _userHelper, _userManagerFields inherited from class org.ametys.cms.model.properties.AbstractProperty
_availableTypesExtensionPointFields inherited from class org.ametys.runtime.model.DefaultElementDefinition
_loggerFields inherited from class org.ametys.runtime.model.AbstractModelItem
__serviceManagerFields inherited from interface org.ametys.runtime.model.ElementDefinition
CONFIG_DEFAULT_VALUE_TYPEFields inherited from interface org.ametys.runtime.model.ModelItem
ITEM_PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringGet the Solr field nameprotected StringRetrieves the id of the property's typeprotected abstract UserIdentity_getUserIdentityValue(X ametysObject) Get the value asUserIdentitygetQuery(Object value, Query.Operator operator, String language, Map<String, Object> contextualParameters) Get theQueryassociated to the given value.Get the renderer.getSortValue(X content) Get the sort value represented by this field in the given result ametys object.Get the property's valueMethods inherited from class org.ametys.cms.search.systemprop.AbstractSystemProperty
_getNameConfigurationAttribute, getSchemaDefinitions, indexValue, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArray, serviceMethods inherited from class org.ametys.cms.model.properties.AbstractProperty
_parseI18nizableText, configure, getType, isEditable, setAvailableTypeExtensionPoint, setPluginInfoMethods inherited from class org.ametys.runtime.model.DefaultElementDefinition
_getDefaultValues, _toJSON, _widgetToJSON, _widgetToSAX, getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, getWidget, getWidgetParameters, isMultiple, of, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setType, setValidator, setValidatorConfiguration, setWidget, setWidgetParameters, toSAXMethods inherited from class org.ametys.runtime.model.AbstractModelItem
_getModelItemHelper, _shouldJSONBeEmpty, _widgetParameterToSAX, addItemChecker, compareTo, disableConditionsToJSON, equals, getDescription, getDisableConditions, getItemCheckers, getLabel, getModel, getName, getParent, getPath, getPluginName, hashCode, setDescription, setDisableConditions, setLabel, setModel, setName, setParent, setPluginName, setServiceManager, toJSON, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.ametys.runtime.model.ElementDefinition
getCriterionEnumerator, getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, isEditable, isMultiple, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setValidator, setValidatorConfigurationMethods inherited from interface org.ametys.runtime.util.Labelable
getDescription, getLabel, getNameMethods inherited from interface org.ametys.runtime.model.ModelItem
addItemChecker, getDisableConditions, getItemCheckers, getModel, getParent, getPath, getPluginName, getWidget, getWidgetParameters, setDisableConditions, setModel, setParent, setPluginName, setType, setWidget, setWidgetParameters, toJSON, toSAXMethods inherited from interface org.ametys.runtime.util.ModifiableLabelable
setDescription, setLabel, setNameMethods inherited from interface org.ametys.cms.model.properties.Property
getCriterionWidget, getCriterionWidgetParameters, getType, setAvailableTypeExtensionPoint, valueToJSON, valueToSAXMethods inherited from interface org.ametys.cms.search.model.SystemProperty
getColumnWidth, getConverter, getSearchField, isDisplayable, isFacetable, isSearchable, isSortable
-
Constructor Details
-
AbstractUserSystemProperty
public AbstractUserSystemProperty()
-
-
Method Details
-
getRenderer
Description copied from interface:SystemPropertyGet the renderer.- Returns:
- The column renderer.
-
getQuery
public Query getQuery(Object value, Query.Operator operator, String language, Map<String, Object> contextualParameters) Description copied from interface:SystemPropertyGet theQueryassociated to the given value.- Parameters:
value- the user-submitted value for this property.operator- In advanced search mode, the operator chosen by the user.nullto use the criterion-defined operator (simple search mode).language- The current search language.contextualParameters- the search contextual parameters.- Returns:
- The
Queryassociated to the given value.
-
_getSolrFieldName
Get the Solr field name- Returns:
- the field name
-
_getUserIdentityValue
Get the value asUserIdentity- Parameters:
ametysObject- the ametys object- Returns:
- the user identity
-
getValue
Description copied from interface:PropertyGet the property's value- Parameters:
ametysObject- the ametysObject containing the property- Returns:
- the values to index.
-
getSortValue
Description copied from interface:SystemPropertyGet the sort value represented by this field in the given result ametys object.- Specified by:
getSortValuein interfaceSystemProperty<UserIdentity,X extends ModelAwareDataAwareAmetysObject> - Overrides:
getSortValuein classAbstractSystemProperty<UserIdentity,X extends ModelAwareDataAwareAmetysObject> - Parameters:
content- the result ametys object.- Returns:
- the content sort value, must be scalar (String, long, double, Date).
-
_getTypeId
Description copied from class:AbstractPropertyRetrieves the id of the property's type- Specified by:
_getTypeIdin classAbstractProperty<UserIdentity,X extends ModelAwareDataAwareAmetysObject> - Returns:
- the id of the property's type
-