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, setPluginInfo
getLogger, setLogger
protected AdditionalParameterFOSearchExtensionPoint _additionalParameterFOSearch
public SearchService()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
service
in class StaticService
ServiceException
public boolean isCacheable(Page currentPage, ZoneItem zoneItem)
Service
ZoneItem
containing an instance of this service.isCacheable
in interface Service
isCacheable
in class StaticService
currentPage
- 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
StaticService
configureParameters
in class StaticService
configuration
- the service configuration.serviceParameterParser
- the parser.ConfigurationException
- if an error occurs.private ServiceParameterGroup _getGroup(String paramName)