com.liferay.portal.kernel.search
Class SearchResultUtil
java.lang.Object
com.liferay.portal.kernel.search.SearchResultUtil
public class SearchResultUtil
- extends java.lang.Object
- Author:
- Eudaldo Alonso
|
Method Summary |
static java.util.List<SearchResult> |
getSearchResults(Hits hits,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
|
protected static Summary |
getSummary(Document document,
java.lang.String className,
long classPK,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
|
protected static Summary |
getSummary(java.lang.String className,
long classPK,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResultUtil
public SearchResultUtil()
getSearchResults
public static java.util.List<SearchResult> getSearchResults(Hits hits,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
getSummary
protected static Summary getSummary(Document document,
java.lang.String className,
long classPK,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSummary
protected static Summary getSummary(java.lang.String className,
long classPK,
java.util.Locale locale,
javax.portlet.PortletURL portletURL)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException