Interface SearchResultInterpreter


@ProviderType public interface SearchResultInterpreter
  • Method Summary

    Modifier and Type
    Method
    Description
    getAssetAvailableLanguageIds(com.liferay.portal.search.document.Document document)
     
    com.liferay.asset.kernel.model.DDMFormValuesReader
    getAssetDDMFormValuesReader(com.liferay.portal.search.document.Document document)
     
    getAssetDiscussionPath(com.liferay.portal.search.document.Document document)
     
    com.liferay.asset.kernel.model.AssetEntry
    getAssetEntry(com.liferay.portal.search.document.Document document)
     
    com.liferay.asset.kernel.model.AssetEntry
    getAssetEntry(com.liferay.portal.search.document.Document document, long entryId)
     
    getAssetIconCssClass(com.liferay.portal.search.document.Document document)
     
    com.liferay.asset.kernel.model.AssetRenderer<?>
    getAssetRenderer(com.liferay.portal.search.document.Document document)
     
    getAssetSearchSummary(com.liferay.portal.search.document.Document document, Locale locale)
     
    int
    getAssetStatus(com.liferay.portal.search.document.Document document)
     
    getAssetSubtypeTitle(com.liferay.portal.search.document.Document document, Locale locale)
     
    getAssetSummary(com.liferay.portal.search.document.Document document)
     
    getAssetSummary(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
     
    getAssetThumbnailPath(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest)
     
    getAssetTitle(com.liferay.portal.search.document.Document document, Locale locale)
     
    getAssetType(com.liferay.portal.search.document.Document document)
     
    getAssetTypeName(com.liferay.portal.search.document.Document document, Locale locale)
     
    getAssetTypeName(com.liferay.portal.search.document.Document document, Locale locale, long subtypeId)
     
    javax.portlet.PortletURL
    getAssetURLAdd(long classTypeId, com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
     
    javax.portlet.PortletURL
    getAssetURLEdit(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
     
    javax.portlet.PortletURL
    getAssetURLEdit(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState, javax.portlet.PortletURL redirectURL)
     
    javax.portlet.PortletURL
    getAssetURLExport(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
     
    getAssetURLImagePreview(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest)
     
    getAssetUrlTitle(com.liferay.portal.search.document.Document document)
     
    getAssetUrlTitle(com.liferay.portal.search.document.Document document, Locale locale)
     
    javax.portlet.PortletURL
    getAssetURLView(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState)
     
    getAssetURLViewInContext(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
     
    getAssetUuid(com.liferay.portal.search.document.Document document)
     
    boolean
    hasAssetViewPermission(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker)
     
    boolean
    isAssetActive(long companyId, com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetCategorizable(com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetDeleted(com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetLinkable(com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetSearchable(com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetSelectable(com.liferay.portal.search.document.Document document)
     
    boolean
    isAssetSupportsClassTypes(com.liferay.portal.search.document.Document document)
     
  • Method Details

    • getAssetAvailableLanguageIds

      String[] getAssetAvailableLanguageIds(com.liferay.portal.search.document.Document document) throws Exception
      Throws:
      Exception
    • getAssetDDMFormValuesReader

      com.liferay.asset.kernel.model.DDMFormValuesReader getAssetDDMFormValuesReader(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetDiscussionPath

      String getAssetDiscussionPath(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetEntry

      com.liferay.asset.kernel.model.AssetEntry getAssetEntry(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetEntry

      com.liferay.asset.kernel.model.AssetEntry getAssetEntry(com.liferay.portal.search.document.Document document, long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetIconCssClass

      String getAssetIconCssClass(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetRenderer

      com.liferay.asset.kernel.model.AssetRenderer<?> getAssetRenderer(com.liferay.portal.search.document.Document document)
    • getAssetSearchSummary

      String getAssetSearchSummary(com.liferay.portal.search.document.Document document, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetStatus

      int getAssetStatus(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetSubtypeTitle

      String getAssetSubtypeTitle(com.liferay.portal.search.document.Document document, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetSummary

      String getAssetSummary(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetSummary

      String getAssetSummary(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetThumbnailPath

      String getAssetThumbnailPath(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest) throws Exception
      Throws:
      Exception
    • getAssetTitle

      String getAssetTitle(com.liferay.portal.search.document.Document document, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetType

      String getAssetType(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetTypeName

      String getAssetTypeName(com.liferay.portal.search.document.Document document, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetTypeName

      String getAssetTypeName(com.liferay.portal.search.document.Document document, Locale locale, long subtypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetURLAdd

      javax.portlet.PortletURL getAssetURLAdd(long classTypeId, com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetURLEdit

      javax.portlet.PortletURL getAssetURLEdit(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws Exception
      Throws:
      Exception
    • getAssetURLEdit

      javax.portlet.PortletURL getAssetURLEdit(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState, javax.portlet.PortletURL redirectURL) throws Exception
      Throws:
      Exception
    • getAssetURLExport

      javax.portlet.PortletURL getAssetURLExport(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws Exception
      Throws:
      Exception
    • getAssetURLImagePreview

      String getAssetURLImagePreview(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest) throws Exception
      Throws:
      Exception
    • getAssetUrlTitle

      String getAssetUrlTitle(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetUrlTitle

      String getAssetUrlTitle(com.liferay.portal.search.document.Document document, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetURLView

      javax.portlet.PortletURL getAssetURLView(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetURLViewInContext

      String getAssetURLViewInContext(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect) throws Exception
      Throws:
      Exception
    • getAssetUuid

      String getAssetUuid(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasAssetViewPermission

      boolean hasAssetViewPermission(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetActive

      boolean isAssetActive(long companyId, com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetCategorizable

      boolean isAssetCategorizable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetDeleted

      boolean isAssetDeleted(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetLinkable

      boolean isAssetLinkable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetSearchable

      boolean isAssetSearchable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetSelectable

      boolean isAssetSelectable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isAssetSupportsClassTypes

      boolean isAssetSupportsClassTypes(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException