Liferay 7.0-ce-m3

com.liferay.portlet.journal.util
Class JournalContentUtil

java.lang.Object
  extended by com.liferay.portlet.journal.util.JournalContentUtil

public class JournalContentUtil
extends Object


Constructor Summary
JournalContentUtil()
           
 
Method Summary
static void clearCache()
           
static void clearCache(long groupId, String articleId, String ddmTemplateKey)
           
static String getContent(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static String getContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, double version, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, int page, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalContent getJournalContent()
           
 void setJournalContent(JournalContent journalContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalContentUtil

public JournalContentUtil()
Method Detail

clearCache

public static void clearCache()

clearCache

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

getContent

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

getContent

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

getContent

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

getContent

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

getContent

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

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

getJournalContent

public static JournalContent getJournalContent()

setJournalContent

public void setJournalContent(JournalContent journalContent)

Liferay 7.0-ce-m3