Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class SearchResultUtil

java.lang.Object
  extended by com.liferay.portal.kernel.search.SearchResultUtil

public class SearchResultUtil
extends Object


Constructor Summary
SearchResultUtil()
           
 
Method Summary
static List<SearchResult> getSearchResults(Hits hits, Locale locale, PortletURL portletURL)
           
protected static Summary getSummary(Document document, String className, long classPK, Locale locale, PortletURL portletURL)
           
protected static Summary getSummary(String className, long classPK, Locale locale, PortletURL portletURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultUtil

public SearchResultUtil()
Method Detail

getSearchResults

public static List<SearchResult> getSearchResults(Hits hits,
                                                  Locale locale,
                                                  PortletURL portletURL)

getSummary

protected static Summary getSummary(Document document,
                                    String className,
                                    long classPK,
                                    Locale locale,
                                    PortletURL portletURL)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getSummary

protected static Summary getSummary(String className,
                                    long classPK,
                                    Locale locale,
                                    PortletURL portletURL)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5