Liferay 6.2.0

com.liferay.portlet.journalcontent.util
Interface JournalContent


public interface JournalContent


Field Summary
static String ARTICLE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String LANGUAGE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String LAYOUT_SET_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String PAGE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String SECURE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String TEMPLATE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String VERSION_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
static String VIEW_MODE_SEPARATOR
          Deprecated. as of 7.0.0, with no direct replacement
 
Method Summary
abstract  void clearCache()
           
abstract  void clearCache(long groupId, String articleId, String ddmTemplateKey)
           
abstract  String getContent(long groupId, String articleId, String viewMode, String languageId, String xmlRequest)
           
abstract  String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, String xmlRequest)
           
abstract  String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
abstract  String getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay, String xmlRequest)
           
abstract  String getContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, double version, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay, int page, String xmlRequest)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, String xmlRequest)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, String xmlRequest)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay, int page, String xmlRequest)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
abstract  JournalArticleDisplay getDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay, int page)
           
 

Field Detail

ARTICLE_SEPARATOR

@Deprecated
static final String ARTICLE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

LANGUAGE_SEPARATOR

@Deprecated
static final String LANGUAGE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

LAYOUT_SET_SEPARATOR

@Deprecated
static final String LAYOUT_SET_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

PAGE_SEPARATOR

@Deprecated
static final String PAGE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

SECURE_SEPARATOR

@Deprecated
static final String SECURE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

TEMPLATE_SEPARATOR

@Deprecated
static final String TEMPLATE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

VERSION_SEPARATOR

@Deprecated
static final String VERSION_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values

VIEW_MODE_SEPARATOR

@Deprecated
static final String VIEW_MODE_SEPARATOR
Deprecated. as of 7.0.0, with no direct replacement
See Also:
Constant Field Values
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,
                  String xmlRequest)

getContent

String getContent(long groupId,
                  String articleId,
                  String ddmTemplateKey,
                  String viewMode,
                  String languageId,
                  String xmlRequest)

getContent

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

getContent

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

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,
                                 ThemeDisplay themeDisplay,
                                 int page,
                                 String xmlRequest)

getDisplay

JournalArticleDisplay getDisplay(long groupId,
                                 String articleId,
                                 String viewMode,
                                 String languageId,
                                 String xmlRequest)

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

getDisplay

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

Liferay 6.2.0