Interface AssetEntryAction<T>


@ProviderType public interface AssetEntryAction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getDialogURL(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.asset.kernel.model.AssetRenderer<T> assetRenderer)
     
     
     
    boolean
    hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.asset.kernel.model.AssetRenderer<T> assetRenderer)
     
  • Method Details

    • getDialogTitle

      String getDialogTitle(Locale locale)
    • getDialogURL

      String getDialogURL(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.asset.kernel.model.AssetRenderer<T> assetRenderer) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getIcon

      String getIcon()
    • getMessage

      String getMessage(Locale locale)
    • hasPermission

      boolean hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.asset.kernel.model.AssetRenderer<T> assetRenderer) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException