| java.lang.Object com.liferay.portlet.journalcontent.util.JournalContentUtil
JournalContentUtil | public class JournalContentUtil (Code) | | View Source
author: Brian Wing Shun Chan author: Raymond Augé author: Michael Young |
Method Summary | |
public static void | clearCache() | public static void | clearCache(long groupId, String articleId, String templateId) | public static String | getContent(long groupId, String articleId, String languageId, ThemeDisplay themeDisplay) | public static String | getContent(long groupId, String articleId, String templateId, String languageId, ThemeDisplay themeDisplay) | public static JournalArticleDisplay | getDisplay(long groupId, String articleId, String templateId, String languageId, ThemeDisplay themeDisplay) | public static JournalArticleDisplay | getDisplay(long groupId, String articleId, String templateId, String languageId, ThemeDisplay themeDisplay, int page, String xmlRequest) |
ARTICLE_SEPARATOR | public static String ARTICLE_SEPARATOR(Code) | | |
LANGUAGE_SEPARATOR | public static String LANGUAGE_SEPARATOR(Code) | | |
TEMPLATE_SEPARATOR | public static String TEMPLATE_SEPARATOR(Code) | | |
clearCache | public static void clearCache()(Code) | | |
clearCache | public static void clearCache(long groupId, String articleId, String templateId)(Code) | | |
|
|