Class ParentContentSystemProperty
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<ContentValue,Content>
org.ametys.cms.content.referencetable.search.ParentContentSystemProperty
- All Implemented Interfaces:
Comparable<ModelItem>,ContentElementDefinition,Property<ContentValue,,Content> SystemProperty<ContentValue,,Content> ElementDefinition<ContentValue>,ModelItem,ModelItemAccessor,PluginAware,Labelable,ModifiableLabelable,Configurable,Serviceable
public class ParentContentSystemProperty
extends AbstractSystemProperty<ContentValue,Content>
implements ContentElementDefinition
SystemProperty which represents all parents (parent, parent of the parent, etc.) of a simple content.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HierarchicalReferenceTablesHelperThe helper component for hierarchical simple contentsFields 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 StringRetrieves the id of the property's typeGet the element's content type identifier.Get the default widget to use when rendering this item as a criterion.Collection<? extends ModelItem>Retrieves all the model items of this accessorgetQuery(Object value, Query.Operator operator, String language, Map<String, Object> contextualParameters) Get theQueryassociated to the given value.Get the renderer.Get theSearchFieldrepresenting this system property.Get the property's valuebooleanTest if the element is multiple.booleanGet if the property can be sorted on.voidservice(ServiceManager manager) voidsetContentTypeId(String contentTypeId) Set the element's content type identifier.Methods inherited from class org.ametys.cms.search.systemprop.AbstractSystemProperty
_getNameConfigurationAttribute, getSchemaDefinitions, getSortValue, indexValue, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArrayMethods 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, 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, 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.model.ModelItemAccessor
getChild, getModelItem, hasModelItemMethods inherited from interface org.ametys.runtime.util.ModifiableLabelable
setDescription, setLabel, setNameMethods inherited from interface org.ametys.cms.model.properties.Property
getCriterionWidgetParameters, getType, initializeAfterModelItemsInitialization, setAvailableTypeExtensionPoint, valueToJSON, valueToSAXMethods inherited from interface org.ametys.cms.search.model.SystemProperty
getColumnWidth, getConverter, isDisplayable, isFacetable, isSearchable
-
Field Details
-
_hierarchicalSimpleContentsHelper
The helper component for hierarchical simple contents
-
-
Constructor Details
-
ParentContentSystemProperty
public ParentContentSystemProperty()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractSystemProperty<ContentValue,Content> - Throws:
ServiceException
-
isMultiple
Description copied from interface:ElementDefinitionTest if the element is multiple.- Specified by:
isMultiplein interfaceElementDefinition<ContentValue>- Overrides:
isMultiplein classDefaultElementDefinition<ContentValue>- Returns:
trueif the metadata is multiple.
-
isSortable
Description copied from interface:SystemPropertyGet if the property can be sorted on.- Specified by:
isSortablein interfaceSystemProperty<ContentValue,Content> - Returns:
trueif the property can be sorted on,falseotherwise.
-
getRenderer
Description copied from interface:SystemPropertyGet the renderer.- Specified by:
getRendererin interfaceSystemProperty<ContentValue,Content> - Returns:
- The column renderer.
-
getCriterionWidget
Description copied from interface:ModelItemGet the default widget to use when rendering this item as a criterion.- Specified by:
getCriterionWidgetin interfaceModelItem- Specified by:
getCriterionWidgetin interfaceProperty<ContentValue,Content> - Returns:
- The default widget to use, or
nullif no specific widget is necessary.
-
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.- Specified by:
getQueryin interfaceSystemProperty<ContentValue,Content> - 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.
-
getSearchField
Description copied from interface:SystemPropertyGet theSearchFieldrepresenting this system property.- Specified by:
getSearchFieldin interfaceSystemProperty<ContentValue,Content> - Returns:
- The search field representing this system property.
-
getValue
Description copied from interface:PropertyGet the property's value- Specified by:
getValuein interfaceProperty<ContentValue,Content> - Parameters:
content- the ametysObject containing the property- Returns:
- the values to index.
-
_getTypeId
Description copied from class:AbstractPropertyRetrieves the id of the property's type- Specified by:
_getTypeIdin classAbstractProperty<ContentValue,Content> - Returns:
- the id of the property's type
-
getContentTypeId
Description copied from interface:ContentElementDefinitionGet the element's content type identifier.- Specified by:
getContentTypeIdin interfaceContentElementDefinition- Returns:
- the element's content type identifier.
-
setContentTypeId
Description copied from interface:ContentElementDefinitionSet the element's content type identifier.- Specified by:
setContentTypeIdin interfaceContentElementDefinition- Parameters:
contentTypeId- the content type identifier to set.
-
getModelItems
Description copied from interface:ModelItemAccessorRetrieves all the model items of this accessor- Specified by:
getModelItemsin interfaceContentElementDefinition- Specified by:
getModelItemsin interfaceModelItemAccessor- Returns:
- the model items
-