<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>JournalContentUtil class in Liferay 7</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=73417244" />
  <subtitle>JournalContentUtil class in Liferay 7</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=73417244</id>
  <updated>2026-04-07T10:21:32Z</updated>
  <dc:date>2026-04-07T10:21:32Z</dc:date>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114058151" />
    <author>
      <name>Charalampos Chrysikopoulos</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114058151</id>
    <updated>2019-06-19T08:53:22Z</updated>
    <published>2019-06-19T08:53:22Z</published>
    <summary type="html">Hi, &lt;br /&gt;it seems that the class JournalArticleLocalServiceUtil has the methods getArticleDisplay and getArticleContent that you are searching for.                </summary>
    <dc:creator>Charalampos Chrysikopoulos</dc:creator>
    <dc:date>2019-06-19T08:53:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107538305" />
    <author>
      <name>asif aftab</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107538305</id>
    <updated>2018-04-28T20:40:58Z</updated>
    <published>2018-04-28T20:40:58Z</published>
    <summary type="html">Hi&lt;br /&gt;Even I can&amp;#39;t access JournalContentImpl&lt;br /&gt;My requirement is to display web content in my custom portlet.&lt;br /&gt;I created one document type and using that document type in document and media.&lt;br /&gt;In document type I added one text field and in creation of document type I am uploading one image.&lt;br /&gt;I want to display this web content in my custom portlet on the basis of tag.&lt;br /&gt;&lt;br /&gt;https://www.linkedin.com/pulse/mpower-post-3-different-ways-getting-journal-article-content-syed&lt;br /&gt;&lt;br /&gt;I am following this url but no journal article class. I can import any such classes and local service util classes too.&lt;br /&gt;I m using liferay 7, windows, tomcat, eclipse.&lt;br /&gt;Thanks</summary>
    <dc:creator>asif aftab</dc:creator>
    <dc:date>2018-04-28T20:40:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=98974440" />
    <author>
      <name>Kyle Joseph Stiemann</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=98974440</id>
    <updated>2017-11-20T14:27:58Z</updated>
    <published>2017-11-20T14:27:58Z</published>
    <summary type="html">Hi Lukas and Teodor,&lt;br /&gt;Take a look at the new &lt;a href="https://docs.liferay.com/ce/apps/web-experience/latest/javadocs/com/liferay/journal/model/JournalArticle.html"&gt;&lt;span style="font-family: Courier New"&gt;JournalArticle&lt;/span&gt;&lt;/a&gt; and &lt;a href="https://docs.liferay.com/ce/apps/web-experience/latest/javadocs/com/liferay/journal/service/JournalArticleLocalServiceUtil.html"&gt;&lt;span style="font-family: Courier New"&gt;JournalArticleLocalServiceUtil&lt;/span&gt;&lt;/a&gt;* methods that have been added in Liferay 7.0 and see if you can accomplish the same goals with them. If not, please provide more detail on what you are trying to do and we&amp;#39;ll see if we can help.&lt;br /&gt;&lt;br /&gt;- Kyle&lt;br /&gt;&lt;br /&gt;*  Thanks Gabor for mentioning this!</summary>
    <dc:creator>Kyle Joseph Stiemann</dc:creator>
    <dc:date>2017-11-20T14:27:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=79232846" />
    <author>
      <name>Gabor J</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=79232846</id>
    <updated>2016-09-16T08:06:47Z</updated>
    <published>2016-09-16T08:06:47Z</published>
    <summary type="html">I found similar functionality in JournalArticleLocalServiceUtil</summary>
    <dc:creator>Gabor J</dc:creator>
    <dc:date>2016-09-16T08:06:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=75615089" />
    <author>
      <name>Jamie Sammons</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=75615089</id>
    <updated>2016-06-22T14:52:09Z</updated>
    <published>2016-06-22T14:52:09Z</published>
    <summary type="html">It looks like the closest class to the old JournalContentUtil is now JournalContentImpl: &lt;a href="https://github.com/liferay/liferay-portal/blob/17a0b1ad79055194bcbfbb79e6694d208cd61e58/modules/apps/web-experience/journal/journal-service/src/main/java/com/liferay/journal/util/impl/JournalContentImpl.java"&gt;https://github.com/liferay/liferay-portal/blob/17a0b1ad79055194bcbfbb79e6694d208cd61e58/modules/apps/web-experience/journal/journal-service/src/main/java/com/liferay/journal/util/impl/JournalContentImpl.java&lt;/a&gt;</summary>
    <dc:creator>Jamie Sammons</dc:creator>
    <dc:date>2016-06-22T14:52:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=75610430" />
    <author>
      <name>teodor popescu</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=75610430</id>
    <updated>2016-06-22T12:49:25Z</updated>
    <published>2016-06-22T12:49:25Z</published>
    <summary type="html">Does anyone have updates on this?</summary>
    <dc:creator>teodor popescu</dc:creator>
    <dc:date>2016-06-22T12:49:25Z</dc:date>
  </entry>
  <entry>
    <title>JournalContentUtil class in Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73417243" />
    <author>
      <name>Lukas Grygar</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=73417243</id>
    <updated>2016-04-23T15:12:56Z</updated>
    <published>2016-04-23T15:12:56Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi,&lt;br&gt;&lt;br&gt;I wasn't able to generate PACL list on Liferay 7 https://issues.liferay.com/browse/LPS-65321&lt;br&gt;&lt;br&gt;So I've generated that PACL list on Liferay 6.2 CE GA4 and then I've tried to replace packages (I've downloaded Lifray 7 source code and found every single class and replaced package).&lt;br&gt;&lt;br&gt;But I can't find &lt;strong&gt;JournalContentUtil&lt;/strong&gt;.java&lt;br&gt;&lt;br&gt;On Liferay 6.2 it was &lt;pre&gt;&lt;code&gt;com.liferay.portlet.journalcontent.util.JournalContentUtil&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;But there's no JournalContentUtil class on Liferay 7 CE GA1 (7.0.0) and I didn't find any information if it was replaced or removed.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Lukas Grygar</dc:creator>
    <dc:date>2016-04-23T15:12:56Z</dc:date>
  </entry>
</feed>
