Package com.liferay.portal.kernel.search
Interface SummaryFactory
public interface SummaryFactory
- Author:
- André de Oliveira
-
Method Summary
Modifier and TypeMethodDescriptiongetSummary
(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) getSummary
(String className, long classPK, Locale locale)
-
Method Details
-
getSummary
Summary getSummary(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) throws PortalException - Throws:
PortalException
-
getSummary
- Throws:
PortalException
-