Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Interface SummaryFactory


public interface SummaryFactory


Method Summary
 Summary getSummary(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary getSummary(String className, long classPK, Locale locale)
           
 

Method Detail

getSummary

Summary getSummary(Document document,
                   String className,
                   long classPK,
                   Locale locale,
                   PortletRequest portletRequest,
                   PortletResponse portletResponse)
                   throws PortalException
Throws:
PortalException

getSummary

Summary getSummary(String className,
                   long classPK,
                   Locale locale)
                   throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4