Class SkillSearchComponent
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.frontoffice.search.requesttime.AbstractSearchComponent
org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
org.ametys.plugins.odfweb.service.search.SkillSearchComponent
- All Implemented Interfaces:
LogEnabled
,PluginAware
,Prioritizable
,Supporter<SearchComponentArguments>
,SearchComponent
This
SearchComponent
add a query on acquired skill's id if present-
Field Summary
Fields inherited from class org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
_SKILL_REQUEST_PARAM_NAME
Fields inherited from interface org.ametys.web.frontoffice.search.requesttime.SearchComponent
DISABLE_DEFAULT_SAX_PARAMETER_NAME, MAX_PRIORITY, MIN_PRIORITY, SEARCH_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the component.int
Get the priority for the component.Methods inherited from class org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
_getSkillId, supports
Methods inherited from class org.ametys.web.frontoffice.search.requesttime.AbstractSearchComponent
getId, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
SkillSearchComponent
public SkillSearchComponent()
-
-
Method Details
-
getPriority
Description copied from interface:Prioritizable
Get the priority for the component. On components usingPrioritizable
interface, each implementation define the order. In most cases, less is the number, more prior is the component.- Returns:
- the priority
-
execute
Description copied from interface:SearchComponent
Executes the component.- Parameters:
args
- the arguments- Throws:
Exception
- if an exception occurs. Other search components will be attempted to be executed
-