Liferay 6.0.5

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


Field Summary
static String SEARCH_PATH
           
 
Constructor Summary
PortalOpenSearchImpl()
           
 
Method Summary
protected  String getJournalURL(ThemeDisplay themeDisplay, long groupId, Document result)
           
 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, addSearchResults, addSearchResultsAtom, addSearchResultsRSS, getPortletURL, getPortletURL, isEnabled, search, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_PATH

public static final String SEARCH_PATH
See Also:
Constant Field Values
Constructor Detail

PortalOpenSearchImpl

public PortalOpenSearchImpl()
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

getJournalURL

protected String getJournalURL(ThemeDisplay themeDisplay,
                               long groupId,
                               Document result)
                        throws Exception
Throws:
Exception

Liferay 6.0.5