public class SearchService extends StaticService
StaticService.ServiceParameterOrRepeaterParser| Modifier and Type | Field and Description |
|---|---|
protected AdditionalParameterFOSearchExtensionPoint |
_additionalParameterFOSearch
The additional parameter for FO search extension point
|
_context, _featureName, _groups, _manager, _parameters, _paramsScript, _pluginName| Constructor and Description |
|---|
SearchService() |
| Modifier and Type | Method and Description |
|---|---|
private ServiceParameterGroup |
_getGroup(String paramName) |
protected void |
configureParameters(Configuration configuration,
StaticService.ServiceParameterOrRepeaterParser serviceParameterParser)
Configure the service parameters.
|
boolean |
isCacheable(Page currentPage,
ZoneItem zoneItem)
Returns true if the result of this service may be cached, depending on the
ZoneItem containing an instance of this service. |
void |
service(ServiceManager smanager) |
_configureClass, _configureImports, _configureScript, _parseI18nizableText, configure, configureIndexation, configureParameterGroup, configureParameterGroup, contextualize, dispose, getCategory, getCSSFiles, getDescription, getIconDecorator, getIconGlyph, getId, getLabel, getLargeIcon, getMediumIcon, getParameterGroups, getParameters, getParametersScript, getPluginName, getRight, getSmallIcon, getURL, index, isPrivate, setPluginInfogetLogger, setLoggerprotected AdditionalParameterFOSearchExtensionPoint _additionalParameterFOSearch
public SearchService()
public void service(ServiceManager smanager) throws ServiceException
service in interface Serviceableservice in class StaticServiceServiceExceptionpublic boolean isCacheable(Page currentPage, ZoneItem zoneItem)
ServiceZoneItem containing an instance of this service.isCacheable in interface ServiceisCacheable in class StaticServicecurrentPage - the current Page containing the service.zoneItem - the ZoneItem containing an instance of this service.protected void configureParameters(Configuration configuration, StaticService.ServiceParameterOrRepeaterParser serviceParameterParser) throws ConfigurationException
StaticServiceconfigureParameters in class StaticServiceconfiguration - the service configuration.serviceParameterParser - the parser.ConfigurationException - if an error occurs.private ServiceParameterGroup _getGroup(String paramName)