Interface AnalyticsReportsInfoItem<T>


public interface AnalyticsReportsInfoItem<T>
  • Method Details

    • getActions

      default List<AnalyticsReportsInfoItem.Action> getActions()
    • getAuthorName

      String getAuthorName(T model)
    • getAuthorUserId

      default long getAuthorUserId(T model)
    • getAuthorWebImage

      default com.liferay.info.type.WebImage getAuthorWebImage(T model, Locale locale)
    • getAvailableLocales

      default List<Locale> getAvailableLocales(T model)
    • getCanonicalURL

      default String getCanonicalURL(T model, Locale locale)
    • getDefaultLocale

      default Locale getDefaultLocale(T model)
    • getPublishDate

      Date getPublishDate(T model)
    • getTitle

      String getTitle(T model, Locale locale)
    • isShow

      default boolean isShow(T model)