Class AbstractParameterAdderSearchable
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.frontoffice.search.metamodel.impl.AbstractParameterAdder
org.ametys.web.frontoffice.search.metamodel.impl.AbstractParameterAdderSearchable
- All Implemented Interfaces:
LogEnabled
,PluginAware
,Searchable
,Configurable
,Serviceable
- Direct Known Subclasses:
AbstractContentBasedSearchable
public abstract class AbstractParameterAdderSearchable
extends AbstractParameterAdder
implements Searchable
Searchable
which adds some parameters to the search service.
Declared this way:
<extension point="org.ametys.web.frontoffice.search.metamodel.SearchableExtensionPoint" id="..." class="..."> <parameters> <parameter name="..." reloadCriteriaOnChange="true"> ... </parameter> </parameters> </extension>
-
Field Summary
Fields inherited from class org.ametys.web.frontoffice.search.metamodel.impl.AbstractParameterAdder
_manager, _pluginName
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.web.frontoffice.search.metamodel.impl.AbstractParameterAdder
additionalServiceParameters, configure, service, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.web.frontoffice.search.metamodel.Searchable
additionalServiceParameters, buildQuery, criteriaPosition, getCriteria, getLabel, joinQuery, relationsWith
-
Constructor Details
-
AbstractParameterAdderSearchable
public AbstractParameterAdderSearchable()
-