Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.util
Class JournalOpenSearchImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseOpenSearchImpl
      extended by com.liferay.portal.kernel.search.HitsOpenSearchImpl
          extended by com.liferay.portlet.journal.util.JournalOpenSearchImpl
All Implemented Interfaces:
OpenSearch

public class JournalOpenSearchImpl
extends HitsOpenSearchImpl


Field Summary
static String SEARCH_PATH
           
static String TITLE
           
 
Constructor Summary
JournalOpenSearchImpl()
           
 
Method Summary
 Indexer getIndexer()
           
protected  String getLayoutURL(ThemeDisplay themeDisplay, String articleId)
           
 String getPortletId()
           
 String getSearchPath()
           
 String getTitle(String keywords)
           
protected  String getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
 
Methods inherited from class com.liferay.portal.kernel.search.HitsOpenSearchImpl
getSummary, search
 
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

TITLE

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

JournalOpenSearchImpl

public JournalOpenSearchImpl()
Method Detail

getIndexer

public Indexer getIndexer()
Overrides:
getIndexer in class HitsOpenSearchImpl

getPortletId

public String getPortletId()
Specified by:
getPortletId in class HitsOpenSearchImpl

getSearchPath

public String getSearchPath()
Specified by:
getSearchPath in class HitsOpenSearchImpl

getTitle

public String getTitle(String keywords)
Specified by:
getTitle in class HitsOpenSearchImpl

getLayoutURL

protected String getLayoutURL(ThemeDisplay themeDisplay,
                              String articleId)
                       throws Exception
Throws:
Exception

getURL

protected String getURL(ThemeDisplay themeDisplay,
                        long groupId,
                        Document result,
                        PortletURL portletURL)
                 throws Exception
Overrides:
getURL in class HitsOpenSearchImpl
Throws:
Exception

Liferay 6.1.2-ce-ga3