Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.kernel.portlet.PortletRequestModel

Packages that use PortletRequestModel
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.templateparser   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.util   
com.liferay.taglib.ui   
 

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.portal.templateparser
 

Methods in com.liferay.portal.templateparser with parameters of type PortletRequestModel
protected  String Transformer.doTransform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
 String Transformer.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType)
           
 String Transformer.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
 

Uses of PortletRequestModel in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service with parameters of type PortletRequestModel
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 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.
 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.
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 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.
 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.
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 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.
 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.
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 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.
 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.
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 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.
 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.
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 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.
 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.
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 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.
 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.
static boolean JournalArticleLocalServiceUtil.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 boolean JournalArticleLocalServiceWrapper.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 boolean JournalArticleLocalService.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 

Uses of PortletRequestModel in com.liferay.portlet.journal.service.http
 

Methods in com.liferay.portlet.journal.service.http with parameters of type PortletRequestModel
static String JournalArticleServiceHttp.getArticleContent(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static String JournalArticleServiceHttp.getArticleContent(HttpPrincipal httpPrincipal, long groupId, String articleId, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 

Uses of PortletRequestModel in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type PortletRequestModel
 String JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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.
protected  JournalArticleDisplay JournalArticleLocalServiceImpl.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay, boolean propagateException)
           
 JournalArticleDisplay JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalUtil.diffHtml(long groupId, String articleId, double sourceVersion, double targetVersion, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
protected  JournalArticleDisplay JournalContentImpl.getArticleDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 String JournalContent.getContent(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static String JournalContentUtil.getContent(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 String JournalContentImpl.getContent(long groupId, String articleId, 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)
           
 String JournalContentImpl.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, ThemeDisplay themeDisplay)
           
static String JournalContentUtil.getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 String JournalContentImpl.getContent(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, 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, double version, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalContentImpl.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, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static JournalArticleDisplay JournalContentUtil.getDisplay(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 JournalArticleDisplay JournalContentImpl.getDisplay(long groupId, String articleId, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 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, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalContentImpl.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, PortletRequestModel portletRequestModel)
           
static JournalArticleDisplay JournalContentUtil.getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
 JournalArticleDisplay JournalContentImpl.getDisplay(long groupId, String articleId, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel)
           
static Map<String,String> JournalUtil.getTokens(long articleGroupId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static String JournalUtil.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType)
           
static String JournalUtil.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
 

Uses of PortletRequestModel in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type PortletRequestModel
 void JournalArticleTag.setPortletRequestModel(PortletRequestModel portletRequestModel)
           
 


Liferay 7.0-ce-m3