Liferay 7.0-ce-b4

com.liferay.portal.search
Class PortalOpenSearchImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseOpenSearchImpl
      extended by com.liferay.portal.search.PortalOpenSearchImpl
All Implemented Interfaces:
OpenSearch

public class PortalOpenSearchImpl
extends BaseOpenSearchImpl


Constructor Summary
PortalOpenSearchImpl(String openSearchURL, String openSearchDescriptionURL)
           
 
Method Summary
 String search(javax.servlet.http.HttpServletRequest request, long groupId, long userId, String keywords, int startPage, int itemsPerPage, String format)
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseOpenSearchImpl
addSearchResult, addSearchResult, addSearchResultAtom, addSearchResultRSS, addSearchResults, addSearchResultsAtom, addSearchResultsRSS, getClassName, getOpenSearchDescriptionURL, getOpenSearchURL, getPlid, getPortletURL, getPortletURL, getPortletURL, isEnabled, search, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalOpenSearchImpl

public PortalOpenSearchImpl(String openSearchURL,
                            String openSearchDescriptionURL)
Method Detail

search

public String search(javax.servlet.http.HttpServletRequest request,
                     long groupId,
                     long userId,
                     String keywords,
                     int startPage,
                     int itemsPerPage,
                     String format)
              throws SearchException
Specified by:
search in interface OpenSearch
Specified by:
search in class BaseOpenSearchImpl
Throws:
SearchException

Liferay 7.0-ce-b4