public class JournalOpenSearchImpl
extends com.liferay.portal.kernel.search.HitsOpenSearchImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TITLE |
| Constructor and Description |
|---|
JournalOpenSearchImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
com.liferay.portal.kernel.search.Indexer<com.liferay.journal.model.JournalArticle> |
getIndexer() |
protected java.lang.String |
getLayoutURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String articleId) |
java.lang.String |
getSearchPath() |
java.lang.String |
getTitle(java.lang.String keywords) |
protected java.lang.String |
getURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
long groupId,
com.liferay.portal.kernel.search.Document result,
javax.portlet.PortletURL portletURL) |
protected void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
protected void |
setJournalArticleService(com.liferay.journal.service.JournalArticleService journalArticleService) |
protected void |
setJournalContentSearchLocalService(com.liferay.journal.service.JournalContentSearchLocalService journalContentSearchLocalService) |
protected void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService) |
protected void |
setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService) |
addSearchResult, addSearchResult, addSearchResultAtom, addSearchResultRSS, addSearchResults, addSearchResultsAtom, addSearchResultsRSS, getOpenSearchDescriptionURL, getOpenSearchURL, getPlid, getPortletURL, getPortletURL, getPortletURL, isEnabled, search, searchpublic static final java.lang.String TITLE
public java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.search.OpenSearchgetClassName in class com.liferay.portal.kernel.search.BaseOpenSearchImplpublic com.liferay.portal.kernel.search.Indexer<com.liferay.journal.model.JournalArticle> getIndexer()
getIndexer in class com.liferay.portal.kernel.search.HitsOpenSearchImplpublic java.lang.String getSearchPath()
getSearchPath in class com.liferay.portal.kernel.search.HitsOpenSearchImplpublic java.lang.String getTitle(java.lang.String keywords)
getTitle in class com.liferay.portal.kernel.search.HitsOpenSearchImplprotected java.lang.String getLayoutURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String articleId)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
long groupId,
com.liferay.portal.kernel.search.Document result,
javax.portlet.PortletURL portletURL)
throws java.lang.Exception
getURL in class com.liferay.portal.kernel.search.HitsOpenSearchImpljava.lang.Exceptionprotected void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
protected void setJournalArticleService(com.liferay.journal.service.JournalArticleService journalArticleService)
protected void setJournalContentSearchLocalService(com.liferay.journal.service.JournalContentSearchLocalService journalContentSearchLocalService)
protected void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
protected void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)