Class SkillSearchComponent
- java.lang.Object
 - 
- org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
 - 
- org.ametys.plugins.odfweb.service.search.SkillSearchComponent
 
 
 
- 
- All Implemented Interfaces:
 SearchComponent
public class SkillSearchComponent extends AbstractSkillSearchComponent
ThisSearchComponentadd 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 Constructor Description SkillSearchComponent() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(SearchComponentArguments args)Executes the component.intpriority()Get the priority of the component.- 
Methods inherited from class org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
_getSkillId, supports 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SkillSearchComponent
public SkillSearchComponent()
 
 - 
 
- 
Method Detail
- 
priority
public int priority()
Description copied from interface:SearchComponentGet the priority of the component. The lowest one will be executed first, and so on.- Returns:
 - the priority of the component
 
 
- 
execute
public void execute(SearchComponentArguments args) throws Exception
Description copied from interface:SearchComponentExecutes the component.- Parameters:
 args- the arguments- Throws:
 Exception- if an exception occurs. Other search components will be attempted to be executed
 
 - 
 
 -