com.liferay.portlet.journalcontent.util
Class JournalContentUtil
java.lang.Object
com.liferay.portlet.journalcontent.util.JournalContentUtil
- public class JournalContentUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan, Raymond Augé, Michael Young
Method Summary |
static void |
clearCache()
|
static void |
clearCache(long groupId,
java.lang.String articleId,
java.lang.String templateId)
|
static java.lang.String |
getContent(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
static java.lang.String |
getContent(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching)
|
static java.lang.String |
getContent(long groupId,
java.lang.String articleId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
static com.liferay.portlet.journal.model.JournalArticleDisplay |
getDisplay(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching)
|
static com.liferay.portlet.journal.model.JournalArticleDisplay |
getDisplay(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching,
java.lang.String xmlRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final java.lang.String CACHE_NAME
ARTICLE_SEPARATOR
public static java.lang.String ARTICLE_SEPARATOR
TEMPLATE_SEPARATOR
public static java.lang.String TEMPLATE_SEPARATOR
LANGUAGE_SEPARATOR
public static java.lang.String LANGUAGE_SEPARATOR
JournalContentUtil
public JournalContentUtil()
clearCache
public static void clearCache()
clearCache
public static void clearCache(long groupId,
java.lang.String articleId,
java.lang.String templateId)
getContent
public static java.lang.String getContent(long groupId,
java.lang.String articleId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
getContent
public static java.lang.String getContent(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
getContent
public static java.lang.String getContent(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching)
getDisplay
public static com.liferay.portlet.journal.model.JournalArticleDisplay getDisplay(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching)
getDisplay
public static com.liferay.portlet.journal.model.JournalArticleDisplay getDisplay(long groupId,
java.lang.String articleId,
java.lang.String templateId,
java.lang.String languageId,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
boolean disableCaching,
java.lang.String xmlRequest)