@ProviderType
public interface SearchResultInterpreter
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAssetAvailableLanguageIds(com.liferay.portal.search.document.Document document) |
com.liferay.asset.kernel.model.DDMFormValuesReader |
getAssetDDMFormValuesReader(com.liferay.portal.search.document.Document document) |
java.lang.String |
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) |
java.lang.String |
getAssetIconCssClass(com.liferay.portal.search.document.Document document) |
com.liferay.asset.kernel.model.AssetRenderer<?> |
getAssetRenderer(com.liferay.portal.search.document.Document document) |
java.lang.String |
getAssetSearchSummary(com.liferay.portal.search.document.Document document,
java.util.Locale locale) |
int |
getAssetStatus(com.liferay.portal.search.document.Document document) |
java.lang.String |
getAssetSubtypeTitle(com.liferay.portal.search.document.Document document,
java.util.Locale locale) |
java.lang.String |
getAssetSummary(com.liferay.portal.search.document.Document document) |
java.lang.String |
getAssetSummary(com.liferay.portal.search.document.Document document,
javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse) |
java.lang.String |
getAssetThumbnailPath(com.liferay.portal.search.document.Document document,
javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getAssetTitle(com.liferay.portal.search.document.Document document,
java.util.Locale locale) |
java.lang.String |
getAssetType(com.liferay.portal.search.document.Document document) |
java.lang.String |
getAssetTypeName(com.liferay.portal.search.document.Document document,
java.util.Locale locale) |
java.lang.String |
getAssetTypeName(com.liferay.portal.search.document.Document document,
java.util.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) |
java.lang.String |
getAssetURLImagePreview(com.liferay.portal.search.document.Document document,
javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getAssetUrlTitle(com.liferay.portal.search.document.Document document) |
java.lang.String |
getAssetUrlTitle(com.liferay.portal.search.document.Document document,
java.util.Locale locale) |
javax.portlet.PortletURL |
getAssetURLView(com.liferay.portal.search.document.Document document,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
java.lang.String |
getAssetURLViewInContext(com.liferay.portal.search.document.Document document,
com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
java.lang.String noSuchEntryRedirect) |
java.lang.String |
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) |
java.lang.String[] getAssetAvailableLanguageIds(com.liferay.portal.search.document.Document document) throws java.lang.Exception
java.lang.Exception
com.liferay.asset.kernel.model.DDMFormValuesReader getAssetDDMFormValuesReader(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetDiscussionPath(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.asset.kernel.model.AssetEntry getAssetEntry(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.asset.kernel.model.AssetEntry getAssetEntry(com.liferay.portal.search.document.Document document, long entryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetIconCssClass(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.asset.kernel.model.AssetRenderer<?> getAssetRenderer(com.liferay.portal.search.document.Document document)
java.lang.String getAssetSearchSummary(com.liferay.portal.search.document.Document document, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
int getAssetStatus(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetSubtypeTitle(com.liferay.portal.search.document.Document document, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetSummary(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetSummary(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetThumbnailPath(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getAssetTitle(com.liferay.portal.search.document.Document document, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetType(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetTypeName(com.liferay.portal.search.document.Document document, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetTypeName(com.liferay.portal.search.document.Document document, java.util.Locale locale, long subtypeId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException
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 java.lang.Exception
java.lang.Exception
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 java.lang.Exception
java.lang.Exception
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 java.lang.Exception
java.lang.Exception
java.lang.String getAssetURLImagePreview(com.liferay.portal.search.document.Document document, javax.portlet.PortletRequest portletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getAssetUrlTitle(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetUrlTitle(com.liferay.portal.search.document.Document document, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAssetURLViewInContext(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, java.lang.String noSuchEntryRedirect) throws java.lang.Exception
java.lang.Exception
java.lang.String getAssetUuid(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean hasAssetViewPermission(com.liferay.portal.search.document.Document document, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetActive(long companyId, com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetCategorizable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetDeleted(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetLinkable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetSearchable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetSelectable(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isAssetSupportsClassTypes(com.liferay.portal.search.document.Document document) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException