com.liferay.portlet.directory.util
Class DirectoryOpenSearchImpl

java.lang.Object
  extended by com.liferay.portal.search.BaseOpenSearchImpl
      extended by com.liferay.portlet.directory.util.DirectoryOpenSearchImpl
All Implemented Interfaces:
com.liferay.portal.kernel.search.OpenSearch

public class DirectoryOpenSearchImpl
extends BaseOpenSearchImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String SEARCH_PATH
           
 
Constructor Summary
DirectoryOpenSearchImpl()
           
 
Method Summary
 java.lang.String search(javax.servlet.http.HttpServletRequest request, long groupId, long userId, java.lang.String keywords, int startPage, int itemsPerPage, java.lang.String format)
           
 
Methods inherited from class com.liferay.portal.search.BaseOpenSearchImpl
addSearchResult, addSearchResult, addSearchResultAtom, addSearchResultRSS, 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 java.lang.String SEARCH_PATH
See Also:
Constant Field Values
Constructor Detail

DirectoryOpenSearchImpl

public DirectoryOpenSearchImpl()
Method Detail

search

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