|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortletRequestModel | |
|---|---|
| com.liferay.portal.kernel.portlet | This package defines the kernel portlet interfaces and classes. |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.util | |
| Uses of PortletRequestModel in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return PortletRequestModel | |
|---|---|
PortletRequestModel |
PortletRequestModelFactory.getPortletRequestModel()
|
| Uses of PortletRequestModel in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service with parameters of type PortletRequestModel | |
|---|---|
String |
JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article associated with the portlet request model and the DDM template. |
static String |
JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article associated with the portlet request model and the DDM template. |
String |
JournalArticleLocalService.getArticleContent(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article associated with the portlet request model and the DDM template. |
static String |
JournalArticleServiceUtil.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version. |
String |
JournalArticleService.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version. |
String |
JournalArticleServiceWrapper.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version. |
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version, and associated with the portlet request model and the DDM template. |
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version, and associated with the portlet request model and the DDM template. |
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the web content from the web content article matching the group, article ID, and version, and associated with the portlet request model and the DDM template. |
static String |
JournalArticleServiceUtil.getArticleContent(long groupId,
String articleId,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID. |
String |
JournalArticleService.getArticleContent(long groupId,
String articleId,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID. |
String |
JournalArticleServiceWrapper.getArticleContent(long groupId,
String articleId,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID. |
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID, and associated with the portlet request model and the DDM template. |
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID, and associated with the portlet request model and the DDM template. |
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
String viewMode,
String ddmTemplateKey,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns the latest web content from the web content article matching the group and article ID, and associated with the portlet request model and the DDM template. |
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template. |
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template. |
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(JournalArticle article,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template. |
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
double version,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the specified version of the web content article matching the group, article ID, and DDM template. |
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
double version,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the specified version of the web content article matching the group, article ID, and DDM template. |
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
double version,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the specified version of the web content article matching the group, article ID, and DDM template. |
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group and article ID. |
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group and article ID. |
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group and article ID. |
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group, article ID, and DDM template. |
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group, article ID, and DDM template. |
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
Returns a web content article display for the specified page of the latest version of the web content article matching the group, article ID, and DDM template. |
boolean |
JournalArticleLocalServiceWrapper.isRenderable(JournalArticle article,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
static boolean |
JournalArticleLocalServiceUtil.isRenderable(JournalArticle article,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
boolean |
JournalArticleLocalService.isRenderable(JournalArticle article,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
| Uses of PortletRequestModel in com.liferay.portlet.journal.util |
|---|
| Methods in com.liferay.portlet.journal.util with parameters of type PortletRequestModel | |
|---|---|
static String |
JournalContentUtil.getContent(long groupId,
String articleId,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
String |
JournalContent.getContent(long groupId,
String articleId,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
static String |
JournalContentUtil.getContent(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
String |
JournalContent.getContent(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
static String |
JournalContentUtil.getContent(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
String |
JournalContent.getContent(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalContentUtil.getDisplay(long groupId,
String articleId,
double version,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalContent.getDisplay(long groupId,
String articleId,
double version,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalContentUtil.getDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
JournalArticleDisplay |
JournalContent.getDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
static JournalArticleDisplay |
JournalContentUtil.getDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalContent.getDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
int page,
PortletRequestModel portletRequestModel,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalContentUtil.getDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
JournalArticleDisplay |
JournalContent.getDisplay(long groupId,
String articleId,
String ddmTemplateKey,
String viewMode,
String languageId,
PortletRequestModel portletRequestModel)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||