Liferay 7.0-ce-m6

com.liferay.portlet.journal.util
Interface JournalContent


public interface JournalContent


Method Summary
 void clearCache()
           
 void clearCache(long groupId, String articleId, String ddmTemplateKey)
           
 String getContent(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String getContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, double version, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, int page, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 

Method Detail

clearCache

void clearCache()

clearCache

void clearCache(long groupId,
                String articleId,
                String ddmTemplateKey)

getContent

String getContent(long groupId,
                  String articleId,
                  String viewMode,
                  String languageId,
                  PortletRequestModel portletRequestModel)

getContent

String getContent(long groupId,
                  String articleId,
                  String ddmTemplateKey,
                  String viewMode,
                  String languageId,
                  PortletRequestModel portletRequestModel)

getContent

String getContent(long groupId,
                  String articleId,
                  String ddmTemplateKey,
                  String viewMode,
                  String languageId,
                  PortletRequestModel portletRequestModel,
                  ThemeDisplay themeDisplay)

getContent

String getContent(long groupId,
                  String articleId,
                  String ddmTemplateKey,
                  String viewMode,
                  String languageId,
                  ThemeDisplay themeDisplay)

getContent

String getContent(long groupId,
                  String articleId,
                  String viewMode,
                  String languageId,
                  ThemeDisplay themeDisplay)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 double version,
                                 String ddmTemplateKey,
                                 String viewMode,
                                 String languageId,
                                 int page,
                                 PortletRequestModel portletRequestModel,
                                 ThemeDisplay themeDisplay)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String viewMode,
                                 String languageId,
                                 int page,
                                 ThemeDisplay themeDisplay)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String viewMode,
                                 String languageId,
                                 PortletRequestModel portletRequestModel)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String ddmTemplateKey,
                                 String viewMode,
                                 String languageId,
                                 int page,
                                 PortletRequestModel portletRequestModel,
                                 ThemeDisplay themeDisplay)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String ddmTemplateKey,
                                 String viewMode,
                                 String languageId,
                                 PortletRequestModel portletRequestModel)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String ddmTemplateKey,
                                 String viewMode,
                                 String languageId,
                                 ThemeDisplay themeDisplay)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String viewMode,
                                 String languageId,
                                 ThemeDisplay themeDisplay)

Liferay 7.0-ce-m6