com.sap.portal.search.service

Interface ISearchService

All Superinterfaces:
IService

public interface ISearchService
extends IService

This interface provides API for managing Search Providers registration to the Portal Search service. The Search service API enables you to create and register a search provider, available in the Quick Launch area of the portal


Field Summary
static String KEY
          Service Key
 
Method Summary
 void register(String handlerKey, ISearchProviderHandler handler)
          Register a search provider to the portal search service
 void unregister(String handlerKey)
          Unregister a search provider from the portal search service
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

static final String KEY
Service Key

See Also:
Constant Field Values
Method Detail

register

void register(String handlerKey,
              ISearchProviderHandler handler)
Register a search provider to the portal search service

Parameters:
handlerKey - The handler key of the search provider
handler - The ISearchProviderHandler handler to be registered

unregister

void unregister(String handlerKey)
Unregister a search provider from the portal search service

Parameters:
handlerKey - The handler key of the search provider
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/navigation/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice