Interface ContentDashboardItem<T>

All Known Subinterfaces:
VersionableContentDashboardItem<T>

public interface ContentDashboardItem<T>
  • Method Details

    • getAssetCategories

      List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategories()
    • getAssetCategories

      List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategories(long vocabularyId)
    • getAssetTags

      List<com.liferay.asset.kernel.model.AssetTag> getAssetTags()
    • getAvailableLocales

      List<Locale> getAvailableLocales()
    • getContentDashboardItemActions

      List<ContentDashboardItemAction> getContentDashboardItemActions(javax.servlet.http.HttpServletRequest httpServletRequest, ContentDashboardItemAction.Type... types)
    • getContentDashboardItemSubtype

      ContentDashboardItemSubtype<T> getContentDashboardItemSubtype()
    • getCreateDate

      Date getCreateDate()
    • getDefaultContentDashboardItemAction

      ContentDashboardItemAction getDefaultContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest)
    • getDefaultLocale

      Locale getDefaultLocale()
    • getDescription

      String getDescription(Locale locale)
    • getId

      long getId()
    • getInfoItemReference

      com.liferay.info.item.InfoItemReference getInfoItemReference()
    • getLatestContentDashboardItemVersions

      List<ContentDashboardItemVersion> getLatestContentDashboardItemVersions(Locale locale)
    • getModifiedDate

      Date getModifiedDate()
    • getReviewDate

      default Date getReviewDate()
    • getScopeName

      String getScopeName(Locale locale)
    • getSpecificInformationList

      List<ContentDashboardItem.SpecificInformation<?>> getSpecificInformationList(Locale locale)
    • getTitle

      String getTitle(Locale locale)
    • getTypeLabel

      String getTypeLabel(Locale locale)
    • getUserId

      long getUserId()
    • getUserName

      String getUserName()
    • isViewable

      boolean isViewable(javax.servlet.http.HttpServletRequest httpServletRequest)